[cig-commits] r6575 - short/3D/PyLith/trunk/libsrc/feassemble

knepley at geodynamics.org knepley at geodynamics.org
Sun Apr 15 19:06:24 PDT 2007


Author: knepley
Date: 2007-04-15 19:06:24 -0700 (Sun, 15 Apr 2007)
New Revision: 6575

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/ExplicitElasticity.cc
Log:
Fixed compile error


Modified: short/3D/PyLith/trunk/libsrc/feassemble/ExplicitElasticity.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ExplicitElasticity.cc	2007-04-16 01:08:57 UTC (rev 6574)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ExplicitElasticity.cc	2007-04-16 02:06:24 UTC (rev 6575)
@@ -364,7 +364,7 @@
     
     // Assemble cell contribution into field
     const ALE::Obj<Mesh::order_type>& globalOrder = 
-      mesh->getFactory()->getGlobalOrder(mesh, "default", dispT->getAtlas());
+      mesh->getFactory()->getGlobalOrder(mesh, "default", dispT);
 
     err = updateOperator(*mat, mesh, dispT, globalOrder,
 			 *cellIter, _cellMatrix, ADD_VALUES);



More information about the cig-commits mailing list