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

brad at geodynamics.org brad at geodynamics.org
Tue Apr 24 15:18:14 PDT 2007


Author: brad
Date: 2007-04-24 15:18:14 -0700 (Tue, 24 Apr 2007)
New Revision: 6674

Modified:
   short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc
Log:
Fixed bug where slip field section pointer was not created.

Modified: short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc	2007-04-24 22:16:50 UTC (rev 6673)
+++ short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc	2007-04-24 22:18:14 UTC (rev 6674)
@@ -173,6 +173,7 @@
   _dbPeakRate->close();
 
   // Allocate slip field
+  _slipField = new real_section_type(faultMesh->comm(), faultMesh->debug());
   _slipField->setFiberDimension(faultMesh->depthStratum(0), 3);
   faultMesh->allocate(_slipField);
 } // initialize



More information about the cig-commits mailing list