Skip to content
Snippets Groups Projects
Commit df00abfb authored by andy's avatar andy
Browse files

STYLE: Corrected typo - mantis #760

parent 9d96d09c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -325,7 +325,7 @@ Foam::displacementInterpolationMotionSolver::curPoints() const ...@@ -325,7 +325,7 @@ Foam::displacementInterpolationMotionSolver::curPoints() const
tmp<pointField> tcurPoints(new pointField(points0())); tmp<pointField> tcurPoints(new pointField(points0()));
pointField& curPoints = tcurPoints(); pointField& curPoints = tcurPoints();
// Interpolate the diplacement of the face zones. // Interpolate the displacement of the face zones.
vectorField zoneDisp(displacements_.size(), vector::zero); vectorField zoneDisp(displacements_.size(), vector::zero);
forAll(zoneDisp, zoneI) forAll(zoneDisp, zoneI)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment