Include Func1.h in zerodim.h
zerodim.h used to have Func1.h included indirectly, so make it explicit.
This commit is contained in:
parent
9a5c2708e5
commit
857bb0a769
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#define CT_INCL_ZERODIM_H
|
||||
|
||||
// reactor network
|
||||
#include "zeroD/ReactorNet.h"
|
||||
#include "cantera/zeroD/ReactorNet.h"
|
||||
|
||||
// reactors
|
||||
#include "cantera/zeroD/Reservoir.h"
|
||||
|
|
@ -31,4 +31,7 @@
|
|||
#include "cantera/zeroD/FlowDeviceFactory.h"
|
||||
#include "cantera/zeroD/WallFactory.h"
|
||||
|
||||
// func1
|
||||
#include "cantera/numerics/Func1.h"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue