C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2014-06-19 22:22:44 +10:00
parent 5ca01d505a
commit bc153274a0
3 changed files with 21 additions and 12 deletions

View File

@ -3856,7 +3856,7 @@ inline bool run_test14()
if (result != T(1))
{
failure = true;
printf("run_test14() - Error with expression: %s\n",
printf("run_test14() - Error with evaluation of expression: %s\n",
expr_str_list[i].c_str());
}
}