ADD: added tracklist update and systemstate update messages with tests and some improvements of simtrack
This commit is contained in:
@@ -41,7 +41,7 @@ SCENARIO("Testing the SimCorePositionClass")
|
||||
REQUIRE(std::abs(pos1b.getGeocentricPos()(SimCore::Z) - GeocentPos1(SimCore::Z)) <= 0.001);
|
||||
|
||||
|
||||
REQUIRE(pos2.getGeocentricPos() == pos1.getGeocentricPos());
|
||||
REQUIRE(pos2 == pos1);
|
||||
REQUIRE(pos2.getGeodesicPos() == pos1.getGeodesicPos());
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user