Skip to content

CRAN release v7.0.1

Compare
Choose a tag to compare
@stewid stewid released this 18 Jun 18:02

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'