Skip to content

Commit 8788944

Browse files
committed
update write_eig_occ_test.cpp
1 parent 2b6a771 commit 8788944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/module_io/test/write_istate_info_test.cpp renamed to source/module_io/test/write_eig_occ_test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
#include "source_cell/parallel_kpoints.h"
1212
#include "mpi.h"
1313
#endif
14-
#include "../write_istate_info.h"
14+
#include "../write_eig_occ.h"
1515
#include "for_testing_klist.h"
1616

1717
/************************************************
18-
* unit test of write_istate_info
18+
* unit test of write_eig_occ
1919
***********************************************/
2020

2121
/**
2222
* - Tested Functions:
23-
* - write_istate_info()
23+
* - write_eig_occ()
2424
* - print out electronic eigen energies and
2525
* - occupation
2626
*/
@@ -98,7 +98,7 @@ TEST_F(IstateInfoTest, OutIstateInfoS1)
9898
}
9999

100100
// write eigenvalues and occupations
101-
ModuleIO::write_istate_info(ekb, wg, *kv);
101+
ModuleIO::write_eig_occ(ekb, wg, *kv);
102102

103103
// check the output files
104104
std::ifstream ifs;

0 commit comments

Comments
 (0)