OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
table_mod::ttable Type Reference

Data Fields

integer notable
integer ndim
type(ttable_xy), dimension(:), pointer x
type(ttable_xy), pointer y

Detailed Description

Definition at line 125 of file table_mod.F.

Field Documentation

◆ ndim

integer table_mod::ttable::ndim

Definition at line 127 of file table_mod.F.

127 INTEGER :: NDIM

◆ notable

integer table_mod::ttable::notable

Definition at line 126 of file table_mod.F.

126 INTEGER :: NOTABLE

◆ x

type(ttable_xy), dimension(:), pointer table_mod::ttable::x

Definition at line 128 of file table_mod.F.

128 TYPE(TTABLE_XY), DIMENSION(:), POINTER :: X

◆ y

type(ttable_xy), pointer table_mod::ttable::y

Definition at line 129 of file table_mod.F.

129 TYPE(TTABLE_XY), POINTER :: Y

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