enable substepping.

This commit is contained in:
Robert K 2014-10-01 15:45:27 +02:00
parent f535761a17
commit 2602ae7baf

View File

@ -351,7 +351,7 @@ namespace Opm
solver.setThresholdPressures(threshold_pressures_by_face_);
}
const bool subStepping = false;
const bool subStepping = true;
if( subStepping )
{