CAMP 1.0.0
Chemistry Across Multiple Phases
|
Pointer type for building arrays. More...
Public Member Functions | |
procedure | dereference (this) |
Dereference the pointer. | |
final | ptr_finalize (this) |
Finalize the pointer. | |
Public Attributes | |
type(mechanism_data_t), pointer | val => null() |
Pointer type for building arrays.
Definition at line 104 of file mechanism_data.F90.
|
final |
Finalize the pointer.
[in,out] | this | Pointer to mechanism data |
Definition at line 110 of file mechanism_data.F90.
procedure camp_mechanism_data::mechanism_data_ptr::dereference | ( | class(mechanism_data_ptr), intent(inout) | this | ) |
Dereference the pointer.
[in,out] | this | Pointer to the mechanism |
Definition at line 108 of file mechanism_data.F90.
type(mechanism_data_t), pointer camp_mechanism_data::mechanism_data_ptr::val => null() |
Definition at line 105 of file mechanism_data.F90.