STYLE: minor code formatting

This commit is contained in:
andy
2010-06-01 15:27:40 +01:00
parent 81189ebd4c
commit ad18857c8b
2 changed files with 4 additions and 1 deletions

View File

@ -108,4 +108,5 @@ void Foam::CollisionRecordList<Type>::update()
DynamicList<CollisionRecord<Type> >::operator=(updatedRecords);
}
// ************************************************************************* //

View File

@ -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