Changeset bc864cb6 in OpenModelica


Ignore:
Timestamp:
2023-04-01T09:10:37+02:00 (14 months ago)
Author:
kabdelhak <karim.abdelhak@…>
Children:
70188866
Parents:
6ab888ea
Message:

[BE] deactivate linear tearing as a test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/Util/Flags.mo

    r80a6d30b rbc864cb6  
    11281128  Gettext.gettext("Sets the size of the internal hash table used for instantiation caching."));
    11291129constant ConfigFlag MAX_SIZE_LINEAR_TEARING = CONFIG_FLAG(86, "maxSizeLinearTearing",
    1130   NONE(), EXTERNAL(), INT_FLAG(200), NONE(),
     1130  NONE(), EXTERNAL(), INT_FLAG(1), NONE(),
    11311131  Gettext.gettext("Sets the maximum system size for tearing of linear systems (default 200)."));
    11321132constant ConfigFlag MAX_SIZE_NONLINEAR_TEARING = CONFIG_FLAG(87, "maxSizeNonlinearTearing",
Note: See TracChangeset for help on using the changeset viewer.