FreeCAD: master 75ce52f6

Author Committer Branch Timestamp Parent
Alexander Golubev wmayer master 2015-05-17 17:16:01 master 09c71793
Changeset salomesmesh: fix broken conditions

Warnings was:
src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp|617 col 19| warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
|| bool isAlgo = ( !anHyp->GetType() == SMESHDS_Hypothesis::PARAM_ALGO );
|| ^ ~~
src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp|2165 col 31| warning: '&&' within '||' [-Wlogical-op-parentheses]
|| if ( !aMinStr.IsEmpty() && !aMinStr.IsIntegerValue() ||
mod - src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp Diff File
mod - src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp Diff File