![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | put_result_r1 (results, description, values) |
Store a 1D array of reals in result_list. | |
subroutine | put_result_r2 (results, description, values) |
Store a 2D array of reals in result_list. | |
Definition at line 39 of file cp_result_methods.F.
subroutine cp_result_methods::put_results::put_result_r1 | ( | type(cp_result_type), pointer | results, |
character(len=default_string_length), intent(in) | description, | ||
real(kind=dp), dimension(:), intent(in) | values | ||
) |
Store a 1D array of reals in result_list.
results | ... |
description | ... |
values | ... |
Definition at line 59 of file cp_result_methods.F.
subroutine cp_result_methods::put_results::put_result_r2 | ( | type(cp_result_type), pointer | results, |
character(len=default_string_length), intent(in) | description, | ||
real(kind=dp), dimension(:, :), intent(in) | values | ||
) |
Store a 2D array of reals in result_list.
results | ... |
description | ... |
values | ... |
Definition at line 93 of file cp_result_methods.F.