Skip to content
Snippets Groups Projects
Commit 81078282 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

opt_eval_utils: update docs and comments

parent cb0b9de1
No related branches found
No related tags found
1 merge request!81Rework optimization routines
Pipeline #279288 passed with stages
in 8 minutes and 3 seconds
......@@ -25,7 +25,7 @@ MODULE mo_opt_eval_utils
!> \brief Type to hold the configuration of an evaluation function.
type config_t
real(dp), dimension(:), allocatable :: parameters !< parameters for the evaluation function
integer(i4), dimension(:), allocatable :: opti_indices !< optimization indices for the evaluation function
integer(i4), dimension(:), allocatable :: opti_indices !< optimization indices for the evaluation function (used for MPI)
end type config_t
!> \class sim_data_t
......@@ -37,6 +37,7 @@ MODULE mo_opt_eval_utils
procedure, public :: add => sim_data_add
procedure, public :: allocate => sim_data_allocate
procedure, private :: get_id => sim_data_get_id
! Use fypp or 'assumed rank' to simplify these overloaded procedures.
procedure, private :: sim_data_set_pointer_1d
procedure, private :: sim_data_set_pointer_2d
procedure, private :: sim_data_set_pointer_3d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment