csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Add update_until for C++ #3

Closed mcflugen closed 6 years ago

mcflugen commented 6 years ago

This PR adds an update_until method to the C++ implementation of the BMI. In addition, it changes the C implementations of the BMI methods to just return values - not a tuple of (status, value).