Cantera  3.0.0
Loading...
Searching...
No Matches
TransportBase.h
1// This file is part of Cantera. See License.txt in the top-level directory or
2// at https://cantera.org/license.txt for license and copyright information.
3
4#pragma message("warning: TransportBase.h is renamed to Transport.h and will be removed after Cantera 3.0.")
5
6#ifndef CT_TRANSPORTBASE_H
7#define CT_TRANSPORTBASE_H
8
9#include "Transport.h"
10
11#endif
Headers for the Transport object, which is the virtual base class for all transport property evaluato...