Skip to content

Commit

Permalink
- added description text to Flags.relidx
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Jun 14, 2013
1 parent 095e565 commit fcd2f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -242,7 +242,7 @@ constant DebugFlag INTERACTIVE_CORBA = DEBUG_FLAG(37, "interactiveCorba", false,
constant DebugFlag INTERACTIVE_DUMP = DEBUG_FLAG(38, "interactivedump", false,
Util.gettext("Prints out debug information for the interactive server."));
constant DebugFlag RELIDX = DEBUG_FLAG(39, "relidx", false,
Util.notrans(""));
Util.notrans("Prints out debug information about relations, that are used as zero-crossings."));
constant DebugFlag DUMP_REPL = DEBUG_FLAG(40, "dumprepl", false,
Util.gettext("Dump the found replacements for simple equation removal."));
constant DebugFlag DUMP_FP_REPL = DEBUG_FLAG(41, "dumpFPrepl", false,
Expand Down

0 comments on commit fcd2f9f

Please sign in to comment.