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.
14 lines
314 B
C
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
|