BUG: Deleting undefined function
This commit is contained in:
parent
df90b2db06
commit
f26e16a9fa
@ -188,7 +188,6 @@ void Foam::sampledSurfaces::read(const dictionary& dict)
|
||||
if (surfacesFound)
|
||||
{
|
||||
dict.lookup("fields") >> fieldSelection_;
|
||||
clearFieldGroups();
|
||||
|
||||
dict.lookup("interpolationScheme") >> interpolationScheme_;
|
||||
const word writeType(dict.lookup("surfaceFormat"));
|
||||
|
@ -127,13 +127,8 @@ class sampledSurfaces
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Clear old field groups
|
||||
void clearFieldGroups();
|
||||
|
||||
//- Append fieldName to the appropriate group
|
||||
label appendFieldGroup(const word& fieldName, const word& fieldType);
|
||||
|
||||
//- Classify field types, returns the number of fields
|
||||
//- Return number of fields
|
||||
label classifyFields();
|
||||
|
||||
//- Write geometry only
|
||||
|
Loading…
Reference in New Issue
Block a user