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
227 B
C
11 lines
227 B
C
// Compatibility include. For v2112 and earlier
|
|
|
|
#ifndef FoamCompat_doubleVector_H
|
|
#define FoamCompat_doubleVector_H
|
|
|
|
#include "vector.H"
|
|
|
|
#endif
|
|
|
|
// ************************************************************************* //
|