oestersoetebier / IdealizedContact

A Modelica library for idealized simulation of contact phenomena
6 stars 6 forks source link

Outer components may not have modifications or binding expressions #7

Closed harmanpa closed 10 years ago

harmanpa commented 10 years ago

Components declared as outer may not have modifications or binding expressions. This makes the following pattern, as used in IdealizedContact.ContactBlock.*, illegal:

  outer parameter Boolean animate = true;
oestersoetebier commented 10 years ago

you are right, removed the modifications.