Skip to content

Commit

Permalink
[Tests] Fix test-general YamlWriter/multipleReactionSections
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jun 8, 2021
1 parent df7968c commit 7df3519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/general/test_serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ TEST(YamlWriter, multipleReactionSections)
// this phase will require its own "reactions" section
auto R = original3->kinetics()->reaction(3);
R->duplicate = true;
R->rate()->releaseEvaluator(); // unlink from kinetics object
original3->kinetics()->addReaction(R);
original2->setName("ohmech2");
original3->setName("ohmech3");
Expand Down

0 comments on commit 7df3519

Please sign in to comment.