Go to the source code of this file.
|
module | iunitmodule |
| – Module to manage unit numbers. Allows for multiple unit numbers – assigned to a single package type, as shown below. – row(i) cunit(i) iunit(i)nval iunit(i)iunit iunit(i)ipos – 1 BCF6 1 (1000) (1) – 2 WEL 3 (1001,1003,1005) (2,5,7) – 3 GHB 1 (1002) (4) – 4 EVT 2 (1004,1006) (6,10) – 5 RIV 0 () () – ...
|
|
|
subroutine | iunitmodule::init (this, niunit, cunit) |
| Allocate the cunit and iunit entries of this object, and copy cunit into the object. More...
|
|
subroutine | iunitmodule::addfile (this, ftyp, iunit, ipos, namefilename) |
| Add an ftyp and unit number. More...
|
|
subroutine | iunitmodule::getunitnumber (this, ftyp, iunit, iremove) |
| Get the last unit number for type ftyp or return 0 for iunit. More...
|
|