Skip to content
Snippets Groups Projects
Commit 6d94d8ed authored by henry's avatar henry
Browse files

Corrected I to labelI.

parent 46b4f7d3
No related merge requests found
...@@ -49,7 +49,7 @@ namespace Foam ...@@ -49,7 +49,7 @@ namespace Foam
typedef SphericalTensor<label> labelSphericalTensor; typedef SphericalTensor<label> labelSphericalTensor;
// Identity labelTensor // Identity labelTensor
static const labelSphericalTensor I(1); static const labelSphericalTensor labelI(1);
//- Specify data associated with labelSphericalTensor type is contiguous //- Specify data associated with labelSphericalTensor type is contiguous
template<> template<>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment