Skip to content

Commit

Permalink
Merge pull request #13450 from zjiaqi2018/fix-instantiation
Browse files Browse the repository at this point in the history
Fix instantiation for add_entries_local_to_global
  • Loading branch information
bangerth committed Feb 25, 2022
2 parents dc79bc0 + fe0fdba commit 41d2294
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/lac/affine_constraints.inst.in
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@ for (S : REAL_AND_COMPLEX_SCALARS; SP : AFFINE_CONSTRAINTS_SP_BLOCK)
SP &,
const bool,
const Table<2, bool> &) const;

template void AffineConstraints<S>::add_entries_local_to_global<SP>(
const std::vector<AffineConstraints<S>::size_type> &,
const AffineConstraints<S> &,
const std::vector<AffineConstraints<S>::size_type> &,
SP &,
const bool,
const Table<2, bool> &) const;
}


Expand Down

0 comments on commit 41d2294

Please sign in to comment.