[cig-commits] r4530 - short/3D/PyLith/branches/pylith-0.8/pylith3d/module

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Sep 14 10:41:59 PDT 2006


Author: willic3
Date: 2006-09-14 10:41:59 -0700 (Thu, 14 Sep 2006)
New Revision: 4530

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc
Log:
Fixed string problem.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc	2006-09-14 17:36:53 UTC (rev 4529)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc	2006-09-14 17:41:59 UTC (rev 4530)
@@ -189,7 +189,7 @@
   char *meshInputFile;
   char  meshOutputFile[2048];
   int   interpolateMesh;
-  char partitioner;
+  char* partitioner;
 
   int ok = PyArg_ParseTuple(args, (char *) "sis:processMesh", &meshInputFile, &interpolateMesh, &partitioner);
 



More information about the cig-commits mailing list