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

BUG: CellZoneInjection - corrected setting of tet point - mantis #1113

parent c35df080
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -98,7 +98,7 @@ void Foam::CellZoneInjection<CloudType>::setPositions
injectorCells.append(cellI);
injectorTetFaces.append(cellTetIs[tetI].face());
injectorTetPts.append(cellTetIs[tetI].faceBasePt());
injectorTetPts.append(cellTetIs[tetI].tetPt());
}
}
......
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