From 6d94d8ed8bc3a981e4022bf6d5ab35d9b3f86d4d Mon Sep 17 00:00:00 2001 From: henry <Henry Weller h.weller@opencfd.co.uk> Date: Tue, 10 Jun 2008 17:57:39 +0100 Subject: [PATCH] Corrected I to labelI. --- .../primitives/labelSphericalTensor/labelSphericalTensor.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H b/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H index 78f2770d93b..de9fc0a4f3b 100644 --- a/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H +++ b/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H @@ -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<> -- GitLab