From 1d4002a3c70b52ed398b46ae3f3c481c5793279a Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 21 Aug 2015 11:40:43 +0200 Subject: [PATCH] remove duplicate try/catch --- ModFile.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ModFile.cc b/ModFile.cc index a94cbaad..d86c9fda 100644 --- a/ModFile.cc +++ b/ModFile.cc @@ -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;