Newer
Older
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
using namespace phys::units::literals;
SECTION( "Point" )
{
}
SECTION( "Vector" )
{
}
SECTION( "Helix" )