cantera/Cantera/cxx/include/zerodim.h
Harry Moffat e7078147b3 Changed xml constructors to make them simpler with less implicit
conversion routines. Trying to figure out what the issue is with
the pc interface's /MD vs /MDd problems.
2009-07-22 01:21:35 +00:00

17 lines
330 B
C++

/*
* $Id$
*/
#ifndef CT_INCL_ZERODIM_H
#define CT_INCL_ZERODIM_H
#include "kernel/Reactor.h"
#include "kernel/ReactorNet.h"
#include "kernel/Reservoir.h"
#include "kernel/Wall.h"
#include "kernel/flowControllers.h"
#include "kernel/FlowReactor.h"
#include "kernel/ConstPressureReactor.h"
using namespace CanteraZeroD;
#endif