ENclose: Close down the EPANET Toolkit system.

View source: R/Rtoolkit.R

ENcloseR Documentation

Close down the EPANET Toolkit system.

Description

ENclose closes the EPANET Toolkit system (including all files being processed).

Usage

ENclose()

Value

Returns NULL invisibly; called for the side effect of closing EPANET.

Note

ENclose must be called when all processing has been completed, even if an error condition was encountered.

See Also

ENopen

Examples

# path to Net1.inp example file included with this package
inp <- file.path( find.package("epanet2toolkit"), "extdata","Net1.inp")  
ENopen( inp, "Net1.rpt")
ENclose()

epanet2toolkit documentation built on Nov. 6, 2023, 9:06 a.m.