CAMP 1.0.0
Chemistry Across Multiple Phases
|
Pointer to aero_rep_data_t extending types. More...
Public Member Functions | |
procedure | dereference (this) |
Dereference the pointer. | |
final | ptr_finalize (this) |
Finalize the pointer. | |
Public Attributes | |
class(aero_rep_data_t), pointer | val => null() |
Pointer to an aerosol representation. | |
Pointer to aero_rep_data_t extending types.
Definition at line 141 of file aero_rep_data.F90.
|
final |
Finalize the pointer.
[in,out] | this | Pointer to an aerosol representation |
Definition at line 148 of file aero_rep_data.F90.
procedure camp_aero_rep_data::aero_rep_data_ptr::dereference | ( | class(aero_rep_data_ptr), intent(inout) | this | ) |
Dereference the pointer.
[in,out] | this | Pointer to an aerosol representation |
Definition at line 146 of file aero_rep_data.F90.
class(aero_rep_data_t), pointer camp_aero_rep_data::aero_rep_data_ptr::val => null() |
Pointer to an aerosol representation.
Definition at line 143 of file aero_rep_data.F90.