Skip to content

Commit

Permalink
- fix constant declaration
Browse files Browse the repository at this point in the history
- change init_env to initEnv on page 95 in OpenModelicaMetaProgramming documentation

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Aug 15, 2013
1 parent b8943cc commit 336d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/NFConnect2.mo
Expand Up @@ -123,6 +123,6 @@ public uniontype Connections
end CONNECTIONS;
end Connections;

public constant Connections emptyConnections := CONNECTIONS({}, {}, {}, {});
public constant Connections emptyConnections = CONNECTIONS({}, {}, {}, {});

end NFConnect2;

0 comments on commit 336d018

Please sign in to comment.