Mod: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:20:43 +02:00
committed by wwmayer
parent 93ac88bcc3
commit da00501288
24 changed files with 23 additions and 88 deletions

View File

@@ -672,10 +672,6 @@ MeshProjection::MeshProjection(const MeshKernel& rMesh)
{
}
MeshProjection::~MeshProjection()
{
}
void MeshProjection::discretize(const TopoDS_Edge& aEdge, std::vector<Base::Vector3f>& polyline, std::size_t minPoints) const
{
BRepAdaptor_Curve clCurve(aEdge);