Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Diffusivity: Revert int_tide_CS to pointer
The redefining of int_tide_CS control struct in set_diffusivity_init caused errors in debug-mode for Intel compilers. The issue appears to be an internal function that expects a pointer rather than the type. This patch reverts this back to a pointer. We can revisit this if there is a need to reduce reliance on pointers.
- Loading branch information