Skip to content

Commit

Permalink
for now use only index version: TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamiand committed Feb 21, 2024
1 parent 7b144b9 commit 5ac9428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Linear_cell_complex/include/CGAL/Hexahedral_subdivision.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ class Hexahedral_subdivision

Volume_info& volume_info(typename LCC::template Attribute_handle<3>::type ah)
{
#ifdef WITH_INDEX
// TODO template specialisation
#if 1 // WITH_INDEX
return m_volume_info[ah];
#else
return m_volume_info[ah->id()];
Expand Down

0 comments on commit 5ac9428

Please sign in to comment.