Skip to content

Commit 818cc68

Browse files
committed
ST6RI-855 Fixed eval invokes in MinimizeObjective and MaximizeObjective.
1 parent 27192a1 commit 818cc68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sysml.library/Domain Libraries/Analysis/TradeStudies.sysml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ standard library package TradeStudies {
9595
* For a MinimizeObjective, the best value is the minimum one.
9696
*/
9797

98-
in x; fn(x)
98+
in x; eval(x)
9999
};
100100
}
101101

@@ -117,7 +117,7 @@ standard library package TradeStudies {
117117
* For a MinimizeObjective, the best value is the maximum one.
118118
*/
119119

120-
in x; fn(x)
120+
in x; eval(x)
121121
};
122122
}
123123

0 commit comments

Comments
 (0)