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
The function Nodes() has apparently been deprecated in the current version of OpenCascade and must be replaced by the use of the function Node() in a way that is correct for the data structure being operated on.
the use of the unqualified endl in triangle.h produces a namespace error that may be corrected by the use of std::endl in its place or the addition of using namespace std; prior to class Point {.