Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tidy up
  • Loading branch information
iboutle committed Mar 9, 2026
commit 4650c990947d2c61032706d54d87d866d08067f6
Comment thread
MatthewHambley marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module pmsl_alg_mod
use level_heights_mod, only: eta_theta_levels
use sci_geometric_constants_mod, &
only: get_height_fv, get_panel_id, get_dx_at_w2
use fs_continuity_mod, only: Wtheta, W3, W2
use fs_continuity_mod, only: Wtheta, W3
use function_space_collection_mod, only: function_space_collection
use function_space_mod, only: function_space_type
use mesh_mod, only: mesh_type
Expand Down Expand Up @@ -75,7 +75,6 @@ contains
type( field_type ), pointer :: panel_id => null()

type(function_space_type), pointer :: vector_space
type(mesh_type), pointer :: mesh

integer(kind=i_def) :: k, levelupper, n, m

Expand Down