Skip to content
Snippets Groups Projects
Commit 5d9d71c2 authored by René Fritze's avatar René Fritze
Browse files

[common] fix print.hh dimToAxisName storage type

parent 37ccea3a
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,7 @@ void matrixToGnuplotFile(const Matrix& matrix, std::string filename)
file.close();
} // matrixToGnuplotFile
std::string dimToAxisName(const unsigned int dim, const bool capitalize = false)
inline std::string dimToAxisName(const unsigned int dim, const bool capitalize = false)
{
char c = 'x';
......
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