MCSclimate / MCT

Model Coupling Tookit
Other
43 stars 18 forks source link

Initialize the sMat to zero #44

Closed rljacob closed 7 years ago

rljacob commented 7 years ago

After the sMat is initialized, set all the arrays in the Av to zero. This will allow later calls to get_local_row to return a valid value.

Fixes #43