Skip to content

Commit

Permalink
remove duplicated triangle corner_face lut
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Oct 31, 2024
1 parent 4a7a274 commit f32cf07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,4 @@ const int t8_dtri_parenttype_Iloc_to_cid[2][4] = {
{ 0, 1, 1, 3 },
{ 0, 2, 2, 3 } };

const int t8_dtri_corner_face[3][2] = {
{ 1, 2 },
{ 0, 2 },
{ 0, 1 } };

/* clang-format on*/
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ extern const int t8_dtri_parenttype_Iloc_to_type[2][4];
/** Store the cube-id for each (parenttype,local Index) combination. */
extern const int t8_dtri_parenttype_Iloc_to_cid[2][4];

/** Store the indices of the faces of each corner of a triangle. */
extern const int t8_dtri_corner_face[3][2];

T8_EXTERN_C_END ();

#endif /* T8_DTRI_CONNECTIVITY_H */

0 comments on commit f32cf07

Please sign in to comment.