Skip to content

Commit 269136d

Browse files
author
John Michalakes
committed
Remove dangling commas with reg. generated arg. lists. JM
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/trunk@2095 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
1 parent 8279f3d commit 269136d

14 files changed

+151
-172
lines changed

Diff for: dyn_em/couple_or_uncouple_em.F

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!WRF:MEDIATION_LAYER:couple_uncouple_utility
22

3-
SUBROUTINE couple_or_uncouple_em ( grid , config_flags , couple, &
3+
SUBROUTINE couple_or_uncouple_em ( grid , config_flags , couple &
44
!
55
#include "em_dummy_new_args.inc"
66
!

Diff for: dyn_em/init_modules_em.F

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
!WRF:MEDIATION_LAYER
22
!
33
SUBROUTINE init_modules_em
4-
USE module_big_step_utilities_em
5-
CALL init_module_big_step
64
END SUBROUTINE init_modules_em
75

Diff for: dyn_em/interp_domain_em.F

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subroutine dummy_interp_em
1212
! the non-MPI configurations using RSL, this is basically dead-code.
1313
! Needs to be here for linking purposes only.
1414

15-
SUBROUTINE interp_domain_em_part1 ( grid, ngrid, config_flags , &
15+
SUBROUTINE interp_domain_em_part1 ( grid, ngrid, config_flags &
1616
!
1717
#include "em_dummy_new_args.inc"
1818
!

0 commit comments

Comments
 (0)