From 366c879be96601007490ee64c9f3699330f689ad Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Tue, 18 Jan 2005 14:36:48 +0000 Subject: [PATCH] fixed include error --- ext/tpx/HFC134a.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/tpx/HFC134a.h b/ext/tpx/HFC134a.h index 8334597b7..6c203a5be 100755 --- a/ext/tpx/HFC134a.h +++ b/ext/tpx/HFC134a.h @@ -1,10 +1,10 @@ -#ifndef HFC134_H -#define HFC134_H +#ifndef TPX_HFC134_H +#define TPX_HFC134_H -#include "sub.h" +#include "Sub.h" namespace tpx { - class HFC134a : public Substance{ + class HFC134a : public Substance { public: HFC134a(){} ~HFC134a(){}