Skip to content

Incompatible with opencascade 1:7.9.1-1 plus namespace error in triangle.h #5

@GaryScottMartin

Description

@GaryScottMartin
  1. 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.

  2. 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 {.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions