Standardized cell, patch and face loop index names

This commit is contained in:
Henry Weller
2016-04-25 10:28:32 +01:00
parent 6a27f7af46
commit 8c4f6b8fcb
849 changed files with 13266 additions and 13266 deletions

View File

@ -144,8 +144,8 @@ private:
(
const trackingData& td,
const point& position,
const label cellI,
const label faceI
const label celli,
const label facei
);
vector sample(trackingData& td);
@ -160,7 +160,7 @@ public:
(
const polyMesh& c,
const vector& position,
const label cellI,
const label celli,
const label tetFaceI,
const label tetPtI,
const label meshEdgeStart,