Fixes bugs in pump and demand head loss gradients
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user