mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: tabs and line length in files, very dubious NULL in ensight reader.
- disable automatically upgrading copyrights in files since changes to not automatically imply a change in copyright. Eg, fixing a typo in comments, or changing a variable from 'loopI' to 'loopi' etc.
This commit is contained in:
@ -358,8 +358,8 @@ Foam::pointToPointPlanarInterpolation::pointToPointPlanarInterpolation
|
||||
const bool nearestOnly,
|
||||
const coordinateSystem& referenceCS,
|
||||
const label sourceSize,
|
||||
const List<FixedList<label, 3> >& nearestVertex,
|
||||
const List<FixedList<scalar, 3> >& nearestVertexWeight
|
||||
const List<FixedList<label, 3>>& nearestVertex,
|
||||
const List<FixedList<scalar, 3>>& nearestVertexWeight
|
||||
)
|
||||
:
|
||||
perturb_(perturb),
|
||||
|
||||
@ -123,8 +123,8 @@ public:
|
||||
const bool nearestOnly,
|
||||
const coordinateSystem& referenceCS,
|
||||
const label sourceSize,
|
||||
const List<FixedList<label, 3> >& nearestVertex,
|
||||
const List<FixedList<scalar, 3> >& nearestVertexWeight
|
||||
const List<FixedList<label, 3>>& nearestVertex,
|
||||
const List<FixedList<scalar, 3>>& nearestVertexWeight
|
||||
);
|
||||
|
||||
//- Construct and return a clone
|
||||
|
||||
Reference in New Issue
Block a user