Skip to content

Commit

Permalink
free sunsteppers
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Dec 10, 2024
1 parent 2c16658 commit 4aae053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit_tests/logging/test_logging_arkode_forcingstep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ int main(int argc, char* argv[])
ARKodeFree(&arkode_mem);
ARKodeFree(&stepper_1);
ARKodeFree(&stepper_2);
SUNStepper_Destroy(&steppers[0]);
SUNStepper_Destroy(&steppers[1]);

cout << "End ForcingStep Logging test" << endl;

Expand Down
2 changes: 2 additions & 0 deletions test/unit_tests/logging/test_logging_arkode_splittingstep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ int main(int argc, char* argv[])
ARKodeFree(&arkode_mem);
ARKodeFree(&stepper_1);
ARKodeFree(&stepper_2);
SUNStepper_Destroy(&steppers[0]);
SUNStepper_Destroy(&steppers[1]);

cout << "End SplittingStep Logging test" << endl;

Expand Down

0 comments on commit 4aae053

Please sign in to comment.