NTNU-IHB / FMI4cpp

FMI 2.0 implementation written in modern C++.
MIT License
95 stars 35 forks source link

Fix/42 can be instantiated_only_once_per_process handling #67

Closed markaren closed 5 years ago

markaren commented 5 years ago

Remove code that tried to handle canBeInstantiatedOnlyOncePerProcess. It was wrong. I'm putting the burden on the user for now..

Closes #42