Renamed cellZones -> cellZoneList, faceZones -> faceZoneList, pointZones -> pointZoneList
to allow the names cellZones, faceZones and pointZones to be used for the namespaces for run-time selectable zones.
This commit is contained in:
@ -1062,7 +1062,7 @@ int main(int argc, char *argv[])
|
||||
//
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
const faceZones& zones = mesh.faceZones();
|
||||
const faceZoneList& zones = mesh.faceZones();
|
||||
|
||||
if (doFaceZones && zones.size() > 0)
|
||||
{
|
||||
|
||||
@ -144,7 +144,7 @@ Usage
|
||||
#include "sphericalTensorIOField.H"
|
||||
#include "symmTensorIOField.H"
|
||||
#include "tensorIOField.H"
|
||||
#include "faceZones.H"
|
||||
#include "faceZoneList.H"
|
||||
#include "Cloud.H"
|
||||
#include "passiveParticle.H"
|
||||
#include "stringListOps.H"
|
||||
@ -1074,7 +1074,7 @@ int main(int argc, char *argv[])
|
||||
);
|
||||
print(" surfVectorFields :", Info, svf);
|
||||
|
||||
const faceZones& zones = mesh.faceZones();
|
||||
const faceZoneList& zones = mesh.faceZones();
|
||||
|
||||
forAll(zones, zoneI)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user