Changes between Initial Version and Version 1 of Ticket #2788, comment 9
- Timestamp:
- 2014-08-24T17:49:31Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2788, comment 9
initial v1 1 1 The solution of SimpleEngine.mo is wrong! 2 My fix worked for this good enough! 2 3 3 {{{ 4 4 Req = if Req == Test.SimpleEngine_pass.Requirement.success or (-the_model_under_test.damper1.w_rel) > desired_velocity then Test.SimpleEngine_pass.Requirement.success else Test.SimpleEngine_pass.Requirement.unknown 5 5 }}} 6 Req = f(Req) 7 My fix worked for this good enough! 6 8 7 Req = f(Req)