Skip to content

Commit

Permalink
Remove corelist declaration from mpas.F, now in mpas_subdriver.F
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-petersen committed Jan 2, 2024
1 parent 5d454da commit 1496cab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/mpas-framework/src/driver/mpas.F
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ program mpas

implicit none

type (core_type), pointer :: corelist => null()
type (domain_type), pointer :: domain => null()

call mpas_init(corelist, domain)
Expand Down

0 comments on commit 1496cab

Please sign in to comment.