STYLE: Code clean-up

This commit is contained in:
Andrew Heather
2016-12-01 16:49:34 +00:00
parent 9e910e6c14
commit c0f1a87d54
4 changed files with 2 additions and 6 deletions

View File

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

View File

@ -229,7 +229,6 @@ void Foam::KinematicParcel<ParcelType>::writeObjects
objectRegistry& obr
)
{
DebugInFunction << endl;
ParcelType::writeObjects(c, obr);
label np = c.size();

View File

@ -255,8 +255,6 @@ void Foam::ReactingParcel<ParcelType>::writeObjects
objectRegistry& obr
)
{
DebugInFunction << endl;
ParcelType::writeObjects(c, obr);
label np = c.size();

View File

@ -145,7 +145,6 @@ void Foam::ThermoParcel<ParcelType>::writeObjects
objectRegistry& obr
)
{
DebugInFunction << endl;
ParcelType::writeObjects(c, obr);
label np = c.size();