|
CP2K 2.4 (Revision 12889)
|
represent a section of the input file More...
Collaboration diagram for input_section_types::section_type:Private Attributes | |
| LOGICAL | frozen |
| LOGICAL | required |
| LOGICAL | repeats |
| LOGICAL | supported_feature |
| INTEGER | id_nr |
| INTEGER | ref_count |
| INTEGER | n_keywords |
| INTEGER | n_subsections |
| CHARACTER(len=default_string_length) | name |
| CHARACTER(len=description_string_length) | description |
| INTEGER, dimension(:), pointer | citations |
| TYPE(keyword_p_type), dimension(:), pointer | keywords |
| TYPE(section_p_type), dimension(:), pointer | subsections |
represent a section of the input file
Definition at line 106 of file input_section_types.f90.
INTEGER,dimension(:),pointer input_section_types::section_type::citations [private] |
Definition at line 111 of file input_section_types.f90.
CHARACTER(len=description_string_length) input_section_types::section_type::description [private] |
Definition at line 110 of file input_section_types.f90.
LOGICAL input_section_types::section_type::frozen [private] |
Definition at line 107 of file input_section_types.f90.
Definition at line 108 of file input_section_types.f90.
TYPE(keyword_p_type),dimension(:),pointer input_section_types::section_type::keywords [private] |
Definition at line 112 of file input_section_types.f90.
Definition at line 108 of file input_section_types.f90.
Definition at line 108 of file input_section_types.f90.
CHARACTER(len=default_string_length) input_section_types::section_type::name [private] |
Definition at line 109 of file input_section_types.f90.
Definition at line 108 of file input_section_types.f90.
LOGICAL input_section_types::section_type::repeats [private] |
Definition at line 107 of file input_section_types.f90.
LOGICAL input_section_types::section_type::required [private] |
Definition at line 107 of file input_section_types.f90.
TYPE(section_p_type),dimension(:),pointer input_section_types::section_type::subsections [private] |
Definition at line 113 of file input_section_types.f90.
LOGICAL input_section_types::section_type::supported_feature [private] |
Definition at line 107 of file input_section_types.f90.
1.7.3