Merge pull request #850 from OpenWaterAnalytics/dev-update_version_refs

Replace 2.2 with 2.3 in file headings
This commit is contained in:
Lew Rossman
2025-05-08 09:08:54 -04:00
committed by GitHub
12 changed files with 11 additions and 13 deletions

View File

@@ -33,5 +33,3 @@ The **Open Water Analytics** (OWA) Community is an international group of EPANET
## DISCLAIMER
Although OWA is not formally affiliated with nor endorsed by USEPA, this project has been a collaborative effort between the two that builds upon and extends the USEPAs legacy EPANET 2.0 code base. For the last "official" release of EPANET please go to the [USEPA website](http://www2.epa.gov/water-research/epanet).
For more general community discussion, FAQ, and roadmapping of the project, please go to the [Community Forum](http://community.wateranalytics.org).

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: main.c
Description: main stub for a command line executable version of EPANET
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hash.c
Description: implementation of a simple hash table
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hash.h
Description: header for a simple hash table
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hydcoeffs.c
Description: computes coefficients for a hydraulic solution matrix
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hydsolver.c
Description: computes flows and pressures throughout a pipe network using
Todini's Global Gradient Algorithm

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hydstatus.c
Description: updates hydraulic status of network elements
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: mempool.c
Description: a simple fast poooled memory allocation package
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: mempool.h
Description: header for a simple pooled memory allocator
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: output.c
Description: binary file read/write routines
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: qualreact.c
Description: computes water quality reactions within pipes and tanks
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: smatrix.c
Description: solves a sparse set of linear equations
Authors: see AUTHORS