gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Attributes | List of all members
gtool_historyauto_internal::slice_info Type Reference

Derived type for information of slice of space. More...

Public Attributes

integer, dimension(:), pointer st =>null()
 
integer, dimension(:), pointer ed =>null()
 
integer, dimension(:), pointer sd =>null()
 

Detailed Description

Derived type for information of slice of space.

Definition at line 246 of file gtool_historyauto_internal.f90.

Member Data Documentation

◆ ed

integer, dimension(:), pointer gtool_historyauto_internal::slice_info::ed =>null()

Definition at line 250 of file gtool_historyauto_internal.f90.

250 integer, pointer:: ed(:) =>null()

◆ sd

integer, dimension(:), pointer gtool_historyauto_internal::slice_info::sd =>null()

Definition at line 253 of file gtool_historyauto_internal.f90.

253 integer, pointer:: sd(:) =>null()

◆ st

integer, dimension(:), pointer gtool_historyauto_internal::slice_info::st =>null()

Definition at line 247 of file gtool_historyauto_internal.f90.

247 integer, pointer:: st(:) =>null()

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