[cig-commits] r5329 - mc/3D/CitcomS/trunk/lib

tan2 at geodynamics.org tan2 at geodynamics.org
Fri Nov 17 21:17:08 PST 2006


Author: tan2
Date: 2006-11-17 21:17:07 -0800 (Fri, 17 Nov 2006)
New Revision: 5329

Modified:
   mc/3D/CitcomS/trunk/lib/Sphere_harmonics.c
Log:
Disabled a debugging output, which is not protected by a 
"if(E->control.verbose)" and caused Segmentation Fault.


Modified: mc/3D/CitcomS/trunk/lib/Sphere_harmonics.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Sphere_harmonics.c	2006-11-18 01:29:12 UTC (rev 5328)
+++ mc/3D/CitcomS/trunk/lib/Sphere_harmonics.c	2006-11-18 05:17:07 UTC (rev 5329)
@@ -190,7 +190,7 @@
 
 		E->sphere.area1[lev][m][es] = area_sphere_cap(angle);
 
-		fprintf(E->fp_out,"lev%d %d %.6e %.6e %.6e %.6e %.6e\n",lev,es,angle[1],angle[2],angle[3],angle[4],E->sphere.area1[lev][m][es]);
+/* 		fprintf(E->fp_out,"lev%d %d %.6e %.6e %.6e %.6e %.6e\n",lev,es,angle[1],angle[2],angle[3],angle[4],E->sphere.area1[lev][m][es]); */
 
 	    }  /* end for lev and es */
 



More information about the cig-commits mailing list