Skip to content

Commit 67af45f

Browse files
committed
increased timestep in mixed reactions test
1 parent 4ac3c00 commit 67af45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactions/geochemistry/unitTests/testGeochemicalMixedReactions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TEST( testMixedReactions, testTimeStep_carbonateSystem )
5151
};
5252

5353
timeStepTest< double, true >( carbonateSystem,
54-
1.0e-8,
54+
1.0,
5555
10,
5656
initialAggregateSpeciesConcentration,
5757
surfaceArea,

0 commit comments

Comments
 (0)