|
From: <mor...@us...> - 2010-08-16 05:32:41
|
Revision: 3851
http://ecell.svn.sourceforge.net/ecell/?rev=3851&view=rev
Author: moriyoshi
Date: 2010-08-16 05:32:34 +0000 (Mon, 16 Aug 2010)
Log Message:
-----------
* DifferentialStepper::setStepInterval() isn't the same as Stepper::setStepInterval().
Modified Paths:
--------------
ecell3/trunk/ecell/libecs/DifferentialStepper.cpp
Modified: ecell3/trunk/ecell/libecs/DifferentialStepper.cpp
===================================================================
--- ecell3/trunk/ecell/libecs/DifferentialStepper.cpp 2010-07-09 11:52:24 UTC (rev 3850)
+++ ecell3/trunk/ecell/libecs/DifferentialStepper.cpp 2010-08-16 05:32:34 UTC (rev 3851)
@@ -277,7 +277,7 @@
void DifferentialStepper::updateInternalState( Real aStepInterval )
{
- setStepInterval( aStepInterval );
+ Stepper::setStepInterval( aStepInterval );
// check if the step interval was changed, by epsilon
if ( std::fabs( getTolerableStepInterval() - aStepInterval )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|