Skip to content

Commit 305b7d6

Browse files
authored
fix output bug (#6518)
1 parent cb5ae35 commit 305b7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_estate/elecstate_print.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void print_scf_iterinfo(const std::string& ks_solver,
146146
{
147147
buf += FmtCore::format(td_fmt[i].c_str(), values[i]);
148148
}
149-
std::cout << buf;
149+
std::cout << buf << std::fflush;
150150
}
151151

152152

0 commit comments

Comments
 (0)