Skip to content

Commit

Permalink
Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Nov 25, 2024
1 parent ebe3e79 commit 63f1e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic3g/ComponentSpecParser/parse_geometry_spec.F90
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module function parse_geometry_spec(mapl_cfg, registry, rc) result(geometry_spec

if (has_vertical_grid) then
call parse_vertical_grid_(vertical_grid_cfg, registry, vertical_grid, _RC)
end if
end if
geometry_spec = GeometrySpec(geom_spec=geom_spec, vertical_grid=vertical_grid)

_RETURN(_SUCCESS)
Expand Down

0 comments on commit 63f1e44

Please sign in to comment.