Skip to content
Snippets Groups Projects
Commit aee91a62 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed int to String conversion in Simplex.h

parent 4a6d0a3e
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class Simplex
static String getType()
{
return String( "Topologies::Simplex< " ) + String( dimension ) + " >";
return String( "Topologies::Simplex< " ) + convertToString( dimension ) + " >";
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment