Skip to content

Commit

Permalink
- use unparseType instead of printType in Types.printConnectorTypeStr…
Browse files Browse the repository at this point in the history
… as is more user oriented.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 8, 2012
1 parent e96e977 commit e07e8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Types.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@ algorithm
then
(s,s2);

case (_) then ("",printTypeStr(it));
case (_) then ("", unparseType(it));
end matchcontinue;
end printConnectorTypeStr;

Expand Down

0 comments on commit e07e8be

Please sign in to comment.