Adjusting include paths for removal of redundant code
[WRF.git] / share / start_domain_em.int
blob0bad0696f4149fec1753b121936d035fb941a208
1       SUBROUTINE start_domain_em ( grid, allowed_to_read  &
3 #          include <dummy_new_args.inc>
5                                  )
6          USE module_domain
7          USE module_driver_constants
8          TYPE(domain) , INTENT(INOUT)  :: grid
9          LOGICAL      , INTENT(IN)     :: allowed_to_read
10 #include <dummy_new_decl.inc>
11       END SUBROUTINE start_domain_em