Commit | Author | Summary |
b0af930c0b | Adrian Pop | fix for ticket:5133, make impure function calls be parameter expressions |
e941483d36 | Adrian Pop | fix for ticket:5130 and ticket:5131 - do not free memory on fmi2Terminate as it should be possible to call fmi2GetXXX after it, just set the modelTerminated status - move memory free from fmi2Terminate to fmi2FreeInstance |
2708d45b1d | Adrian Pop | activate the needed flags when -d=-nfScalarize is on |
aa6173bbd4 | Adrian Pop | make impure functions be of variability continuous (ticket:5127) - remove the check for impure in NFFrontEnd/NFCeval.mo - add check for impure in NFFrontEnd/NFCall.mo |