mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor code style corrections
This commit is contained in:
@ -77,7 +77,6 @@ public:
|
||||
primitiveEntry& entry,
|
||||
Istream& is
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -703,6 +703,7 @@ void Foam::globalMeshData::calcPointBoundaryFaces
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void Foam::globalMeshData::calcGlobalPointBoundaryFaces() const
|
||||
{
|
||||
if (debug)
|
||||
@ -1743,12 +1744,12 @@ Foam::autoPtr<Foam::globalIndex> Foam::globalMeshData::mergePoints
|
||||
|
||||
label myUniquePoints = meshPoints.size() + nCoupledMaster - nCoupledSlave;
|
||||
|
||||
Pout<< "Points :" << nl
|
||||
<< " patch : " << meshPoints.size() << nl
|
||||
<< " of which coupled : " << nCoupledMaster+nCoupledSlave << nl
|
||||
<< " of which master : " << nCoupledMaster << nl
|
||||
<< " of which slave : " << nCoupledSlave << nl
|
||||
<< endl;
|
||||
Pout<< "Points :" << nl
|
||||
<< " patch : " << meshPoints.size() << nl
|
||||
<< " of which coupled : " << nCoupledMaster+nCoupledSlave << nl
|
||||
<< " of which master : " << nCoupledMaster << nl
|
||||
<< " of which slave : " << nCoupledSlave << nl
|
||||
<< endl;
|
||||
|
||||
|
||||
// 2. Create global indexing for unique points.
|
||||
|
||||
@ -64,8 +64,6 @@ public:
|
||||
|
||||
//- Construct null
|
||||
NASCore();
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user