Skip to content

Commit

Permalink
Remove some more extra dealii:: qualifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
drwells committed Mar 22, 2023
1 parent dac3d49 commit 67ac16f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/deal.II/multigrid/multigrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ namespace internal
typename OtherVectorType>
std::enable_if_t<TRANSFER::supports_dof_handler_vector>
vmult(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
dealii::Multigrid<VectorType> & multigrid,
Multigrid<VectorType> & multigrid,
const TRANSFER & transfer,
OtherVectorType & dst,
const OtherVectorType & src,
Expand Down Expand Up @@ -741,7 +741,7 @@ namespace internal
typename OtherVectorType>
void
vmult(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
dealii::Multigrid<VectorType> & multigrid,
Multigrid<VectorType> & multigrid,
const TRANSFER & transfer,
OtherVectorType & dst,
const OtherVectorType & src,
Expand Down Expand Up @@ -769,7 +769,7 @@ namespace internal
typename OtherVectorType>
std::enable_if_t<TRANSFER::supports_dof_handler_vector>
vmult_add(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
dealii::Multigrid<VectorType> & multigrid,
Multigrid<VectorType> & multigrid,
const TRANSFER & transfer,
OtherVectorType & dst,
const OtherVectorType & src,
Expand Down Expand Up @@ -802,7 +802,7 @@ namespace internal
typename OtherVectorType>
void
vmult_add(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
dealii::Multigrid<VectorType> & multigrid,
Multigrid<VectorType> & multigrid,
const TRANSFER & transfer,
OtherVectorType & dst,
const OtherVectorType & src,
Expand Down

0 comments on commit 67ac16f

Please sign in to comment.