(git:c5411e0)
Loading...
Searching...
No Matches
cp_iter_types::cp_iteration_info_type Type Reference

contains the information about the current state of the program to be able to decide if output is necessary More...

Data Fields

integer ref_count = -1
 
integer print_level = -1
 
integer n_rlevel = -1
 
integer, dimension(:), pointer iteration => NULL()
 
logical, dimension(:), pointer last_iter => NULL()
 
character(len=default_string_length) project_name = ""
 
character(len=default_string_length), dimension(:), pointer level_name => NULL()
 

Detailed Description

contains the information about the current state of the program to be able to decide if output is necessary

Author
fawzi

Definition at line 75 of file cp_iter_types.F.

Field Documentation

◆ ref_count

integer cp_iter_types::cp_iteration_info_type::ref_count = -1

Definition at line 76 of file cp_iter_types.F.

◆ print_level

integer cp_iter_types::cp_iteration_info_type::print_level = -1

Definition at line 77 of file cp_iter_types.F.

◆ n_rlevel

integer cp_iter_types::cp_iteration_info_type::n_rlevel = -1

Definition at line 77 of file cp_iter_types.F.

◆ iteration

integer, dimension(:), pointer cp_iter_types::cp_iteration_info_type::iteration => NULL()

Definition at line 78 of file cp_iter_types.F.

◆ last_iter

logical, dimension(:), pointer cp_iter_types::cp_iteration_info_type::last_iter => NULL()

Definition at line 79 of file cp_iter_types.F.

◆ project_name

character(len=default_string_length) cp_iter_types::cp_iteration_info_type::project_name = ""

Definition at line 80 of file cp_iter_types.F.

◆ level_name

character(len=default_string_length), dimension(:), pointer cp_iter_types::cp_iteration_info_type::level_name => NULL()

Definition at line 81 of file cp_iter_types.F.


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