Skip to content
Snippets Groups Projects
Commit 43e2c33b authored by Michel Juillard's avatar Michel Juillard
Browse files

preprocessor: Matlab function getPowerDeriv should not be terminated by 'end'...

preprocessor: Matlab function getPowerDeriv should not be terminated by 'end' because neither _static nor _dynamic are
parent d586280b
No related branches found
No related tags found
No related merge requests found
......@@ -659,7 +659,6 @@ DataTree::writePowerDeriv(ostream &output, bool use_dll) const
<< " dxp = dxp*p;" << endl
<< " p = p-1;" << endl
<< " end" << endl
<< " end" << endl
<< " end" << endl;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment