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

tan2 at geodynamics.org tan2 at geodynamics.org
Tue Mar 17 16:42:01 PDT 2009


Author: tan2
Date: 2009-03-17 16:42:01 -0700 (Tue, 17 Mar 2009)
New Revision: 14373

Modified:
   mc/3D/CitcomS/trunk/lib/Output.c
Log:
Rollback the unintended change in velo output.


Modified: mc/3D/CitcomS/trunk/lib/Output.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Output.c	2009-03-17 23:23:34 UTC (rev 14372)
+++ mc/3D/CitcomS/trunk/lib/Output.c	2009-03-17 23:42:01 UTC (rev 14373)
@@ -328,7 +328,7 @@
   for(j=1;j<=E->sphere.caps_per_proc;j++) {
     fprintf(fp1,"%3d %7d\n",j,E->lmesh.nno);
     for(i=1;i<=E->lmesh.nno;i++) {
-        fprintf(fp1,"%.6e %.6e %.6e %.6e %.6e\n",E->sphere.cap[j].V[1][i],E->sphere.cap[j].V[2][i],E->sphere.cap[j].V[3][i],E->T[j][i],E->buoyancy[j][i]);
+        fprintf(fp1,"%.6e %.6e %.6e %.6e\n",E->sphere.cap[j].V[1][i],E->sphere.cap[j].V[2][i],E->sphere.cap[j].V[3][i],E->T[j][i]);
     }
   }
 



More information about the CIG-COMMITS mailing list