Skip to content
Snippets Groups Projects
Commit 819492eb authored by wenqing's avatar wenqing
Browse files

[ParameterLib] Changed the definition of local char array, error_info

parent 62cd2655
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
namespace ParameterLib
{
static double const tolerance = 1.e-15;
static const char* const error_info =
static constexpr char error_info[] =
"The determinant of the coordinate system transformation matrix is '{:g}', "
"which is not sufficiently close to unity with the tolerance of '{:g}'. "
"Please adjust the accuracy of the local system bases";
......
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