ENH: make coeffs dictionaries optional for surfaceFeatureExtract

This commit is contained in:
Mark Olesen
2017-05-10 14:11:28 +02:00
parent 0e7630feca
commit 034ddfa78f
8 changed files with 46 additions and 51 deletions

View File

@ -27,8 +27,11 @@ Class
Description
Run-time selectable surface feature extraction.
Mandatory dictionary entries: "featureEdgeFile".
Optional dictionary entries: "geometricTestOnly".
SourceFiles
extractionMethod.C
extractFromFile.C
\*---------------------------------------------------------------------------*/
@ -36,8 +39,6 @@ SourceFiles
#define surfaceFeaturesExtraction_extractFromFile_H
#include "surfaceFeaturesExtraction.H"
#include "dictionary.H"
#include "Switch.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //