Skip to content

Commit 1e77900

Browse files
committed
update file in the print_info
1 parent b88685f commit 1e77900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/test/print_info_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ TEST_F(PrintInfoTest, SetupParameters)
6666
ucell = utp.SetUcellInfo();
6767
std::string k_file = "./support/KPT";
6868
kv->nspin = 1;
69-
kv->read_kpoints(k_file,*ucell);
69+
kv->read_kpoints(*ucell,k_file);
7070
EXPECT_EQ(kv->get_nkstot(),512);
7171
std::vector<std::string> cal_type = {"scf","relax","cell-relax","md"};
7272
std::vector<std::string> md_types = {"fire","nve","nvt","npt","langevin","msst"};

0 commit comments

Comments
 (0)