Skip to content

Commit 31a1d77

Browse files
authored
Merge pull request #6609 from danieldouglas92/fix_compat_warning
Fix compiler warning
2 parents f3c1c82 + 25c6b4c commit 31a1d77

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

source/compat.cc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -902,15 +902,10 @@ namespace aspect
902902
}
903903
}
904904

905-
#define INSTANTIATE(dim) \
906-
template void colorize_quarter_hyper_shell<dim>(Triangulation<dim> &, \
907-
const Point<dim> &, \
908-
const double , \
909-
const double) ;
910-
911-
ASPECT_INSTANTIATE(INSTANTIATE)
912-
913-
#undef INSTANTIATE
905+
template void colorize_quarter_hyper_shell<2>(Triangulation<2> &,
906+
const Point<2> &,
907+
const double,
908+
const double);
914909
}
915910

916911
#endif

0 commit comments

Comments
 (0)