CRAN release v7.0.1
CHANGES
- Removed the timestamp from the first line of the C code generated by
'mparse' in order to keep the hash of the C-code constant, even if
the code is regenerated at a later time with an identical
model. This avoids re-compiling the C-code for the model, if the
source code has already been compiled.
BUG FIXES
-
Fixed a problem that prevented re-compiling the model C-code even
though it had changed. -
Changed to use the 'R_FINITE' instead of 'isfinite' in the internal
C function 'SimInf_print_status'