Skip to content

Commit

Permalink
fix echo flag print 3d bc dup
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz committed Feb 16, 2024
1 parent 508984a commit 38cf75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mm_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ void rd_genl_specs(FILE *ifp, char *input) {
Print3DBCDup = 0;
}

snprintf(echo_string, MAX_CHAR_ECHO_INPUT, "%s = %d", "Debug", Debug_Flag);
snprintf(echo_string, MAX_CHAR_ECHO_INPUT, "%s = %d", "Print 3D BC Dup", Print3DBCDup);
ECHO(echo_string, echo_file);

#ifdef MATRIX_DUMP
Expand Down

0 comments on commit 38cf75b

Please sign in to comment.