fixed include error

This commit is contained in:
Dave Goodwin 2005-01-18 14:36:48 +00:00
parent 50a2dace94
commit 366c879be9

View file

@ -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(){}