Remove line comments with release number

This commit is contained in:
Lew Rossman
2021-04-17 10:24:42 -04:00
parent 533466b796
commit bec7c0db0f
2 changed files with 2 additions and 2 deletions

View File

@@ -486,7 +486,7 @@ void demandheadloss(Project *pr, int i, double dp, double n,
}
// Use power head loss function for demand less than full
else if (r <= 1.0) //(2.2.1)
else if (r <= 1.0)
{
*hgrad = n * dp * pow(r, n - 1.0) / dfull;
// ... use linear function for very small gradient