"README.md" did not exist on "f1fa4036e056c17a4416e6db662cd7e335ebe072"
'faceToCell' duplicated 'etc/caseDicts/annotated/topoSetSourcesDict'
In the file etc/caseDicts/annotated/topoSetSourcesDict
, within faceSet_doc
:
//- Select based on cellSet
{
source cellToFace;
source faceToCell;
sets (c0 c1);
// or
set c0; // Name of cellSet
option all; // All faces of cells
//option both; // Only faces with owner+neighbour in cellSet
}
The line with faceToCell
should not be here.