Skip to content

Commit ddfc25d

Browse files
committed
fix linter
1 parent 03634be commit ddfc25d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/mpi/mpi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Mpi {
3939

4040
// Init from datablock
4141
void Init(Grid *grid, std::vector<int> inputMap,
42-
std::array<int,3> nghost, std::array<int,3> nint,
42+
std::array<int,3> nghost, std::array<int,3> nint,
4343
std::array<BoundaryType,3> lbound,
4444
std::array<BoundaryType,3> rbound,
4545
bool inputHaveVs = false );

src/rkl/rkl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ RKLegendre<Phys>::RKLegendre(Input &input, Fluid<Phys>* hydroin) {
198198
nvarRKL = varListHost.size();
199199

200200
#ifdef WITH_MPI
201-
mpi.Init(data->mygrid, varListHost, data->nghost, data->np_int,
201+
mpi.Init(data->mygrid, varListHost, data->nghost, data->np_int,
202202
data->lbound, data->rbound, haveVs);
203203
#endif
204204

0 commit comments

Comments
 (0)