Revision: 48258
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48258
Author:   miikah
Date:     2012-06-25 08:52:45 +0000 (Mon, 25 Jun 2012)
Log Message:
-----------
Fix compile on non-Windows platforms.

Modified Paths:
--------------
    branches/soc-2012-fried_chicken/source/blender/blenkernel/intern/smoke.c

Modified: 
branches/soc-2012-fried_chicken/source/blender/blenkernel/intern/smoke.c
===================================================================
--- branches/soc-2012-fried_chicken/source/blender/blenkernel/intern/smoke.c    
2012-06-25 08:24:12 UTC (rev 48257)
+++ branches/soc-2012-fried_chicken/source/blender/blenkernel/intern/smoke.c    
2012-06-25 08:52:45 UTC (rev 48258)
@@ -1492,7 +1492,7 @@
                adjustDomainResolution(sds, new_shift, emaps, numflowobj, dt);
 
        tend();
-       printf ("Domain scaling time: %f\n\n", ( float ) tval());
+       //printf ("Domain scaling time: %f\n\n", ( float ) tval());
 
        /* Apply emission data */
        if (sds->fluid) {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to