(git:c5411e0)
Loading...
Searching...
No Matches
cp_result_methods::put_results Interface Reference

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.
 

Detailed Description

Definition at line 39 of file cp_result_methods.F.

Member Function/Subroutine Documentation

◆ put_result_r1()

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.

Parameters
results...
description...
values...
History
12.2007 created 10.2008 Teodoro Laino [tlaino] - major rewriting
Author
fschiff

Definition at line 59 of file cp_result_methods.F.

Here is the call graph for this function:

◆ put_result_r2()

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.

Parameters
results...
description...
values...
History
12.2007 created 10.2008 Teodoro Laino [tlaino] - major rewriting
Author
fschiff

Definition at line 93 of file cp_result_methods.F.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: