ESMF_DeepCreate Function

public function ESMF_DeepCreate(val)

Arguments

Type IntentOptional Attributes Name
integer :: val

Return Value type(ESMF_Deep)


Called by

proc~~esmf_deepcreate~~CalledByGraph proc~esmf_deepcreate ESMF_DeepCreate program~esmf_initmacrostest ESMF_InitMacrosTest program~esmf_initmacrostest->proc~esmf_deepcreate

Source Code

   function ESMF_DeepCreate(val)
       integer         :: val
       type(ESMF_Deep) :: ESMF_DeepCreate

       ESMF_DeepCreate%num=val

       ESMF_INIT_SET_CREATED(ESMF_DeepCreate)
   end function ESMF_DeepCreate