Skip to content
Snippets Groups Projects
Commit 1eddaf3c authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Norihiro Watanabe
Browse files

fix typo

parent 066a6ba6
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
namespace MeshLib namespace MeshLib
{ {
/// Converts a non-linear mesh to a linear meash. All the mesh properties will /// Converts a non-linear mesh to a linear mesh. All the mesh properties will
/// be copied except for entries for non-linear nodes. /// be copied except for entries for non-linear nodes.
std::unique_ptr<MeshLib::Mesh> convertToLinearMesh( std::unique_ptr<MeshLib::Mesh> convertToLinearMesh(
const MeshLib::Mesh& mesh, const std::string& new_mesh_name); const MeshLib::Mesh& mesh, const std::string& new_mesh_name);
......
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