bug fix in writing of dynamic params derivs file

issue#70
Houtan Bastani 2015-07-29 10:40:30 +02:00
parent 389bb89a55
commit 0a3a5a0a03
1 changed files with 7 additions and 5 deletions

View File

@ -3882,6 +3882,7 @@ DynamicModel::writeParamsDerivativesFile(const string &basename, bool julia) con
paramsDerivsFile << ";" << endl;
}
if (!julia)
// If nargout >= 3...
paramsDerivsFile << "if nargout >= 3" << endl;
@ -3945,6 +3946,7 @@ DynamicModel::writeParamsDerivativesFile(const string &basename, bool julia) con
paramsDerivsFile << ";" << endl;
}
if (!julia)
// If nargout >= 5...
paramsDerivsFile << "end" << endl
<< "if nargout >= 5" << endl;