Skip to content

Commit

Permalink
Added Evaluate=true annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 20, 2014
1 parent 7e477b1 commit e904a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Buildings/Rooms/BaseClasses/Overhang.mo
Expand Up @@ -16,7 +16,8 @@ record Overhang "Record for window overhang"
annotation(Dialog(tab="General",group="Overhang"));

final parameter Boolean haveOverhang= dep > Modelica.Constants.eps
"Flag, true if the window has an overhang";
"Flag, true if the window has an overhang"
annotation(Evaluate=true);

annotation (
Documentation(info="<html>
Expand Down

0 comments on commit e904a66

Please sign in to comment.