Skip to content

Commit f17d21a

Browse files
committed
Fix comment formatting
1 parent ad30f00 commit f17d21a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mesh/parallel/fci.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ void FCITransform::checkInputGrid() {
381381
+ "' used "
382382
"to generate metric components for FCITransform. Should be 'fci'.");
383383
}
384-
} // else: parallel_transform variable not found in grid input, indicates older input
384+
}
385+
// else: parallel_transform variable not found in grid input, indicates older input
385386
// file or grid from options so must rely on the user having ensured the type is
386387
// correct
387388
}

0 commit comments

Comments
 (0)