Skip to content
Snippets Groups Projects
Commit 78295bf6 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove version from preprocessor output

parent 5a1095a2
Branches
Tags
No related merge requests found
...@@ -341,8 +341,7 @@ main(int argc, char **argv) ...@@ -341,8 +341,7 @@ main(int argc, char **argv)
} }
if (!nopreprocessoroutput) if (!nopreprocessoroutput)
cout << "Dynare Preprocessor (version " << PACKAGE_VERSION << ")." << endl cout << "Starting preprocessing of the model file ..." << endl;
<< "Starting preprocessing of the model file ..." << endl;
// Construct basename (i.e. remove file extension if there is one) // Construct basename (i.e. remove file extension if there is one)
string basename = argv[1]; string basename = argv[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment