Changes between Initial Version and Version 1 of Ticket #3252
- Timestamp:
- 2015-03-30T22:16:14Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3252 – Description
initial v1 14 14 end smoothSat; 15 15 }}} 16 gets differentiated 5 times in the test model: 17 {{{ 18 19 }}}. 16 gets differentiated 5 times in the test model SmoothSat. 20 17 21 18 The Cryogenics_Test_SmoothSat.c file defines about 10000 temporary expressions. Most of them are repeated a lot of times: for example, (1.0 + (0.1 - time)) is repeated 5021 times, (time + -1.7) is repeated 4520 times.