bug fixes from master

This commit is contained in:
Sam Hatchett
2013-07-22 16:39:09 -04:00
parent 7e731b78ab
commit 99119ef992
2 changed files with 5 additions and 3 deletions

View File

@@ -338,6 +338,7 @@ int saveoutput()
/* Write out node results, then link results */
for (j=DEMAND; j<=QUALITY; j++) ERRCODE(nodeoutput(j,x,Ucf[j]));
for (j=FLOW; j<=FRICTION; j++) ERRCODE(linkoutput(j,x,Ucf[j]));
free(x);
return(errcode);
} /* End of saveoutput */