Skip to content

Commit 9b99534

Browse files
committed
fix ASM3 test
1 parent b0d9552 commit 9b99534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ReactionModels.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ TEST_CASE("ASM3 analytic Jacobian vs AD", "[ASM3],[ReactionModel],[Jacobian],[AD
184184
{
185185
const unsigned int nBound[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ,0, 0, 0 };
186186
unsigned int ncomp = 13;
187-
const double point[] = { 1.0, 2.0, 1.4, 2.1, 0.2, 1.1, 1.8, 1.5, 1.0, 4.2, 1.4, 0.3, 1.4};
187+
const double point[] = { 1.0, 2.0, 1.4, 2.1, 0.2, 1.1, 1.8, 1.5, 1.0, 4.2, 1.4, 0.3, 1.4 };
188188
cadet::test::reaction::testLiquidReactionJacobianAD("ACTIVATED_SLUDGE_MODEL3", ncomp, nBound,
189189
R"json({
190190
"ASM3_FISS_BM_PROD": 1.0,
@@ -230,6 +230,7 @@ TEST_CASE("ASM3 analytic Jacobian vs AD", "[ASM3],[ReactionModel],[Jacobian],[AD
230230
})json",
231231
point, 1e-15, 1e-15
232232
);
233+
}
233234

234235
TEST_CASE("MassActionLaw old interface vs. two separate reactions", "[MassActionLaw],[ReactionModel],[Simulation],[CI]")
235236
{

0 commit comments

Comments
 (0)