Skip to content
Snippets Groups Projects
Commit e189ed90 authored by Karsten Rink's avatar Karsten Rink
Browse files

removed const

parent 3d8b4aa1
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ void MeshIO::writeElements(std::vector<MeshLib::Element*> const& ele_vec,
}
}
const std::string MeshIO::ElemType2StringOutput(const MeshElemType t) const
std::string MeshIO::ElemType2StringOutput(const MeshElemType t) const
{
if (t == MeshElemType::LINE)
return "line";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment