Files
openfoam/src/OpenFOAM/compat/floatTensor.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
202 B
C

// Compatibility include
#ifndef FoamCompat_floatTensor_H
#define FoamCompat_floatTensor_H
#include "tensor.H"
#endif
// ************************************************************************* //