Skip to content

Commit

Permalink
TGeoTessellated remove TGeoFacet::ComputeNormal declaration (#14339)
Browse files Browse the repository at this point in the history
The function is no longer implemented, see #14327
Can lead to linking issues when undefined symbols are not ignored.
  • Loading branch information
andresailer authored Jan 15, 2024
1 parent 72e7038 commit cdc68c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geom/geom/inc/TGeoTessellated.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class TGeoFacet {

int operator[](int ivert) const { return fIvert[ivert]; }
static int CompactFacet(Vertex_t *vert, int nvertices);
Vertex_t ComputeNormal(bool &degenerated) const;
int GetNvert() const { return fNvert; }

void Flip()
Expand Down

0 comments on commit cdc68c9

Please sign in to comment.