Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were two instances of indexing arrays out of bounds: 1. kfsc>=1, but we were looking for iFaceHeight(ksfc-1); I changed this to ksfc instead 2. kbl was set to nint(CS%kOBL(i,j)), and nint() would round up to ke+1 in some instances so I changed this to int(CS%kOBL(i,j,)) instead
- Loading branch information