[cig-commits] r13430 - short/3D/PyLith/trunk/libsrc/utils

brad at geodynamics.org brad at geodynamics.org
Mon Dec 1 13:05:04 PST 2008


Author: brad
Date: 2008-12-01 13:05:04 -0800 (Mon, 01 Dec 2008)
New Revision: 13430

Modified:
   short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh
Log:
Updated Mesh typedef.

Modified: short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh	2008-12-01 18:56:59 UTC (rev 13429)
+++ short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh	2008-12-01 21:05:04 UTC (rev 13430)
@@ -23,7 +23,7 @@
 
 namespace pylith {
 
-  typedef ALE::IMesh Mesh;
+  typedef ALE::IMesh<> Mesh;
   typedef Mesh::sieve_type sieve_type;
   typedef Mesh::real_section_type real_section_type; 
   typedef Mesh::int_section_type int_section_type;



More information about the CIG-COMMITS mailing list