atmcfg_delete Subroutine

public subroutine atmcfg_delete(this)

Deallocates all memory acquired by a configuration_t object and resets all other components to zero. Exception: num_coeffs is not reset to zero.

Arguments

Type IntentOptional AttributesName
type(atmcfg_t), intent(inout) :: this

Called by

proc~~atmcfg_delete~~CalledByGraph proc~atmcfg_delete atmcfg_delete proc~finish finish proc~finish->proc~atmcfg_delete proc~run run proc~run->proc~finish program~main main program~main->proc~run

Contents

None