conversion routines. Trying to figure out what the issue is with the pc interface's /MD vs /MDd problems.
17 lines
330 B
C++
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
|
|
|