preprocessor: Matlab function getPowerDeriv should not be terminated by 'end' because neither _static nor _dynamic are

time-shift
Michel Juillard 2010-12-21 20:41:01 +01:00
parent ef56f87796
commit e6da2849c8
1 changed files with 1 additions and 2 deletions

View File

@ -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;
<< " end" << endl;
}