Skip to content

Commit

Permalink
- rename flag more grammatical
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Nov 8, 2012
1 parent ff12947 commit 672a36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/IndexReduction.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ algorithm
(hov1,dummystates,lov,syst,shared);
case(_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_)
equation
true = Flags.getConfigBool(Flags.DYNAMIC_PIVOD);
true = Flags.getConfigBool(Flags.DYNAMIC_PIVOT);
unassignedEqnsSize = listLength(unassignedEqns);
rang = listLength(states)-unassignedEqnsSize;
Debug.fcall(Flags.BLT_DUMP, BackendDump.debugStrIntStrIntStr, ("Select ",rang," from ",listLength(states),"\n"));
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ constant ConfigFlag DEFAULT_OPENCL_DEVICE = CONFIG_FLAG(42, "defaultOCLDevice",
constant ConfigFlag NO_TEARING = CONFIG_FLAG(43, "noTearing",
NONE(), EXTERNAL(), BOOL_FLAG(false),NONE(),
Util.gettext("Disables tearing at all."));
constant ConfigFlag DYNAMIC_PIVOD = CONFIG_FLAG(44, "dynamicpivod",
constant ConfigFlag DYNAMIC_PIVOT = CONFIG_FLAG(44, "dynamicPivot",
NONE(), EXTERNAL(), BOOL_FLAG(false),NONE(),
Util.gettext("Enable dynamic pivoting of states during simulation. Works only with dynamic state selection"));

Expand Down

0 comments on commit 672a36f

Please sign in to comment.