Changeset 641550 for src/Graph/unittests/BondGraphUnitTest.cpp
- Timestamp:
- Aug 11, 2025, 5:43:56 PM (3 months ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- ce666c
- Parents:
- c41ce0
- git-author:
- Frederik Heber <frederik.heber@…> (05/07/24 20:05:47)
- git-committer:
- Frederik Heber <frederik.heber@…> (08/11/25 17:43:56)
- File:
-
- 1 edited
-
src/Graph/unittests/BondGraphUnitTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/unittests/BondGraphUnitTest.cpp
rc41ce0 r641550 153 153 { 154 154 CPPUNIT_ASSERT_EQUAL( true , BG->LoadBondLengthTable(test) ); 155 CPPUNIT_ASSERT_EQUAL( 1., BG->GetBondLength( 0,0) );156 CPPUNIT_ASSERT_EQUAL( 1.2, BG->GetBondLength( 0,5) );157 CPPUNIT_ASSERT_EQUAL( 1.5, BG->GetBondLength( 5,5) );155 CPPUNIT_ASSERT_EQUAL( 1., BG->GetBondLength(1,1) ); 156 CPPUNIT_ASSERT_EQUAL( 1.2, BG->GetBondLength(1,6) ); 157 CPPUNIT_ASSERT_EQUAL( 1.5, BG->GetBondLength(6,6) ); 158 158 }; 159 159
Note:
See TracChangeset
for help on using the changeset viewer.
