Skip to content

Commit

Permalink
Also remove explicit instantiations
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 29, 2022
1 parent d40cab8 commit 1dbabce
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions source/grid/cell_id.inst.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@



for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
{
#if deal_II_dimension <= deal_II_space_dimension
template Triangulation<deal_II_dimension,
deal_II_space_dimension>::cell_iterator
CellId::to_cell(
const Triangulation<deal_II_dimension, deal_II_space_dimension> &tria)
const;
#endif
}

for (deal_II_dimension : DIMENSIONS)
{
template CellId::binary_type CellId::to_binary<deal_II_dimension>() const;
Expand Down

0 comments on commit 1dbabce

Please sign in to comment.