Skip to content

Commit

Permalink
drop special treatment of horizontal_shape
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 25, 2025
1 parent 853c5cf commit 4183ae1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fabm_work.F90
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ module fabm_work
integer :: shape(_FABM_DIMENSION_COUNT_)
integer :: start(_FABM_DIMENSION_COUNT_)
integer :: stop(_FABM_DIMENSION_COUNT_)
#if _HORIZONTAL_DIMENSION_COUNT_>0
integer :: horizontal_shape(_HORIZONTAL_DIMENSION_COUNT_)
#endif

#ifdef _HAS_MASK_
# ifndef _FABM_HORIZONTAL_MASK_
Expand Down

0 comments on commit 4183ae1

Please sign in to comment.