roll back to known version. i messed this up unintentionally with a previous commit

git-svn-id: https://epanet.svn.sourceforge.net/svnroot/epanet/BASE/trunk@377 c320cabd-cc23-0410-96d8-e60fbf53ed7f
This commit is contained in:
Sam Hatchett
2011-01-12 18:24:05 +00:00
parent 3f3b6efb93
commit 80b484df16
20 changed files with 2615 additions and 147 deletions

View File

@@ -82,13 +82,6 @@ double RelaxFactor; /
/* Function to find flow coeffs. through open/closed valves */ //(2.00.11 - LR)
void valvecoeff(int k); //(2.00.11 - LR)
int checkHaltFlag() {
return Haltflag;
}
int setHaltFlag(int value) {
Haltflag = value;
return 0;
}
int openhyd()
/*
@@ -793,8 +786,7 @@ void controltimestep(long *tstep)
long t,t1,t2;
for (i=1; i<=Ncontrols; i++)
{
if (Control[i].Link == 0) continue;
{
t = 0;
if ( (n = Control[i].Node) > 0) /* Node control: */
{