Fixes bugs in pump and demand head loss gradients

This commit is contained in:
Lew Rossman
2019-09-26 11:01:01 -04:00
parent 647abd71c1
commit da1253f4ea
2 changed files with 12 additions and 11 deletions

View File

@@ -14,11 +14,12 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
//*** For the Windows SDK _tempnam function ***//
#ifdef _WIN32
#include <windows.h>
#else
#include <unistd.h >
#endif
#include "types.h"