Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'framework/missing-deallocate-nEdgesOnCellField-bootstra…
…pping' into develop This merge deallocates the 'nEdgesOnCellField' variable to correct a memory leak in the boostrapping code. The field 'nEdgesOnCellField' was not deallocated at the end of mpas_bootstrap_framework_phase1, though it should be deallocated like all other fields (cellsOnCellField, etc.). The deallocate statements have been slightly regrouped following the logic of the code. * framework/missing-deallocate-nEdgesOnCellField-bootstrapping: Added missing deallocate statement for nEdgesOnCellField at end of mpas_bootstrap_framework_phase1
- Loading branch information