Changeset b7c74ad in OpenModelica


Ignore:
Timestamp:
2021-01-20T16:16:05+01:00 (3 years ago)
Author:
Lennart Ochel <lennart.ochel@…>
Branches:
Added-citation-metadata, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
45fc378c
Parents:
353923e8
git-author:
Lennart Ochel <lennart.ochel@…> (01/20/21 15:18:31)
git-committer:
Lennart Ochel <lennart.ochel@…> (01/20/21 16:16:05)
Message:

Fix typo in flag description

File:
1 edited

Legend:

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

    r353923e8 rb7c74ad  
    443443  Gettext.gettext("Dumps verbose debug output for the differentiation process."));
    444444constant DebugFlag FMU_EXPERIMENTAL = DEBUG_FLAG(136, "fmuExperimental", false,
    445   Gettext.gettext("Include an extra function in the FMU fmi7GetSpecificDerivatives."));
     445  Gettext.gettext("Include an extra function in the FMU fmi2GetSpecificDerivatives."));
    446446constant DebugFlag DUMP_DGESV = DEBUG_FLAG(137, "dumpdgesv", false,
    447447  Gettext.gettext("Enables dumping of the information whether DGESV is used to solve linear systems."));
Note: See TracChangeset for help on using the changeset viewer.