Skip to content

Commit

Permalink
Fix log message for Intra-MEMC1 move
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchwiebert committed Oct 12, 2024
1 parent ff3f67a commit f332038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ void ConfigSetup::Init(const char *fileName, MultiSim const *const &multisim) {
} else if (CheckString(line[0], "IntraMEMC-1Freq")) {
if (stringtod(line[1]) > 0.0) {
sys.moves.intraMemc = stringtod(line[1]);
printf("%-40s %-4.4f \n", "Info: IntraMEMC-2 move frequency",
printf("%-40s %-4.4f \n", "Info: IntraMEMC-1 move frequency",
sys.moves.intraMemc);
sys.intraMemcVal.enable = true;
sys.intraMemcVal.MEMC1 = true;
Expand Down

0 comments on commit f332038

Please sign in to comment.