ENH: functionObjects: add optional flag to suppress warnings for missing patches
This commit is contained in:
@ -77,6 +77,9 @@ protected:
|
||||
//- increasing distance in binning direction
|
||||
bool cumulative_;
|
||||
|
||||
//- Flag to suppress warnings for missing patches
|
||||
bool warnOnNoPatch_;
|
||||
|
||||
//- Local coordinate system of bins
|
||||
autoPtr<coordinateSystem> coordSysPtr_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user