MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
VirtualDataLists.f90
Go to the documentation of this file.
2  use listmodule, only: listtype
3  implicit none
4  private
5 
6  public :: virtual_model_list
7  public :: virtual_exchange_list
8 
10 
12 
13 end module virtualdatalistsmodule
type(listtype), public virtual_model_list
type(listtype), public virtual_exchange_list
A generic heterogeneous doubly-linked list.
Definition: List.f90:10