All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -158,8 +158,7 @@ void ConstraintFluidBoundary::onChanged(const App::Property* prop)
|
||||
if (Reversed.getValue() && (DirectionVector.getValue() == naturalDirectionVector)) {
|
||||
DirectionVector.setValue(-naturalDirectionVector);
|
||||
}
|
||||
else if (!Reversed.getValue()
|
||||
&& (DirectionVector.getValue() != naturalDirectionVector)) {
|
||||
else if (!Reversed.getValue() && (DirectionVector.getValue() != naturalDirectionVector)) {
|
||||
DirectionVector.setValue(naturalDirectionVector);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user