From f77e26c5b9fb3bdd0686da6859c829280b362344 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 30 Mar 2016 18:16:20 +0100 Subject: [PATCH] MatrixSpace: Corrected typo --- src/OpenFOAM/primitives/MatrixSpace/MatrixSpace.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/primitives/MatrixSpace/MatrixSpace.H b/src/OpenFOAM/primitives/MatrixSpace/MatrixSpace.H index 8fa5397c2d..f04f302f57 100644 --- a/src/OpenFOAM/primitives/MatrixSpace/MatrixSpace.H +++ b/src/OpenFOAM/primitives/MatrixSpace/MatrixSpace.H @@ -181,7 +181,7 @@ public: const VectorSpace& v ); - //- Construct and return the sub-ensor corresponding to this block + //- Construct and return the sub-tensor corresponding to this block inline SubTensor operator()() const; //- (i, j) const element access operator