[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48258] branches/soc-2012-fried_chicken/ source/blender/blenkernel/intern/smoke.c: Fix compile on non-Windows platforms.

Miika Hamalainen miika.hamalainen at kolumbus.fi
Mon Jun 25 10:52:58 CEST 2012


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) {




More information about the Bf-blender-cvs mailing list