Added a specific include config.h command, because doxygen wasn't
recognizing it.
This commit is contained in:
parent
b098a9ec8d
commit
ea97be3421
1 changed files with 6 additions and 2 deletions
|
|
@ -21,10 +21,14 @@
|
|||
#define CT_EOS_TPX_H
|
||||
|
||||
#include "ThermoPhase.h"
|
||||
|
||||
/*
|
||||
* For doxygen to recognize the ifdef below, it seems necessary to
|
||||
* include a specific include reference.
|
||||
*/
|
||||
#include "../../../config.h"
|
||||
/**
|
||||
* This object is only available if the WITH_PURE_FLUIDS optional compile
|
||||
* capability has been turned on in Cantera's makefile system.
|
||||
* capability has been turned on in Cantera's makefile system.
|
||||
*/
|
||||
#ifdef WITH_PURE_FLUIDS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue