![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | create_motion_print_section (section) |
creates the motionprint section | |
subroutine, public | add_format_keyword (keyword, section, pos, description) |
creates the FORMAT keyword | |
subroutine, public input_cp2k_motion_print::create_motion_print_section | ( | type(section_type), pointer | section | ) |
creates the motionprint section
section | the section to be created |
Definition at line 51 of file input_cp2k_motion_print.F.
subroutine, public input_cp2k_motion_print::add_format_keyword | ( | type(keyword_type), pointer | keyword, |
type(section_type), pointer | section, | ||
logical, intent(in) | pos, | ||
character(len=*), intent(in) | description | ||
) |
creates the FORMAT keyword
keyword | ... |
section | will contain the pint section |
pos | ... |
description | ... |
Definition at line 264 of file input_cp2k_motion_print.F.