Skip to content

Commit

Permalink
EXODIFF: Echo when pedantic checking is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 16, 2023
1 parent 269a941 commit 670eff1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/seacas/applications/exodiff/exodiff.C
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ namespace {
if (!interFace.quiet_flag) {
output_init(file1, 1, "");
output_init(file2, 2, "");
if (interFace.pedantic) {
fmt::print(" Pedantic Checking Enabled\n");
}
if (!interFace.command_file.empty()) {
FileInfo fi(interFace.command_file);
fmt::print(" COMMAND FILE: {}\n\n", fi.realpath());
Expand Down

0 comments on commit 670eff1

Please sign in to comment.