Formerly, everything in the module was public, by default, and I explicitly set individual items private. It's a better Fortran programming practice to make everything private by default, then explicitly set items that need to be exposed outside the module as public.
This also cleans up the definition of the bmiheatf module.
Formerly, everything in the module was public, by default, and I explicitly set individual items private. It's a better Fortran programming practice to make everything private by default, then explicitly set items that need to be exposed outside the module as public.
This also cleans up the definition of the bmiheatf module.