Skip to content

Commit

Permalink
moving #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Aug 14, 2023
1 parent 7693d59 commit 7d115cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_fms/drifters/test_drifters.F90
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ program test_drifters
!#ifndef _SERIAL
call mpp_exit
!#endif

#endif
end program test_drifters

subroutine my_error_handler(mesg)
Expand All @@ -352,5 +352,5 @@ subroutine my_error_handler(mesg)
! print *, mesg
! stop
!#endif
#endif

end subroutine my_error_handler

0 comments on commit 7d115cb

Please sign in to comment.