Skip to content

Commit

Permalink
Remove unused path
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrmrc committed May 24, 2024
1 parent c6a058b commit 9229c9f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions source/agglomeration_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -719,13 +719,6 @@ AgglomerationHandler<dim, spacedim>::create_agglomeration_sparsity_pattern(
}
}
}

if constexpr (std::is_same_v<SparsityPatternType, DynamicSparsityPattern>)
if (Utilities::MPI::job_supports_mpi())
SparsityTools::distribute_sparsity_pattern(dsp,
locally_owned_dofs,
communicator,
locally_relevant_dofs);
}


Expand Down

0 comments on commit 9229c9f

Please sign in to comment.