[cig-commits] r20544 - long/3D/SNAC/trunk/Snac/plugins/remesher_BI

echoi at geodynamics.org echoi at geodynamics.org
Wed Jul 25 11:14:50 PDT 2012


Author: echoi
Date: 2012-07-25 11:14:50 -0700 (Wed, 25 Jul 2012)
New Revision: 20544

Modified:
   long/3D/SNAC/trunk/Snac/plugins/remesher_BI/ConstructExtensions.c
Log:
Removed a debugging print statement.



Modified: long/3D/SNAC/trunk/Snac/plugins/remesher_BI/ConstructExtensions.c
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/remesher_BI/ConstructExtensions.c	2012-07-25 15:48:49 UTC (rev 20543)
+++ long/3D/SNAC/trunk/Snac/plugins/remesher_BI/ConstructExtensions.c	2012-07-25 18:14:50 UTC (rev 20544)
@@ -191,7 +191,6 @@
 	contextExt->bottomRestore = 0;
 	if( !strcmp( Dictionary_Entry_Value_AsString( Dictionary_GetDefault( context->dictionary, "bottomRestore", Dictionary_Entry_Value_FromString( OFF_STR ) ) ), ON_STR) )
 		contextExt->bottomRestore = 1;
-	fprintf(stderr,"bottomRestore=%d\n",contextExt->bottomRestore);
 	
 	/* Register these functions for use in VCs */
 	ConditionFunction_Register_Add(



More information about the CIG-COMMITS mailing list