![]() |
(git:ec11232)
|
a module to allow simple internal preprocessing in input files. More...
Data Types | |
| type | inpp_type |
Functions/Subroutines | |
| subroutine, public | create_inpp_type (inpp, initial_variables) |
| creates the internal preprocessing type | |
| subroutine, public | release_inpp_type (inpp) |
| releases the internal preprocessing type | |
a module to allow simple internal preprocessing in input files.
| subroutine, public cp_parser_inpp_types::create_inpp_type | ( | type(inpp_type), pointer | inpp, |
| character(len=default_path_length), dimension(:, :), pointer | initial_variables | ||
| ) |
creates the internal preprocessing type
| inpp | ... |
| initial_variables | ... |
Definition at line 56 of file cp_parser_inpp_types.F.
| subroutine, public cp_parser_inpp_types::release_inpp_type | ( | type(inpp_type), pointer | inpp | ) |
releases the internal preprocessing type
| inpp | ... |
Definition at line 80 of file cp_parser_inpp_types.F.