mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Code clean-up
This commit is contained in:
@ -41,7 +41,7 @@ Usage
|
||||
fluxSummary1
|
||||
{
|
||||
type fluxSummary;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
...
|
||||
write yes;
|
||||
log yes;
|
||||
@ -240,7 +240,7 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
//- Read the field min/max data
|
||||
//- Read the field fluxSummary data
|
||||
virtual bool read(const dictionary&);
|
||||
|
||||
//- Execute, currently does nothing
|
||||
|
||||
@ -229,7 +229,6 @@ void Foam::KinematicParcel<ParcelType>::writeObjects
|
||||
objectRegistry& obr
|
||||
)
|
||||
{
|
||||
DebugInFunction << endl;
|
||||
ParcelType::writeObjects(c, obr);
|
||||
|
||||
label np = c.size();
|
||||
|
||||
@ -255,8 +255,6 @@ void Foam::ReactingParcel<ParcelType>::writeObjects
|
||||
objectRegistry& obr
|
||||
)
|
||||
{
|
||||
DebugInFunction << endl;
|
||||
|
||||
ParcelType::writeObjects(c, obr);
|
||||
|
||||
label np = c.size();
|
||||
|
||||
@ -145,7 +145,6 @@ void Foam::ThermoParcel<ParcelType>::writeObjects
|
||||
objectRegistry& obr
|
||||
)
|
||||
{
|
||||
DebugInFunction << endl;
|
||||
ParcelType::writeObjects(c, obr);
|
||||
|
||||
label np = c.size();
|
||||
|
||||
Reference in New Issue
Block a user