bachmann-m200 / baem200

Other
4 stars 6 forks source link

Change implementation of _SVIVariable.write() and _SVIVariable.read() #4

Closed JaccoVE closed 3 years ago

JaccoVE commented 3 years ago

The _SVIVariable.write() and _SVIVariable.read() methods currently use the TARGET_WriteVariables and TARGET_ReadVariables functions. Change this to let them use the TARGET_WriteVariable and TARGET_ReadVariable functions since they are only writing one variable.

JaccoVE commented 3 years ago

Fixed in 1fcc2fa