Skip to content

Commit

Permalink
- Changed nX to : in some functions in PartialTwoPhaseMedium to make …
Browse files Browse the repository at this point in the history
…them work

  as intended.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10587 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Nov 28, 2011
1 parent c9512f3 commit ff47d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Inst.mo
Expand Up @@ -7089,7 +7089,7 @@ algorithm
(var_class_mod, class_mod) = modifyInstantiateClass(class_mod, t);

// print("Inst.instElement: before elabMod " +& PrefixUtil.printPrefixStr(pre) +&
// "." +& n +& " component mod: " +& SCodeDump.printModStr(m) +& " in env: " +&
// "." +& name +& " component mod: " +& SCodeDump.printModStr(m) +& " in env: " +&
// Env.printEnvPathStr(env2) +& "\n");
(cache, m_1) = Mod.elabMod(cache, env2, ih, pre, m, impl, info);

Expand Down
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -570,7 +570,7 @@ constant ConfigFlag ENV_CACHE = CONFIG_FLAG(34,

// This is a list of all configuration flags. A flag can not be used unless it's
// in this list, and the list is checked at initialisation so that all flags are
// sorted by index (and this have unique indices).
// sorted by index (and thus have unique indices).
constant list<ConfigFlag> allConfigFlags = {
DEBUG,
HELP,
Expand Down

0 comments on commit ff47d10

Please sign in to comment.