mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor code formatting
This commit is contained in:
@ -61,6 +61,7 @@ class findCellParticle
|
|||||||
//- passive data
|
//- passive data
|
||||||
label data_;
|
label data_;
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
friend class Cloud<findCellParticle>;
|
friend class Cloud<findCellParticle>;
|
||||||
@ -75,7 +76,6 @@ public:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
trackingData
|
trackingData
|
||||||
@ -97,6 +97,7 @@ public:
|
|||||||
{
|
{
|
||||||
return cellToData_;
|
return cellToData_;
|
||||||
}
|
}
|
||||||
|
|
||||||
List<List<point> >& cellToEnd()
|
List<List<point> >& cellToEnd()
|
||||||
{
|
{
|
||||||
return cellToEnd_;
|
return cellToEnd_;
|
||||||
@ -104,7 +105,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct from components
|
//- Construct from components
|
||||||
@ -171,7 +171,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Tracking
|
// Tracking
|
||||||
|
|
||||||
//- Track all particles to their end point
|
//- Track all particles to their end point
|
||||||
|
|||||||
Reference in New Issue
Block a user