[cig-commits] r9313 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Feb 13 11:15:51 PST 2008


Author: luis
Date: 2008-02-13 11:15:51 -0800 (Wed, 13 Feb 2008)
New Revision: 9313

Modified:
   cs/benchmark/cigma/trunk/src/MeshIO.cpp
Log:
Fixed typo in MeshIO::prepare()


Modified: cs/benchmark/cigma/trunk/src/MeshIO.cpp
===================================================================
--- cs/benchmark/cigma/trunk/src/MeshIO.cpp	2008-02-13 18:28:39 UTC (rev 9312)
+++ cs/benchmark/cigma/trunk/src/MeshIO.cpp	2008-02-13 19:15:51 UTC (rev 9313)
@@ -156,8 +156,8 @@
         {
             // no coords path specified...
             // read coords from mesh file
-            // connect_loc will have to be determined later in load()
-            connect_loc = "";
+            // coords_loc will have to be determined later in load()
+            coords_loc  = "";
             coords_file = mesh_file;
             coords_ext  = mesh_ext;
         }



More information about the cig-commits mailing list