[cig-commits] r16571 - long/3D/SNAC/trunk/Snac/plugins/remesherSPR

echoi at geodynamics.org echoi at geodynamics.org
Wed Apr 21 12:16:50 PDT 2010


Author: echoi
Date: 2010-04-21 12:16:50 -0700 (Wed, 21 Apr 2010)
New Revision: 16571

Modified:
   long/3D/SNAC/trunk/Snac/plugins/remesherSPR/InitialConditions.c
Log:
Reverting coord files to initCoord files: Otherwise, bottomRestore doesn't work as intended.



Modified: long/3D/SNAC/trunk/Snac/plugins/remesherSPR/InitialConditions.c
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/remesherSPR/InitialConditions.c	2010-04-21 18:55:16 UTC (rev 16570)
+++ long/3D/SNAC/trunk/Snac/plugins/remesherSPR/InitialConditions.c	2010-04-21 19:16:50 UTC (rev 16571)
@@ -82,7 +82,7 @@
 		char path[PATH_MAX];
 		double	x,y,z;
 
-		sprintf(path, "%s/snac.coord.%d.%06d.restart",context->outputPath,context->rank,context->restartTimestep);
+		sprintf(path, "%s/snac.initCoord.%d.%06d.restart",context->outputPath,context->rank,context->restartTimestep);
 		Journal_Firewall( ( (fp=fopen(path,"r")) != NULL), context->snacError, "Can't find %s", path );
 		for( lNode_i = 0; lNode_i < mesh->nodeLocalCount; lNode_i++ ) {
 			fscanf( fp, "%le %le %le", &x,&y,&z);



More information about the CIG-COMMITS mailing list