Skip to content

Commit

Permalink
Missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Apr 26, 2024
1 parent 7a23e40 commit fa4c9a4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ class KRATOS_API(MAPPING_APPLICATION) PointWithId : public IndexedObject, public

bool operator<(const PointWithId& rOther) const;

bool operator!=(const PointWithId& rOther) const;

bool operator==(const PointWithId& rOther) const;

double GetDistance() const { return mDistance; }

private:
Expand Down

0 comments on commit fa4c9a4

Please sign in to comment.