@@ -376,41 +376,39 @@ constant DebugFlag EVALUATE_CONST_FUNCTIONS = DEBUG_FLAG(105, "evalConstFuncs",
376
376
Util.gettext("Evaluates functions complete and partially and checks for constant output."));
377
377
constant DebugFlag HPCOM_ANALYZATION_MODE = DEBUG_FLAG(106, "hpcomAnalyzationMode", false,
378
378
Util.gettext("Creates statically linked c++ - code for analyzation (requires statically build cpp-runtime)"));
379
- constant DebugFlag STRICT_RML = DEBUG_FLAG(107, "strictRml", false,
380
- Util.gettext("Turns on extra RML checks."));
381
- constant DebugFlag IMPL_ODE = DEBUG_FLAG(108, "implOde", false,
379
+ constant DebugFlag IMPL_ODE = DEBUG_FLAG(107, "implOde", false,
382
380
Util.gettext("activates implicit codegen"));
383
- constant DebugFlag EVAL_FUNC_DUMP = DEBUG_FLAG(109 , "evalFuncDump", false,
381
+ constant DebugFlag EVAL_FUNC_DUMP = DEBUG_FLAG(108 , "evalFuncDump", false,
384
382
Util.gettext("dumps debug information about the function evaluation"));
385
- constant DebugFlag PRINT_STRUCTURAL = DEBUG_FLAG(110 , "printStructuralParameters", false,
383
+ constant DebugFlag PRINT_STRUCTURAL = DEBUG_FLAG(109 , "printStructuralParameters", false,
386
384
Util.gettext("Prints the structural parameters identified by the front-end"));
387
- constant DebugFlag ITERATION_VARS = DEBUG_FLAG(111 , "iterationVars", false,
385
+ constant DebugFlag ITERATION_VARS = DEBUG_FLAG(110 , "iterationVars", false,
388
386
Util.gettext("Shows a list of all iteration variables."));
389
- constant DebugFlag ALLOW_RECORD_TOO_MANY_FIELDS = DEBUG_FLAG(112 , "acceptTooManyFields", false,
387
+ constant DebugFlag ALLOW_RECORD_TOO_MANY_FIELDS = DEBUG_FLAG(111 , "acceptTooManyFields", false,
390
388
Util.gettext("Accepts passing records with more fields than expected to a function. This is not allowed, but is used in Fluid.Dissipation. See https://trac.modelica.org/Modelica/ticket/1245 for details."));
391
- constant DebugFlag HPCOM_MEMORY_OPT = DEBUG_FLAG(113 , "hpcomMemoryOpt", false,
389
+ constant DebugFlag HPCOM_MEMORY_OPT = DEBUG_FLAG(112 , "hpcomMemoryOpt", false,
392
390
Util.gettext("Optimize the memory structure regarding the selected scheduler"));
393
- constant DebugFlag DUMP_SYNCHRONOUS = DEBUG_FLAG(114 , "dumpSynchronous", false,
391
+ constant DebugFlag DUMP_SYNCHRONOUS = DEBUG_FLAG(113 , "dumpSynchronous", false,
394
392
Util.gettext("Dumps information of the clock partitioning."));
395
- constant DebugFlag STRIP_PREFIX = DEBUG_FLAG(115 , "stripPrefix", true,
393
+ constant DebugFlag STRIP_PREFIX = DEBUG_FLAG(114 , "stripPrefix", true,
396
394
Util.gettext("Strips the environment prefix from path/crefs. Defaults to true."));
397
- constant DebugFlag DO_SCODE_DEP = DEBUG_FLAG(116 , "doSCodeDep", true,
395
+ constant DebugFlag DO_SCODE_DEP = DEBUG_FLAG(115 , "doSCodeDep", true,
398
396
Util.gettext("Does scode dependency analysis prior to instantiation. Defaults to true."));
399
- constant DebugFlag SHOW_INST_CACHE_INFO = DEBUG_FLAG(117 , "showInstCacheInfo", false,
397
+ constant DebugFlag SHOW_INST_CACHE_INFO = DEBUG_FLAG(116 , "showInstCacheInfo", false,
400
398
Util.gettext("Prints information about instantiation cache hits and additions. Defaults to false."));
401
- constant DebugFlag DUMP_UNIT = DEBUG_FLAG(118 , "dumpUnits", false,
399
+ constant DebugFlag DUMP_UNIT = DEBUG_FLAG(117 , "dumpUnits", false,
402
400
Util.gettext("Dumps all the calculated units."));
403
- constant DebugFlag DUMP_EQ_UNIT = DEBUG_FLAG(119 , "dumpEqInUC", false,
401
+ constant DebugFlag DUMP_EQ_UNIT = DEBUG_FLAG(118 , "dumpEqInUC", false,
404
402
Util.gettext("Dumps all equations handled by the unit checker."));
405
- constant DebugFlag DUMP_EQ_UNIT_STRUCT = DEBUG_FLAG(120 , "dumpEqUCStruct", false,
403
+ constant DebugFlag DUMP_EQ_UNIT_STRUCT = DEBUG_FLAG(119 , "dumpEqUCStruct", false,
406
404
Util.gettext("Dumps all the equations handled by the unit checker as tree-structure."));
407
- constant DebugFlag SHOW_DAE_GENERATION = DEBUG_FLAG(121 , "showDaeGeneration", false,
405
+ constant DebugFlag SHOW_DAE_GENERATION = DEBUG_FLAG(120 , "showDaeGeneration", false,
408
406
Util.gettext("Show the dae variable declarations as they happen."));
409
- constant DebugFlag RESHUFFLE_POST = DEBUG_FLAG(122 , "reshufflePost", false,
407
+ constant DebugFlag RESHUFFLE_POST = DEBUG_FLAG(121 , "reshufflePost", false,
410
408
Util.gettext("Reshuffles the systems of equations."));
411
- constant DebugFlag SHOW_EXPANDABLE_INFO = DEBUG_FLAG(123 , "showExpandableInfo", false,
409
+ constant DebugFlag SHOW_EXPANDABLE_INFO = DEBUG_FLAG(122 , "showExpandableInfo", false,
412
410
Util.gettext("Show information about expandable connector handling."));
413
- constant DebugFlag DUMP_HOMOTOPY = DEBUG_FLAG(124 , "dumpHomotopy", false,
411
+ constant DebugFlag DUMP_HOMOTOPY = DEBUG_FLAG(123 , "dumpHomotopy", false,
414
412
Util.gettext("Dumps the results of the postOptModule optimizeHomotopyCalls."));
415
413
416
414
// This is a list of all debug flags, to keep track of which flags are used. A
@@ -524,7 +522,6 @@ constant list<DebugFlag> allDebugFlags = {
524
522
DUMP_TRANSFORMED_MODELICA_MODEL,
525
523
EVALUATE_CONST_FUNCTIONS,
526
524
HPCOM_ANALYZATION_MODE,
527
- STRICT_RML,
528
525
IMPL_ODE,
529
526
EVAL_FUNC_DUMP,
530
527
PRINT_STRUCTURAL,
0 commit comments