Skip to content

Commit

Permalink
Merge pull request #532 from GOMC-WSU/MEMC-patch
Browse files Browse the repository at this point in the history
Correct log entry for Intra-MEMC1 move
  • Loading branch information
HamiedAsadi authored Dec 5, 2024
2 parents a505e46 + f332038 commit aeb47e5
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 aeb47e5

Please sign in to comment.