Skip to content

Commit

Permalink
add intent
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Sep 20, 2023
1 parent 62a98dd commit 59b1445
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CODE_STYLE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coding Style
11;rgb:eeee/eeee/ecec># Coding Style

## General

Expand Down Expand Up @@ -256,7 +256,8 @@ end module example_mod
!! as ex_subroutine r8 (as defined in the example_r8.fh file)
subroutine EX_SUBROUTINE_(arg1, arg2, arg3)
real(FMS_EX_KIND_) :: arg1, arg2 !< FMS_EX_KIND_ gets replaced by the preprocessor
real(FMS_EX_KIND_), intent(in) :: arg2 !< FMS_EX_KIND_ gets replaced by the preprocessor
real(FMS_EX_KIND_), intent(out) :: arg1 !< FMS_EX_KIND_ gets replaced by the preprocessor
integer(i4_kind) :: arg3
integer, parameter :: lkind=FMS_EX_KIND_
Expand Down

0 comments on commit 59b1445

Please sign in to comment.