Skip to content
Snippets Groups Projects
Commit 35587d89 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr

parent be1f0317
No related branches found
No related tags found
1 merge request!454Further changes suggested by clang-tidy
......@@ -60,7 +60,6 @@ TEST_F(LatticeTest, reciprocalTest)
m_rb = M_TWOPI / a2.dot(a31) * a31;
m_rc = M_TWOPI / a3.dot(a12) * a12;
l1.initialize();
l1.getReciprocalLatticeBasis(b1, b2, b3);
EXPECT_EQ(m_ra, b1);
EXPECT_EQ(m_rb, b2);
......@@ -173,7 +172,6 @@ TEST_F(LatticeTest, onChangeTest)
m_rb = M_TWOPI / a2.dot(a31) * a31;
m_rc = M_TWOPI / a3.dot(a12) * a12;
// l1.initialize();
l1.getReciprocalLatticeBasis(b1, b2, b3);
EXPECT_EQ(m_ra, b1);
EXPECT_EQ(m_rb, b2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment