mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: combine some list typedefs, add documentation comments GIT: relocate some compat includes
11 lines
202 B
C
11 lines
202 B
C
// Compatibility include
|
|
|
|
#ifndef FoamCompat_floatTensor_H
|
|
#define FoamCompat_floatTensor_H
|
|
|
|
#include "tensor.H"
|
|
|
|
#endif
|
|
|
|
// ************************************************************************* //
|