[cig-commits] r21356 - short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults

rjolivet at geodynamics.org rjolivet at geodynamics.org
Mon Feb 11 13:44:49 PST 2013


Author: rjolivet
Date: 2013-02-11 13:44:49 -0800 (Mon, 11 Feb 2013)
New Revision: 21356

Modified:
   short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.cc
   short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.hh
Log:
Checked

Modified: short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.cc
===================================================================
--- short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.cc	2013-02-11 13:37:33 UTC (rev 21355)
+++ short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.cc	2013-02-11 21:44:49 UTC (rev 21356)
@@ -143,7 +143,7 @@
 // ----------------------------------------------------------------------
 // Get dynamic kinematic selector field on fault surface (time will be the argument in the future)
 void
-pylith::faults::DKSelector::dk(topology::Field<topology::SubMesh>* const dk)
+pylith::faults::DKSelector::dk(const topology::Field<topology::SubMesh>* dk)
 { // dk
   assert(0 != _parameters);
 

Modified: short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.hh
===================================================================
--- short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.hh	2013-02-11 13:37:33 UTC (rev 21355)
+++ short/3D/PyLith/branches/v1.8-mixedfault/libsrc/pylith/faults/dkSelector.hh	2013-02-11 21:44:49 UTC (rev 21356)
@@ -83,8 +83,7 @@
    * 
    * @returns a section for the given time (future)
    */
-  void 
-  dk(topology::Field<topology::SubMesh>* const dk);
+  void dk(const topology::Field<topology::SubMesh>* dk);
   
 // NOT IMPLEMENTED //////////////////////////////////////////////////////
 private :



More information about the CIG-COMMITS mailing list