Corrected I to labelI.

This commit is contained in:
henry
2008-06-10 17:57:39 +01:00
parent 46b4f7d377
commit 6d94d8ed8b

View File

@ -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<>