Renamed searchableCurve -> searchableExtrudedCircle

to clarify purpose.

Patch contributed by Mattijs Janssens
This commit is contained in:
Henry Weller
2016-12-09 16:30:46 +00:00
parent b17a568569
commit 7d54e57fa0
6 changed files with 42 additions and 34 deletions

View File

@ -32,7 +32,7 @@ geometry
}
cylinder2
{
type searchableCurve;
type searchableExtrudedCircle;
file "curve2.vtk";
radius 0.5;
}

View File

@ -20,7 +20,7 @@ libs ("libblockMesh.so");
DebugSwitches
{
// project 1;
// searchableCurve 1;
// searchableExtrudedCircle 1;
// projectCurve 1;
}