fix typos in code comments
remove duplicate words from a comment
This commit is contained in:
@@ -178,7 +178,7 @@ int hydsolve(Project *pr, int *iter, double *relerr)
|
||||
nextcheck = *iter + hyd->CheckFreq;
|
||||
}
|
||||
|
||||
// No convergence yet - see if its time for a periodic status
|
||||
// No convergence yet - see if it's time for a periodic status
|
||||
// check on pumps, CV's, and pipes connected to tank
|
||||
else if (*iter <= hyd->MaxCheck && *iter == nextcheck)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user