TaskFemConstraintFluidBoundary.cpp: squash GCC compiler warning
This commit is contained in:
committed by
Bernd Hahnebach
parent
ec213a4d98
commit
9ad52812a0
@@ -554,6 +554,7 @@ void TaskFemConstraintFluidBoundary::onReferenceDeleted() {
|
||||
void TaskFemConstraintFluidBoundary::onButtonDirection(const bool pressed) {
|
||||
// sets the normal vector of the currently selecteed planar face as direction
|
||||
|
||||
Q_UNUSED(pressed)
|
||||
//get vector of selected objects of active document
|
||||
std::vector<Gui::SelectionObject> selection = Gui::Selection().getSelectionEx();
|
||||
if (selection.size() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user