Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for when restart files have zero bergs
- When the restart file exists but has zero length data in then the model was correctly NOT allocating but was then proceeding to try and read into the non-allocated array. This avoids that condition. - I thought this was fixed before but apparently not.
- Loading branch information