remove duplicate try/catch

issue#70
Houtan Bastani 2015-08-21 11:40:43 +02:00
parent c1d3b521ed
commit 1d4002a3c7
1 changed files with 0 additions and 5 deletions

View File

@ -1160,11 +1160,6 @@ ModFile::writeExternalFilesJulia(const string &basename, FileOutputType output)
<< "DynamicParamsDerivs.params_derivs" << endl
<< "catch" << endl
<< "end" << endl
<< "try" << endl
<< " using " << basename << "SteadyState2" << endl
<< " model.steady_state = " << basename << "SteadyState2.steady_state" << endl
<< "catch" << endl
<< "end" << endl
<< "end" << endl;
jlOutputFile.close();
cout << "done" << endl;