Skip to content

Commit

Permalink
Merge pull request #5597 from bangerth/virtual
Browse files Browse the repository at this point in the history
Call non-virtual function.
  • Loading branch information
gassmoeller authored Mar 11, 2024
2 parents cae164a + 025144e commit 845dd6d
Show file tree
Hide file tree
Showing 3 changed files with 2,183 additions and 2,183 deletions.
6 changes: 3 additions & 3 deletions source/compat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,9 @@ namespace aspect
{
for (unsigned int row = 0; row < weight_rows; ++row)
new_points[row] =
get_intermediate_point(surrounding_points[0],
surrounding_points[1],
weights[row * weight_columns + 1]);
SphericalManifold<dim, spacedim>::get_intermediate_point(surrounding_points[0],
surrounding_points[1],
weights[row * weight_columns + 1]);
return;
}

Expand Down
Loading

0 comments on commit 845dd6d

Please sign in to comment.