STYLE: partial revert of naming change from commit f99a145143

This commit is contained in:
andy
2010-04-01 12:50:00 +01:00
parent 5a6f5a83ca
commit 9b71c70335
2 changed files with 13 additions and 13 deletions

View File

@ -73,7 +73,7 @@ class polyLineSet
DynamicList<point>& samplingPts,
DynamicList<label>& samplingCells,
DynamicList<label>& samplingFaces,
DynamicList<scalar>& samplingPolyLineDist
DynamicList<scalar>& samplingCurveDist
) const;
//- Samples all point in sampleCoords_
@ -84,7 +84,7 @@ class polyLineSet
DynamicList<label>& samplingCells,
DynamicList<label>& samplingFaces,
DynamicList<label>& samplingSegments,
DynamicList<scalar>& samplingPolyLineDist
DynamicList<scalar>& samplingCurveDist
) const;
//- Uses calcSamples to obtain samples. Copies them into *this.