Skip to content

Commit 5b382d1

Browse files
committed
remove comments that are not relevant
1 parent ed6043d commit 5b382d1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/eamxx/src/share/util/eamxx_repro_sum_mod.F90

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ module eamxx_repro_sum_mod
77
subroutine eamxx_repro_sum(send, recv, nlocal, nfld, comm) bind(c)
88
use iso_c_binding, only: c_int, c_double
99

10-
!standalone scream -- does it have access to shared libs?
11-
!#ifdef CAM
1210
use shr_reprosum_mod, only: repro_sum => shr_reprosum_calc
13-
!#else
14-
!else what?
15-
!#endif
1611

1712
integer(kind=c_int), value, intent(in) :: nlocal, nfld, comm
1813
real(kind=c_double), intent(in) :: send(nlocal,nfld)

0 commit comments

Comments
 (0)