Skip to content

Commit 2048ad5

Browse files
committed
update write_istate_info.cpp
1 parent eae0460 commit 2048ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/write_istate_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void ModuleIO::write_istate_info(const ModuleBase::matrix &ekb,const ModuleBase:
8989
<< " Cartesian=" << kv.kvec_c[ik].x << " " << kv.kvec_c[ik].y
9090
<< " " << kv.kvec_c[ik].z << " (" << ngk_tot[ik] << " plane wave)" << std::endl;
9191

92-
ofs_eig << std::setprecision(12);
92+
ofs_eig << std::setprecision(16);
9393
ofs_eig << std::setiosflags(std::ios::showpoint);
9494
for (int ib = 0; ib < ekb.nc; ib++)
9595
{

0 commit comments

Comments
 (0)