Skip to content

Commit 1985563

Browse files
bena-nasatclunemathomp4
authored
Fixes #4792 (#4793)
Co-authored-by: Tom Clune <thomas.l.clune@nasa.gov> Co-authored-by: Matt Thompson <matthew.thompson@nasa.gov>
1 parent bf89c14 commit 1985563

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generic3g/specs/ExpressionClassAspect.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ subroutine create(this, other_aspects, rc)
119119
integer :: status
120120

121121
this%payload = ESMF_FieldEmptyCreate(name='expression', _RC)
122+
call mapl_FieldSet(this%payload, allocation_status=STATEITEM_ALLOCATION_CREATED, _RC)
122123

123124
_RETURN(ESMF_SUCCESS)
124125
_UNUSED_DUMMY(other_aspects)

0 commit comments

Comments
 (0)