Incorrect style in HydrostaticFreeSurfaceModel
constructor
#3966
Labels
cleanup 🧹
Paying off technical debt
HydrostaticFreeSurfaceModel
constructor
#3966
I think this changed recently so I wanted to bring up the fact that these constructors incorrectly use TitleCase when they should use camel_case (because they do not construct types):
Oceananigans.jl/src/Models/HydrostaticFreeSurfaceModels/hydrostatic_free_surface_model.jl
Lines 199 to 200 in fe4123f
More specifically
HydrostaticFreeSurfaceTendencyFields
is a legacy constructor whose style should be changed. Unfortunately, for some reasonPreviousHydrostaticTendencyFields
got added recently with incorrect style so this will need to be changed as well.The text was updated successfully, but these errors were encountered: