|
CP2K 2.4 (Revision 12889)
|
stores the values of a section More...
Collaboration diagram for input_section_types::section_vals_type:Private Attributes | |
| INTEGER | ref_count |
| INTEGER | id_nr |
| INTEGER, dimension(:), pointer | ibackup |
| TYPE(section_type), pointer | section |
| TYPE(cp_sll_val_p_type), dimension(:,:), pointer | values |
| TYPE(section_vals_p_type), dimension(:,:), pointer | subs_vals |
stores the values of a section
Definition at line 129 of file input_section_types.f90.
INTEGER,dimension(:),pointer input_section_types::section_vals_type::ibackup [private] |
Definition at line 131 of file input_section_types.f90.
Definition at line 130 of file input_section_types.f90.
Definition at line 130 of file input_section_types.f90.
TYPE(section_type),pointer input_section_types::section_vals_type::section [private] |
Definition at line 132 of file input_section_types.f90.
TYPE(section_vals_p_type),dimension(:,:),pointer input_section_types::section_vals_type::subs_vals [private] |
Definition at line 134 of file input_section_types.f90.
TYPE(cp_sll_val_p_type),dimension(:,:),pointer input_section_types::section_vals_type::values [private] |
Definition at line 133 of file input_section_types.f90.
1.7.3