Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(DimensionSpec), | public | :: | dim_specs(NUM_DIMS) | ||||
type(GridType), | public | :: | grid_type |
type :: GridSpec type (GridType) :: grid_type type (DimensionSpec) :: dim_specs(NUM_DIMS) contains procedure :: equals_grid procedure :: not_equals_grid generic :: operator(==) => equals_grid generic :: operator(/=) => not_equals_grid end type GridSpec