Files
openfoam/src/OpenFOAM/compat/doubleVector.H
Mark Olesen d51aa5a74d STYLE: merge EdgeMap definition into edgeHashes.H
STYLE: combine some list typedefs, add documentation comments

GIT: relocate some compat includes
2023-02-27 15:41:25 +01:00

11 lines
227 B
C

// Compatibility include. For v2112 and earlier
#ifndef FoamCompat_doubleVector_H
#define FoamCompat_doubleVector_H
#include "vector.H"
#endif
// ************************************************************************* //