diff --git a/Applications/ApplicationsLib/ProjectData.cpp b/Applications/ApplicationsLib/ProjectData.cpp index a67f0c436487fbdcdf03e6b86067e6f7f3f22693..d69a26cf720881f792591876c901b0add61b8d71 100644 --- a/Applications/ApplicationsLib/ProjectData.cpp +++ b/Applications/ApplicationsLib/ProjectData.cpp @@ -84,7 +84,6 @@ void ProjectData::addMesh(MeshLib::Mesh* mesh) _mesh_vec.push_back(mesh); } - std::vector<MeshLib::Mesh*>::const_iterator ProjectData::findMeshByName( std::string const& name) const { diff --git a/MeshLib/MeshSurfaceExtraction.h b/MeshLib/MeshSurfaceExtraction.h index 4a7f84acc68a0393ffe5d9127e2f66d1c4d42d66..1b42333a33b0dac0e9afd803fbb027e332985ed4 100644 --- a/MeshLib/MeshSurfaceExtraction.h +++ b/MeshLib/MeshSurfaceExtraction.h @@ -46,7 +46,7 @@ public: * Returns the 2d-element mesh representing the surface of the given layered mesh. * \param mesh The original mesh * \param dir The direction in which face normals have to point to be considered surface elements - * \param angle The angle of the allowed deviation from the given direction (0 < angle < 90 degrees) + * \param angle The angle of the allowed deviation from the given direction (0 < angle < 90 degrees) * \param keepOriginalNodeIds If true, ids of mesh nodes are set to ids in original mesh, otherwise node ids are reset (as usual when creating a mesh) * \return A 2D mesh representing the surface in direction dir */