From ea97be3421f80bdc6295be45c6ec13a15c5a3801 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 11 May 2007 17:21:33 +0000 Subject: [PATCH] Added a specific include config.h command, because doxygen wasn't recognizing it. --- Cantera/src/thermo/PureFluidPhase.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cantera/src/thermo/PureFluidPhase.h b/Cantera/src/thermo/PureFluidPhase.h index 426e46a6d..7bd467299 100644 --- a/Cantera/src/thermo/PureFluidPhase.h +++ b/Cantera/src/thermo/PureFluidPhase.h @@ -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