You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:362:61: warning: 'Triangles' is deprecated: Deprecated method, Triangle() should be used instead [-Wdeprecated-declarations]
const Poly_Array1OfTriangle &Triangles = Triangulation->Triangles();
^
/usr/local/include/OpenCASCADE/Poly_Triangulation.hxx:317:3: note: 'Triangles' has been explicitly marked deprecated here
Standard_DEPRECATED("Deprecated method, Triangle() should be used instead")
^
/usr/local/include/OpenCASCADE/Standard_Macro.hxx:154:54: note: expanded from macro 'Standard_DEPRECATED'
#define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
^
/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:363:54: error: no member named 'Nodes' in 'Poly_Triangulation'
const TColgp_Array1OfPnt &Nodes = Triangulation->Nodes();
~~~~~~~~~~~~~~~^
/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:832:8: warning: expression result unused [-Wunused-value]
for (expFace; expFace.More(); expFace.Next()) {
^~~~~~~
/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:840:10: warning: expression result unused [-Wunused-value]
for (expEdge; expEdge.More(); expEdge.Next()) {
^~~~~~~
3 warnings and 1 error generated.
No description provided.
The text was updated successfully, but these errors were encountered: