]> gerrit.simantics Code Review - simantics/sysdyn.git/commit
Improve delay class generation to also take the dimensions of the variable into accou...
authorjkauttio <jkauttio@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 8 Sep 2014 14:18:47 +0000 (14:18 +0000)
committerjkauttio <jkauttio@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 8 Sep 2014 14:18:47 +0000 (14:18 +0000)
commit446b5c99c4e5d972ee7490e6a170ff5739e50696
tree58614a84d8ec6f2ac32860238637c5de41034e43
parent7b6e66f1060bf4ba79eb584a40104e306c513017
Improve delay class generation to also take the dimensions of the variable into account in cases where array shorthand expressions are used (does not currently support advanced array operations in expression indices if multiple expressions are defined)

fixes #5275

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@30230 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.sysdyn/src/org/simantics/sysdyn/modelica/ModelicaWriter.java
org.simantics.sysdyn/src/org/simantics/sysdyn/representation/Variable.java
org.simantics.sysdyn/src/org/simantics/sysdyn/representation/expressions/DelayExpression.java
org.simantics.sysdyn/src/org/simantics/sysdyn/representation/expressions/Expression.java