mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected I to labelI.
This commit is contained in:
@ -49,7 +49,7 @@ namespace Foam
|
||||
typedef SphericalTensor<label> labelSphericalTensor;
|
||||
|
||||
// Identity labelTensor
|
||||
static const labelSphericalTensor I(1);
|
||||
static const labelSphericalTensor labelI(1);
|
||||
|
||||
//- Specify data associated with labelSphericalTensor type is contiguous
|
||||
template<>
|
||||
|
||||
Reference in New Issue
Block a user