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:
@@ -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: */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user