Tutorials: change topoSetDicts to avoid duplicate names

This commit is contained in:
Henry
2015-02-12 10:01:31 +00:00
parent 2299f0806c
commit 332c3cc37f
13 changed files with 103 additions and 108 deletions

View File

@ -35,7 +35,7 @@ actions
}
{
name f0;
name f0FaceSet;
type faceSet;
action new;
source patchToFace;
@ -46,7 +46,7 @@ actions
}
{
name f0;
name f0FaceSet;
type faceSet;
action subset;
source boxToFace;
@ -63,9 +63,10 @@ actions
source setToFaceZone;
sourceInfo
{
faceSet f0;
faceSet f0FaceSet;
}
}
);
// ************************************************************************* //