Skip to content

Commit

Permalink
Flag --PDE removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Šilar authored and OpenModelica-Hudson committed Feb 10, 2016
1 parent 554b2a6 commit 7b107b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Compiler/Util/Flags.mo
Expand Up @@ -1205,9 +1205,6 @@ constant ConfigFlag HETS = CONFIG_FLAG(88, "hets",
("derCalls", Util.gettext("sort terms based on der-calls"))
})),
Util.gettext("heuristic euqtion terms sort"));
constant ConfigFlag PDE = CONFIG_FLAG(89, "PDE",
NONE(), EXTERNAL(), BOOL_FLAG(false), NONE(),
Util.gettext("Experimental feature: enables PDE discretization module."));

protected
// This is a list of all configuration flags. A flag can not be used unless it's
Expand Down Expand Up @@ -1301,8 +1298,7 @@ constant list<ConfigFlag> allConfigFlags = {
INIT_OPT_MODULES_ADD,
INIT_OPT_MODULES_SUB,
PERMISSIVE,
HETS,
PDE
HETS
};

public function new
Expand Down

0 comments on commit 7b107b2

Please sign in to comment.