deltaT().value() to deltaTValue()

This commit is contained in:
graham
2009-10-21 16:43:45 +01:00
parent 55c094bc3a
commit 361370a564

View File

@ -110,7 +110,7 @@ int main(int argc, char *argv[])
/max
(
(runTime.endTime().value() - runTime.timeOutputValue())
/runTime.deltaT().value(),
/runTime.deltaTValue(),
1
);