Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Fix c runtime command line options (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Jan 20, 2017
1 parent 4fe59c4 commit c80769b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/c/util/simulation_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ enum _FLAG
FLAG_NEWTON_XTOL,
FLAG_NEWTON_STRATEGY,
FLAG_NLS,
FLAG_NLS_MAX_DENSITY,
FLAG_NLS_MIN_SIZE,
FLAG_NLS_INFO,
FLAG_NLS_LS,
FLAG_NLS_MAX_DENSITY,
FLAG_NLS_MIN_SIZE,
FLAG_NOEMIT,
FLAG_NOEQUIDISTANT_GRID,
FLAG_NOEQUIDISTANT_OUT_FREQ,
Expand Down

0 comments on commit c80769b

Please sign in to comment.