MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
cellpolymodule::cellpolytype Type Reference
Inheritance diagram for cellpolymodule::cellpolytype:
Inheritance graph
Collaboration diagram for cellpolymodule::cellpolytype:
Collaboration graph

Private Member Functions

procedure destroy => destroy_cell_poly
 

Private Attributes

character(len=40), pointer type
 
type(celldefntype), pointer defn => null()
 

Detailed Description

Definition at line 11 of file CellPoly.f90.

Member Function/Subroutine Documentation

◆ destroy()

procedure cellpolymodule::cellpolytype::destroy
private

Definition at line 13 of file CellPoly.f90.

Member Data Documentation

◆ defn

type(celldefntype), pointer cellmodule::celltype::defn => null()
privateinherited

Definition at line 12 of file Cell.f90.

12  type(CellDefnType), pointer :: defn => null() ! cell defn

◆ type

character(len=40), pointer cellmodule::celltype::type
privateinherited

Definition at line 11 of file Cell.f90.

11  character(len=40), pointer :: type ! tracking domain type

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