Skip to content

Commit

Permalink
use explicit soot cleanup call (#413)
Browse files Browse the repository at this point in the history
* use explicit soot cleanup call

* update pp
  • Loading branch information
baperry2 committed Sep 12, 2024
1 parent 04d0221 commit c8b1cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/PeleLMeX_Soot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ PeleLM::setSootIndx()
void
PeleLM::cleanupSootModel()
{
soot_model->cleanup();
delete soot_model;
}

Expand Down
2 changes: 1 addition & 1 deletion Submodules/PelePhysics

0 comments on commit c8b1cab

Please sign in to comment.