GMLC-TDC / HELICS

Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
https://docs.helics.org/en/latest/
BSD 3-Clause "New" or "Revised" License
127 stars 40 forks source link

update the cpp98 interface and test cases #205

Closed phlptp closed 6 years ago

phlptp commented 6 years ago

The CPP98 interface needs some work on it to get it back into alignment with the c interface. This will involve adding some functions and creating some test cases. We also need to ensure that the objects generated in the CPP98 interface are copyable. right now it looks like they are copyable but will probably result in a seg fault if you try it. This may require support in the C interface itself.

phlptp commented 6 years ago

I am closing this issue, and will open a couple others about adding test cases using the cpp98 interface