File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments