Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Dec 9, 2024
1 parent fecaee9 commit 24abb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/REMORA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ REMORA::ReadParameters ()
pp.query("file_min_digits", file_min_digits);

if (file_min_digits < 0) {
amrex::Abort("remora.file_min_digits must be non-negative")
amrex::Abort("remora.file_min_digits must be non-negative");
}

// Time step controls
Expand Down

0 comments on commit 24abb48

Please sign in to comment.