Skip to content

Commit ca722b7

Browse files
author
Fei Yang
committed
remove vectorvector in bfgs and add parameter cp2k
1 parent 55c21f0 commit ca722b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/source_relax/test/bfgs_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ TEST_F(BFGSTest, TestAllocate)
3838
bfgs.allocate(size);
3939

4040
// Check if allocated arrays are not empty
41-
EXPECT_FALSE(bfgs.H.empty());
4241
EXPECT_FALSE(bfgs.pos.empty());
4342
EXPECT_FALSE(bfgs.pos0.empty());
4443
EXPECT_FALSE(bfgs.pos_taud.empty());

0 commit comments

Comments
 (0)