Replace 2.2 with 2.3 in file headings

This commit is contained in:
Lew Rossman
2025-05-06 09:32:46 -04:00
parent 8f677e6049
commit e42929d4d0
11 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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