Skip to content

Commit 92c2813

Browse files
authored
Fix: Avoid hexadecimal output during relax process of HSE (#6146)
1 parent 2694873 commit 92c2813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/module_ri/Exx_LRI_interface.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ bool Exx_LRI_Interface<T, Tdata>::exx_after_converge(
370370

371371
timeval t_end; gettimeofday(&t_end, nullptr);
372372
std::cout << "and rerun SCF\t"
373+
<< std::defaultfloat
373374
<< std::setprecision(3) << std::setiosflags(std::ios::scientific)
374375
<< (double)(t_end.tv_sec-t_start.tv_sec) + (double)(t_end.tv_usec-t_start.tv_usec)/1000000.0
375376
<< std::defaultfloat << " (s)" << std::endl;

0 commit comments

Comments
 (0)