(git:c5411e0)
Loading...
Searching...
No Matches
input_section_types::section_vals_type Type Reference

stores the values of a section More...

Data Fields

integer ref_count = 0
 
integer, dimension(:), pointer ibackup => NULL()
 
type(section_type), pointer section => NULL()
 
type(cp_sll_val_p_type), dimension(:, :), pointer values => NULL()
 
type(section_vals_p_type), dimension(:, :), pointer subs_vals => NULL()
 

Detailed Description

stores the values of a section

Author
fawzi

Definition at line 126 of file input_section_types.F.

Field Documentation

◆ ref_count

integer input_section_types::section_vals_type::ref_count = 0

Definition at line 127 of file input_section_types.F.

◆ ibackup

integer, dimension(:), pointer input_section_types::section_vals_type::ibackup => NULL()

Definition at line 128 of file input_section_types.F.

◆ section

type(section_type), pointer input_section_types::section_vals_type::section => NULL()

Definition at line 129 of file input_section_types.F.

◆ values

type(cp_sll_val_p_type), dimension(:, :), pointer input_section_types::section_vals_type::values => NULL()

Definition at line 130 of file input_section_types.F.

◆ subs_vals

type(section_vals_p_type), dimension(:, :), pointer input_section_types::section_vals_type::subs_vals => NULL()

Definition at line 131 of file input_section_types.F.


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