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

knepley at geodynamics.org knepley at geodynamics.org
Tue Aug 15 14:59:11 PDT 2006


Author: knepley
Date: 2006-08-15 14:59:10 -0700 (Tue, 15 Aug 2006)
New Revision: 4299

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


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc	2006-08-15 21:50:46 UTC (rev 4298)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc	2006-08-15 21:59:10 UTC (rev 4299)
@@ -438,7 +438,7 @@
   return Py_None;
 }
 
-PetscErrorCode FieldView_Sieve(ALE::Obj<ALE::Mesh>, const std::string&, PetscViewer);
+PetscErrorCode FieldView_Sieve(const ALE::Obj<ALE::Mesh>&, const std::string&, PetscViewer);
 
 char pypylith3d_outputMesh__doc__[] = "";
 char pypylith3d_outputMesh__name__[] = "outputMesh";



More information about the cig-commits mailing list