Merge branch 'dev' into 681-request-additional-api-function-for-getting-finer-grained-time-step-information

This commit is contained in:
Sam Hatchett
2023-01-19 11:52:18 -05:00
committed by GitHub
30 changed files with 488 additions and 43 deletions

View File

@@ -7,7 +7,7 @@
Authors: see AUTHORS
Copyright: see AUTHORS
License: see LICENSE
Last Updated: 02/03/2020
Last Updated: 08/13/2022
******************************************************************************
*/
#ifndef FUNCS_H
@@ -167,6 +167,7 @@ void headlosscoeffs(Project *);
void matrixcoeffs(Project *);
void emitterheadloss(Project *, int, double *, double *);
void demandheadloss(Project *, int, double, double, double *, double *);
double pcvlosscoeff(Project *, int, double);
// ------- QUALITY.C --------------------