mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-23 03:15:37 +05:00
Providing portability with CAS-6.2.1sp1
This commit is contained in:
parent
8bc0ec2d0d
commit
6330e1a400
@ -52,9 +52,9 @@ protected:
|
||||
private:
|
||||
|
||||
bool myConcaveQuad;
|
||||
vector<bool> myConcaveSide;
|
||||
vector<gp_Pnt> myPoints;
|
||||
vector<GeomAdaptor_Surface> myPlanes;
|
||||
std::vector<bool> myConcaveSide;
|
||||
std::vector<gp_Pnt> myPoints;
|
||||
std::vector<GeomAdaptor_Surface> myPlanes;
|
||||
gp_Vec myQuadNormal;
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user