ENH: Added 'alwaysApply' function to bypass the apply checking

This commit is contained in:
andy
2012-10-19 11:29:38 +01:00
parent f3467d4d03
commit 62e5412802
2 changed files with 15 additions and 0 deletions

View File

@ -150,6 +150,9 @@ protected:
// Protected functions
//- Flag to bypass the apply flag list checking
virtual bool alwaysApply() const;
//- Set the cellSet or points selection
void setSelection(const dictionary& dict);