STYLE: pass points, faces instead of meshedSurfRef in surfaceFieldValue

- removes a layer of opacity and may help with future restructuring
This commit is contained in:
Mark Olesen
2019-02-22 11:08:07 +01:00
committed by Andrew Heather
parent 680ca78897
commit e322894476
3 changed files with 23 additions and 16 deletions

View File

@ -494,7 +494,8 @@ protected:
(
const vectorField& Sf,
const Field<WeightType>& weightField,
const meshedSurf& surfToWrite
const pointField& points,
const faceList& faces
);
//- Templated helper function to output field values
@ -504,7 +505,8 @@ protected:
const word& fieldName,
const vectorField& Sf,
const Field<WeightType>& weightField,
const meshedSurf& surfToWrite
const pointField& points,
const faceList& faces
);