Skip to content

Commit 241d473

Browse files
committed
update the build in print_info
1 parent 05ba07e commit 241d473

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);
69+
kv->read_kpoints(k_file,*ucell);
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)