From d57d286b7208a14129bd42bf8b450a637f452845 Mon Sep 17 00:00:00 2001 From: Kuan-Chih Wang Date: Thu, 11 Jul 2024 10:42:53 -0600 Subject: [PATCH] Add a blank line in comments Maintain consistent style with others. --- src/dynamics/mpas/driver/dyn_mpas_subdriver.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dynamics/mpas/driver/dyn_mpas_subdriver.F90 b/src/dynamics/mpas/driver/dyn_mpas_subdriver.F90 index d1456c22..ed7d11f1 100644 --- a/src/dynamics/mpas/driver/dyn_mpas_subdriver.F90 +++ b/src/dynamics/mpas/driver/dyn_mpas_subdriver.F90 @@ -1821,6 +1821,7 @@ end function index_unique !> in MPAS registry. For an ordinary variable, the checks are performed on !> itself. Otherwise, for a variable array, the checks are performed on its !> constituent parts instead. + ! !------------------------------------------------------------------------------- subroutine dyn_mpas_check_variable_status(self, var_is_present, var_is_tkr_compatible, pio_file, var_info) class(mpas_dynamical_core_type), intent(in) :: self