Skip to content

Commit

Permalink
- Removed check for DAE.VARIABLE in SimCode.daeInOutSimVar so that it…
Browse files Browse the repository at this point in the history
… doesn't

  fail for parameters in functions.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5918 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Aug 12, 2010
1 parent 1e5a948 commit 7d95a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/SimCode.mo
Expand Up @@ -1018,7 +1018,6 @@ algorithm
list<DAE.Exp> inst_dims_exp;
Option<DAE.Exp> binding;
case (DAE.VAR(componentRef = id,
kind = DAE.VARIABLE(),
ty = daeType,
binding = binding,
dims = inst_dims
Expand Down

0 comments on commit 7d95a39

Please sign in to comment.