Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Mar 30, 2024
1 parent 19592f7 commit 3e25091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/loMach.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ LoMachSolver::~LoMachSolver() {
delete thermo_;
delete sponge_;
delete turbModel_;
delete meshData_;

// allocated in constructor
delete groupsMPI;
Expand Down
1 change: 1 addition & 0 deletions src/loMachIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ void LoMachSolver::read_restart_files_hdf5(hid_t file, bool serialized_read) {
MPI_Bcast(&(temporal_coeff_.time), 1, MPI_DOUBLE, 0, TPSCommWorld);
MPI_Bcast(&(temporal_coeff_.dt), 1, MPI_DOUBLE, 0, TPSCommWorld);
MPI_Bcast(&read_order, 1, MPI_INT, 0, TPSCommWorld);
MPI_Bcast(&thermoPressure_, 1, MPI_DOUBLE, 0, TPSCommWorld);
}

if (rank0_) {
Expand Down

0 comments on commit 3e25091

Please sign in to comment.