Skip to content

Commit

Permalink
Merge branch 'disableDynStateSelectionInDynOpt'
Browse files Browse the repository at this point in the history
  • Loading branch information
vruge committed May 27, 2015
2 parents 5992e4a + 3828ff1 commit 28ad244
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 442 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/DynamicOptimization.mo
Expand Up @@ -88,6 +88,7 @@ algorithm

if not inOptimicaFlag then
Flags.setConfigEnum(Flags.GRAMMAR, Flags.OPTIMICA);
Flags.setConfigBool(Flags.DSIABLE_DSS, true);
end if;

(mayer,lagrange,startTimeE,finalTimeE) := match(inClassAttr)
Expand Down

0 comments on commit 28ad244

Please sign in to comment.