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
321 B
C
14 lines
321 B
C
/**
|
|
* @file transport.h
|
|
*
|
|
* Support for transport property calculation from C++ application programs.
|
|
* This header file includes headers needed to create and use objects for
|
|
* evaluating transport properties.
|
|
*/
|
|
|
|
#ifndef CT_TRANSPORT_INCL
|
|
#define CT_TRANSPORT_INCL
|
|
|
|
#include "transport/TransportFactory.h"
|
|
|
|
#endif
|