EPANET
3.0
EPANET Development Project
Main Page
Classes
Files
File List
File Members
src
Core
diagnostics.h
Go to the documentation of this file.
1
/* EPANET 3
2
*
3
* Copyright (c) 2016 Open Water Analytics
4
* Licensed under the terms of the MIT License (see the LICENSE file for details).
5
*
6
*/
7
10
11
#ifndef DIAGNOSTICS_H_
12
#define DIAGNOSTICS_H_
13
14
class
Network
;
15
16
struct
Diagnostics
17
{
18
void
validateNetwork(
Network
* nw);
19
};
20
21
#endif // DIAGNOSTICS_H_
Diagnostics
Definition:
diagnostics.h:16
Network
Contains the data elements that describe a pipe network.
Definition:
network.h:41
Generated by
1.8.11