Rename circulators to be consistent with the standard OpenFOAM class naming convention
This commit is contained in:
@ -27,7 +27,7 @@ License
|
||||
#include "vectorTools.H"
|
||||
#include "triangle.H"
|
||||
#include "tetrahedron.H"
|
||||
#include "const_circulator.H"
|
||||
#include "ConstCirculator.H"
|
||||
#include "DelaunayMeshTools.H"
|
||||
#include "OBJstream.H"
|
||||
|
||||
@ -183,8 +183,8 @@ void Foam::conformalVoronoiMesh::createEdgePointGroupByCirculating
|
||||
|
||||
const List<sideVolumeType>& normalVolumeTypes = feMesh.normalVolumeTypes();
|
||||
|
||||
const_circulator<labelList> circ(edNormalIs);
|
||||
const_circulator<labelList> circNormalDirs(feNormalDirections);
|
||||
ConstCirculator<labelList> circ(edNormalIs);
|
||||
ConstCirculator<labelList> circNormalDirs(feNormalDirections);
|
||||
|
||||
Map<Foam::point> masterPoints;
|
||||
Map<vertexType> masterPointsTypes;
|
||||
|
||||
@ -29,7 +29,7 @@ License
|
||||
#include "conformalVoronoiMesh.H"
|
||||
#include "cellShapeControl.H"
|
||||
#include "DelaunayMeshTools.H"
|
||||
#include "const_circulator.H"
|
||||
#include "ConstCirculator.H"
|
||||
#include "backgroundMeshDecomposition.H"
|
||||
#include "autoPtr.H"
|
||||
#include "mapDistribute.H"
|
||||
@ -233,7 +233,7 @@ void Foam::featurePointConformer::createMasterAndSlavePoints
|
||||
|
||||
// Info<< nl << featPt << " " << pointEdgeTypes;
|
||||
|
||||
const_circulator<labelList> circ(featPtEdges);
|
||||
ConstCirculator<labelList> circ(featPtEdges);
|
||||
|
||||
// Loop around the edges of the feature point
|
||||
if (circ.size()) do
|
||||
|
||||
Reference in New Issue
Block a user