Skip to content
Snippets Groups Projects
Commit ea93fa36 authored by sebastien's avatar sebastien
Browse files

v4 matlab+preprocessor: fix display of preprocessor error message (was...

v4 matlab+preprocessor: fix display of preprocessor error message (was truncated by Matlab if too long)


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1774 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 5771aa9a
Branches
Tags
No related merge requests found
...@@ -59,8 +59,8 @@ main(int argc, char** argv) ...@@ -59,8 +59,8 @@ main(int argc, char** argv)
save_macro = true; save_macro = true;
} }
cout << "Starting Dynare ..." << endl; cout << "Starting Dynare ..." << endl
cout << "Parsing your model file ..." << endl; << "Starting preprocessing of the model file ..." << endl;
// Construct basename (check file extension is correct then remove it) // Construct basename (check file extension is correct then remove it)
string basename = argv[1]; string basename = argv[1];
......
...@@ -43,6 +43,6 @@ main2(stringstream &in, string &basename, bool debug, bool clear_all) ...@@ -43,6 +43,6 @@ main2(stringstream &in, string &basename, bool debug, bool clear_all)
delete mod_file; delete mod_file;
cout << "Parsing done" << endl; cout << "Preprocessing completed." << endl
cout << "Starting Matlab computing ..." << endl; << "Starting Matlab computing ..." << endl;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment