Skip to content

Commit faa07d6

Browse files
committed
Fix a code style issue introduced from upstream
Consolidate use statements into one.
1 parent 4c8bbc5 commit faa07d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dynamics/mpas/stepon.F90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ end subroutine stepon_run2
7272
! Called by `cam_run3` in `src/control/cam_comp.F90`.
7373
subroutine stepon_run3(dtime_phys, cam_runtime_opts, cam_out, phys_state, dyn_in, dyn_out)
7474
! Module(s) from CAM-SIMA.
75-
use physics_types, only: cam_out_t
7675
use dyn_comp, only: dyn_export_t, dyn_import_t, dyn_run
77-
use physics_types, only: physics_state
76+
use physics_types, only: cam_out_t, physics_state
7877
use runtime_obj, only: runtime_options
7978
! Module(s) from CCPP.
8079
use ccpp_kinds, only: kind_phys

0 commit comments

Comments
 (0)