Skip to content

Commit

Permalink
Merge pull request geodynamics#4603 from bangerth/instantiation
Browse files Browse the repository at this point in the history
Add missing instantiation.
  • Loading branch information
naliboff authored May 17, 2022
2 parents 1b858bb + 57a96fd commit 4338460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/postprocess/visualization.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,8 @@ namespace aspect
namespace VisualizationPostprocessors
{
#define INSTANTIATE(dim) \
template class Interface<dim>;
template class Interface<dim>; \
template class CellDataVectorCreator<dim>;

ASPECT_INSTANTIATE(INSTANTIATE)

Expand Down

0 comments on commit 4338460

Please sign in to comment.