CAMP 1.0.0
Chemistry Across Multiple Phases
|
Pointer type for building arrays of mixed reactions. More...
Public Member Functions | |
procedure | dereference (this) |
Dereference the pointer. | |
final | ptr_finalize (this) |
Finalize the pointer. | |
Public Attributes | |
class(rxn_data_t), pointer | val => null() |
Pointer type for building arrays of mixed reactions.
Definition at line 149 of file rxn_data.F90.
|
final |
Finalize the pointer.
[in,out] | this | Pointer to a reaction |
Definition at line 155 of file rxn_data.F90.
procedure camp_rxn_data::rxn_data_ptr::dereference | ( | class(rxn_data_ptr), intent(inout) | this | ) |
Dereference the pointer.
[in,out] | this | Pointer to a reaction |
Definition at line 153 of file rxn_data.F90.
class(rxn_data_t), pointer camp_rxn_data::rxn_data_ptr::val => null() |
Definition at line 150 of file rxn_data.F90.