Skip to content

Commit acad427

Browse files
author
Rickard Lindberg
committed
Cleaned up template code and fixed incorrect name for some structs.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4903 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent da1f066 commit acad427

File tree

4 files changed

+915
-1102
lines changed

4 files changed

+915
-1102
lines changed

Compiler/SimCode.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,7 @@ algorithm
12561256
local String sname;
12571257
equation
12581258
sname = Absyn.pathString(name);
1259+
sname = ModUtil.pathStringReplaceDot(name, "_");
12591260
failure(_ = Util.listGetMember(sname,rt));
12601261

12611262
vars = Util.listMap(varlst, typesVar);

0 commit comments

Comments
 (0)