We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf01b41 commit ce796a9Copy full SHA for ce796a9
source/module_cell/test/klist_test.cpp
@@ -156,7 +156,7 @@ std::vector<stru_> stru_lib{stru_{1,
156
}}}}};
157
// used to construct cell and analyse its symmetry
158
159
-class KlistTest : public testing::Test
+class KlistTest : public testing::Tests
160
{
161
protected:
162
std::unique_ptr<K_Vectors> kv{new K_Vectors};
@@ -594,6 +594,7 @@ TEST_F(KlistTest, SetAfterVC)
594
kv->kvec_c[0].y = 0;
595
kv->kvec_c[0].z = 0;
596
// kv->set_after_vc(PARAM.input.nspin, ucell.G, ucell.latvec);
597
+ KVectorUtils::set_after_vc(*kv, PARAM.input.nspin, ucell.G);
598
599
EXPECT_TRUE(kv->kd_done);
600
EXPECT_TRUE(kv->kc_done);
0 commit comments