[cig-commits] r15257 - short/3D/PyLith/trunk/libsrc/feassemble
brad at geodynamics.org
brad at geodynamics.org
Sun Jun 14 22:28:35 PDT 2009
Author: brad
Date: 2009-06-14 22:28:35 -0700 (Sun, 14 Jun 2009)
New Revision: 15257
Modified:
short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc
Log:
Added note to check/fix logic.
Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc 2009-06-15 05:24:42 UTC (rev 15256)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc 2009-06-15 05:28:35 UTC (rev 15257)
@@ -335,6 +335,8 @@
_outputFields =
new topology::Fields<topology::Field<topology::Mesh> >(mesh);
+ // FIX THIS LOGIC
+
if (0 == strcasecmp(name, "total_strain") &&
!_material->hasStateVar("total_strain")) {
assert(0 != fields);
More information about the CIG-COMMITS
mailing list