Skip to content

Commit 8e3dbf6

Browse files
committed
Update input.cc
1 parent 883cdb8 commit 8e3dbf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

input.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ void read_parameterfile(int rank) {
18401840
std::istringstream{line} >> pre_zseed;
18411841

18421842
if (pre_zseed > 0) {
1843-
printlnlog("input.txt specified random number seed is {}\n", pre_zseed);
1843+
printlnlog("input.txt specified random number seed is {}", pre_zseed);
18441844
} else {
18451845
pre_zseed = get_rng_random_seed();
18461846
// broadcast randomly-generated seed from rank 0 to all ranks

0 commit comments

Comments
 (0)