clarify error message

issue#70
Houtan Bastani 2013-10-03 15:43:38 +02:00
parent bb4ce64add
commit 50b2c9d454
1 changed files with 1 additions and 2 deletions

View File

@ -95,8 +95,7 @@ NativeStatement::computingPass()
if (apostrophes.size() % 2)
{
cerr << native_statement <<
" seems to be invalid Matlab syntax (an odd number of apostrophes was encountered)" << endl;
cerr << "ERROR: A Matlab Statement has an odd number of apostrophes: " << native_statement << endl;
exit(EXIT_FAILURE);
}