mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: primitives/compat with compatibility includes GIT: primitives/traits with pTraits, contiguous, zero, one etc. COMP: relocate base equal(a,b) definition from scalar.H -> label.H - make more universally available STYLE: replace occasional use of notEqual(a,b) with !equal(a,b)
11 lines
204 B
C
11 lines
204 B
C
// Compatibility include
|
|
|
|
#ifndef FoamCompat_doubleTensor_H
|
|
#define FoamCompat_doubleTensor_H
|
|
|
|
#include "tensor.H"
|
|
|
|
#endif
|
|
|
|
// ************************************************************************* //
|