Skip to content

Commit

Permalink
Fix gfortran error by removing import statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
darianboggs committed Oct 19, 2024
1 parent bd5271e commit b36965b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generic3g/actions/ExtensionAction.F90
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ end subroutine I_run
! as needed.
subroutine invalidate(this, importState, exportState, clock, rc)
use ESMF
import ExtensionAction
class(ExtensionAction), intent(inout) :: this
type(ESMF_State) :: importState
type(ESMF_State) :: exportState
Expand Down

0 comments on commit b36965b

Please sign in to comment.