[cig-commits] r16584 - short/3D/PyLith/trunk/libsrc/faults

brad at geodynamics.org brad at geodynamics.org
Mon Apr 26 19:03:12 PDT 2010


Author: brad
Date: 2010-04-26 19:03:12 -0700 (Mon, 26 Apr 2010)
New Revision: 16584

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc
Log:
Stupid fix.

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc	2010-04-26 23:39:16 UTC (rev 16583)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc	2010-04-27 02:03:12 UTC (rev 16584)
@@ -1022,7 +1022,7 @@
     assert(0 != _dbInitialTract);
     topology::Field<topology::SubMesh>& buffer =
         _fields->get("buffer (vector)");
-    _calcInitialTractions(&buffer);
+    _getInitialTractions(&buffer);
     return buffer;
 
   } else if (0 == strcasecmp("traction", name)) {



More information about the CIG-COMMITS mailing list