STYLE: consistency updates

This commit is contained in:
Andrew Heather
2016-09-27 15:17:55 +01:00
parent 89d9fd1550
commit 3dbd39146c
242 changed files with 1933 additions and 1933 deletions

View File

@ -149,11 +149,11 @@ protected:
//- Generate point and values by interpolating from existing values
void storePoint
(
const label trackI,
const label tracki,
const scalar w,
const label leftI,
const label rightI,
const label lefti,
const label righti,
DynamicList<point>& newTrack,
DynamicList<List<scalar>>& newScalars,
@ -164,7 +164,7 @@ protected:
void trimToBox
(
const treeBoundBox& bb,
const label trackI,
const label tracki,
PtrList<DynamicList<point>>& newTracks,
PtrList<DynamicList<scalarList>>& newScalars,
PtrList<DynamicList<vectorList>>& newVectors