Skip to content

Commit 60726bd

Browse files
author
Fei Yang
committed
code optimazation
1 parent 796836c commit 60726bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/source_relax/test/bfgs_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class BFGSTest : public ::testing::Test {
3636
}
3737
};
3838

39+
3940
// TEST_F(BFGSTest, PrepareStep) {
4041
// bfgs.PrepareStep(force, bfgs.pos, bfgs.H, bfgs.pos0, bfgs.force0, bfgs.steplength, bfgs.dpos, ucell);
4142
// EXPECT_EQ(bfgs.steplength.size(), 10);

0 commit comments

Comments
 (0)