Cantera  3.2.0a2
Loading...
Searching...
No Matches
FlowDeviceFactory.h
Go to the documentation of this file.
1//! @file FlowDeviceFactory.h
2
3// This file is part of Cantera. See License.txt in the top-level directory or
4// at https://cantera.org/license.txt for license and copyright information.
5
6#ifndef FLOWDEVICE_FACTORY_H
7#define FLOWDEVICE_FACTORY_H
8
9#pragma message("warning: FlowDeviceFactory.h is deprecated and will be removed " \
10 "after Cantera 3.2. Use ConnectorFactory.h instead.")
11
12#include "ConnectorFactory.h"
13
14#endif