Skip to content

Commit 6cf2d41

Browse files
committed
Fixed tiny bug which caused test failure
1 parent 752fba5 commit 6cf2d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opm/simulators/timestepping/TimeStepControl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ namespace Opm
336336
General3rdOrderController
337337
General3rdOrderController::serializationTestObject()
338338
{
339-
General3rdOrderController result(1.0, 2.0, false, "", 3.0, "", false);
339+
General3rdOrderController result(1.0, 2.0, false, "standard", 3.0, "0.125;0.25;0.125;0.75;0.25", false);
340340
result.errors_ = {2.0, 3.0};
341341

342342
return result;

0 commit comments

Comments
 (0)