cantera/include/cantera/surface.h
Ray Speth 14b9454819 [C++] Clean up of top-level headers
These headers should only include general functionality, i.e. base classes and
factory methods. Users working directly with derived types can include the
relevant headers directly.

Deprecate some top-level headers which are not really useful.
2016-05-14 16:10:10 -04:00

14 lines
314 B
C

/**
* @file surface.h
* @deprecated To be removed after Cantera 2.3.
*/
#ifndef CT_SURFACE_INCL
#define CT_SURFACE_INCL
#pragma message "Deprecated. surface.h will be removed after Cantera 2.3. Include relevant headers directly."
#include "thermo/SurfPhase.h"
#include "kinetics/InterfaceKinetics.h"
#endif