Skip to content

Commit de7fc43

Browse files
committed
Update unit test to new map_type
1 parent cac6350 commit de7fc43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/base/overlapping_coupling_test.C

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class OverlappingCouplingFunctor : public GhostingFunctor
6767
(const MeshBase::const_element_iterator & range_begin,
6868
const MeshBase::const_element_iterator & range_end,
6969
processor_id_type p,
70-
std::unordered_map<const Elem *,const CouplingMatrix*> & coupled_elements) override
70+
map_type & coupled_elements) override
7171
{
7272
std::unique_ptr<PointLocatorBase> sub_point_locator = _mesh.sub_point_locator();
7373

@@ -430,8 +430,8 @@ private:
430430

431431
OverlappingCouplingFunctor coupling_functor(system);
432432

433-
std::unordered_map<const Elem *,const CouplingMatrix*> subdomain_one_couplings;
434-
std::unordered_map<const Elem *,const CouplingMatrix*> subdomain_two_couplings;
433+
GhostingFunctor::map_type subdomain_one_couplings;
434+
GhostingFunctor::map_type subdomain_two_couplings;
435435

436436
coupling_functor( _mesh->active_subdomain_elements_begin(1),
437437
_mesh->active_subdomain_elements_end(1),

0 commit comments

Comments
 (0)