Base: Modernise ctors dtors defs etc
This commit is contained in:
@@ -35,9 +35,7 @@ CoordinateSystem::CoordinateSystem()
|
||||
{
|
||||
}
|
||||
|
||||
CoordinateSystem::~CoordinateSystem()
|
||||
{
|
||||
}
|
||||
CoordinateSystem::~CoordinateSystem() = default;
|
||||
|
||||
void CoordinateSystem::setAxes(const Axis& v, const Vector3d& xd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user