Skip to content

Commit

Permalink
More fixes after bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
njansson committed Apr 9, 2024
1 parent 06af899 commit ccb4c11
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/common/checkpoint.f90
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@ module checkpoint
type(field_t), pointer :: abz1 => null()
type(field_t), pointer :: abz2 => null()

real(kind=rp), pointer :: tlag(:) => null()
real(kind=rp), pointer :: dtlag(:) => null()

!> for pnpn
type(field_t), pointer :: abx1 => null()
type(field_t), pointer :: abx2 => null()
type(field_t), pointer :: aby1 => null()
type(field_t), pointer :: aby2 => null()
type(field_t), pointer :: abz1 => null()
type(field_t), pointer :: abz2 => null()

type(field_t), pointer :: s => null()
type(field_series_t), pointer :: slag => null()
Expand Down

0 comments on commit ccb4c11

Please sign in to comment.