Code style: Updated line comments to start with a space
//This is a comment -> // This is a comment
This commit is contained in:
@ -576,7 +576,7 @@ void Foam::FaceCellWave<Type, TrackingData>::handleProcPatches()
|
||||
}
|
||||
|
||||
UOPstream toNeighbour(procPatch.neighbProcNo(), pBufs);
|
||||
//writeFaces(nSendFaces, sendFaces, sendFacesInfo, toNeighbour);
|
||||
// writeFaces(nSendFaces, sendFaces, sendFacesInfo, toNeighbour);
|
||||
toNeighbour
|
||||
<< SubList<label>(sendFaces, nSendFaces)
|
||||
<< SubList<Type>(sendFacesInfo, nSendFaces);
|
||||
|
||||
@ -346,7 +346,7 @@ void Foam::PointEdgeWave<Type, TrackingData>::handleProcPatches()
|
||||
// Adapt for leaving domain
|
||||
leaveDomain(procPatch, thisPoints, patchInfo);
|
||||
|
||||
//if (debug)
|
||||
// if (debug)
|
||||
//{
|
||||
// Pout<< "Processor patch " << patchi << ' ' << procPatch.name()
|
||||
// << " communicating with " << procPatch.neighbProcNo()
|
||||
@ -378,7 +378,7 @@ void Foam::PointEdgeWave<Type, TrackingData>::handleProcPatches()
|
||||
fromNeighbour >> patchPoints >> patchInfo;
|
||||
}
|
||||
|
||||
//if (debug)
|
||||
// if (debug)
|
||||
//{
|
||||
// Pout<< "Processor patch " << patchi << ' ' << procPatch.name()
|
||||
// << " communicating with " << procPatch.neighbProcNo()
|
||||
@ -477,7 +477,7 @@ void Foam::PointEdgeWave<Type, TrackingData>::handleCyclicPatches()
|
||||
transform(cycPatch, cycPatch.forwardT(), nbrInfo);
|
||||
}
|
||||
|
||||
//if (debug)
|
||||
// if (debug)
|
||||
//{
|
||||
// Pout<< "Cyclic patch " << patchi << ' ' << patch.name()
|
||||
// << " Changed : " << nbrInfo.size()
|
||||
@ -569,7 +569,7 @@ Foam::label Foam::PointEdgeWave<Type, TrackingData>::handleCollocatedPoints()
|
||||
|
||||
// Like updatePoint but bypass Type::updatePoint with its tolerance
|
||||
// checking
|
||||
//if (!elem.valid(td_) || !elem.equal(elems[pointi], td_))
|
||||
// if (!elem.valid(td_) || !elem.equal(elems[pointi], td_))
|
||||
if (!elem.equal(elems[pointi], td_))
|
||||
{
|
||||
nEvals_++;
|
||||
@ -826,7 +826,7 @@ Foam::label Foam::PointEdgeWave<Type, TrackingData>::edgeToPoint()
|
||||
handleProcPatches();
|
||||
}
|
||||
|
||||
//if (debug)
|
||||
// if (debug)
|
||||
//{
|
||||
// Pout<< "Changed points : " << nChangedPoints_ << endl;
|
||||
//}
|
||||
@ -894,7 +894,7 @@ Foam::label Foam::PointEdgeWave<Type, TrackingData>::pointToEdge()
|
||||
// Handled all changed points by now
|
||||
nChangedPoints_ = 0;
|
||||
|
||||
//if (debug)
|
||||
// if (debug)
|
||||
//{
|
||||
// Pout<< "Changed edges : " << nChangedEdges_ << endl;
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user