My Project
Public Attributes | List of all members
mod_types::bc Type Reference

Public Attributes

integer ntimes
 
real(sp), dimension(:), pointer times
 
character(len=80) label
 

Detailed Description

Definition at line 70 of file mod_types.f90.

Member Data Documentation

◆ label

character(len=80) mod_types::bc::label

Definition at line 73 of file mod_types.f90.

73  CHARACTER(LEN=80) :: LABEL

◆ ntimes

integer mod_types::bc::ntimes

Definition at line 71 of file mod_types.f90.

71  INTEGER NTIMES

◆ times

real(sp), dimension(:), pointer mod_types::bc::times

Definition at line 72 of file mod_types.f90.

72  REAL(SP), POINTER, DIMENSION(:) :: TIMES

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