Skip to content

Commit 1447778

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 4447932 commit 1447778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Grid::Grid(Input &input) {
167167
// Check that the total grid dimension is effectively divisible by number of procs
168168
if(ngridtot % idfx::psize)
169169
IDEFIX_ERROR("Total grid size must be a multiple of the number of mpi process");
170-
// Check that dec option has been passed
170+
// Check that dec option has been passed
171171
if(input.CheckEntry("CommandLine","dec") != DIMENSIONS) {
172172
// No command line decomposition, make auto-decomposition if possible
173173
// (only when nproc and dimensions are powers of 2, and in 1D)

0 commit comments

Comments
 (0)