character_array Derived Type

type, public :: character_array


Inherited by

type~~character_array~~InheritedByGraph type~character_array character_array type~grid_specification_record grid_specification_record type~grid_specification_record->type~character_array gtype, gunits type~memory_config memory_config type~memory_config->type~character_array DistType, GridType type~sized_char_array sized_char_array type~sized_char_array->type~character_array tag type~test_record test_record type~test_record->type~character_array test_string type~grid_record grid_record type~grid_record->type~grid_specification_record src_grid, dst_grid type~problem_descriptor_strings problem_descriptor_strings type~problem_descriptor_strings->type~memory_config DstMem, SrcMem type~problem_descriptor_strings->type~sized_char_array classfile type~problem_descriptor_strings->type~test_record test_record type~problem_descriptor_strings->type~grid_record Gfiles type~problem_descriptor_records problem_descriptor_records type~problem_descriptor_records->type~problem_descriptor_strings str type~harness_descriptor harness_descriptor type~harness_descriptor->type~problem_descriptor_records rcrd

Components

Type Visibility Attributes Name Initial
character(len=THARN_MAXSTR), public :: string

Source Code

  type character_array
     character(THARN_MAXSTR) :: string
  end type character_array