test_function_record Derived Type

type, public :: test_function_record


Inherited by

type~~test_function_record~~InheritedByGraph type~test_function_record test_function_record type~grid_record grid_record type~grid_record->type~test_function_record testfunction type~problem_descriptor_strings problem_descriptor_strings 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
integer, public :: prank
real(kind=ESMF_KIND_R8), public, pointer :: param(:)

Source Code

  type test_function_record   
     character(THARN_MAXSTR) ::string 
     integer :: prank                            ! rank of parameters 
      real(ESMF_KIND_R8), pointer :: param(:)     ! test function parameters
  end type test_function_record