From ad18857c8b5315b7b68529caf20460bcb48984d7 Mon Sep 17 00:00:00 2001 From: andy <a.heather@opencfd.co.uk> Date: Tue, 1 Jun 2010 15:27:40 +0100 Subject: [PATCH] STYLE: minor code formatting --- .../KinematicParcel/CollisionRecordList/CollisionRecordList.C | 1 + src/mesh/blockMesh/curvedEdges/polyLine.H | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/CollisionRecordList/CollisionRecordList.C b/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/CollisionRecordList/CollisionRecordList.C index f0b4804cf5a..f5d321a0231 100644 --- a/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/CollisionRecordList/CollisionRecordList.C +++ b/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/CollisionRecordList/CollisionRecordList.C @@ -108,4 +108,5 @@ void Foam::CollisionRecordList<Type>::update() DynamicList<CollisionRecord<Type> >::operator=(updatedRecords); } + // ************************************************************************* // diff --git a/src/mesh/blockMesh/curvedEdges/polyLine.H b/src/mesh/blockMesh/curvedEdges/polyLine.H index 07b55b231b8..c27556b066f 100644 --- a/src/mesh/blockMesh/curvedEdges/polyLine.H +++ b/src/mesh/blockMesh/curvedEdges/polyLine.H @@ -62,6 +62,7 @@ class polyLine //- Disallow default bitwise assignment void operator=(const polyLine&); + protected: // Protected data @@ -75,17 +76,18 @@ protected: //- The rational (0-1) cumulative parameter value for each point scalarList param_; + // Protected Member Functions //- Precalculate the rational cumulative parameter value // and the line-length void calcParam(); - //- Return the line segment and the local parameter [0..1] // corresponding to the global lambda [0..1] label localParameter(scalar& lambda) const; + public: // Constructors -- GitLab