pie_prepared_t Derived Type

type, public :: pie_prepared_t


Components

Type Visibility Attributes Name Initial
integer, public :: slice_count = 0
real(kind=wp), public :: total = 0.0_wp
integer, public, allocatable :: indices(:)
real(kind=wp), public, allocatable :: explode(:)
logical, public :: valid = .false.