diff --git a/source/simulator/helper_functions.cc b/source/simulator/helper_functions.cc index 2fc0ee0b087..0d856bb7b04 100644 --- a/source/simulator/helper_functions.cc +++ b/source/simulator/helper_functions.cc @@ -2529,6 +2529,7 @@ namespace aspect template void Simulator::interpolate_onto_velocity_system(const TensorFunction<1,dim> &func, LinearAlgebra::Vector &vec);\ template void Simulator::apply_limiter_to_dg_solutions(const AdvectionField &advection_field); \ template void Simulator::compute_reactions(); \ + template void Simulator::initialize_current_linearization_point (); \ template void Simulator::interpolate_material_output_into_advection_field(const AdvectionField &adv_field); \ template void Simulator::check_consistency_of_formulation(); \ template void Simulator::replace_outflow_boundary_ids(const unsigned int boundary_id_offset); \