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 3e25091 commit 21d7cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/loMachIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +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);
MPI_Bcast(&thermoPressure_, 1, MPI_DOUBLE, 0, TPSCommWorld);
}

if (rank0_) {
Expand Down
2 changes: 1 addition & 1 deletion src/mesh_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class MeshBase {

public:
MeshBase(TPS::Tps *tps, LoMachOptions *loMach_opts, int order);
~MeshBase();
virtual ~MeshBase();

virtual void initializeMesh();
virtual void computeGridScale();
Expand Down

0 comments on commit 21d7cfc

Please sign in to comment.