Skip to content

Commit

Permalink
Fix typos (#3526)
Browse files Browse the repository at this point in the history
* Safe default value for unbound variables in dolfinx.conf

* Fix typos

---------

Co-authored-by: Garth N. Wells <[email protected]>
  • Loading branch information
mleoni-pf and garth-wells authored Nov 22, 2024
1 parent ceefabb commit 80d481e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/dolfinx/common/Scatterer.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ namespace dolfinx::common
/// @brief A Scatterer supports the MPI scattering and gathering of data
/// that is associated with a common::IndexMap.
///
/// Scatter and gather operations uses MPI neighbourhood collectives.
/// The implementation is designed is for sparse communication patterns,
/// as it typical of patterns based on and IndexMap.
/// Scatter and gather operations use MPI neighbourhood collectives.
/// The implementation is designed for sparse communication patterns,
/// as it typical of patterns based on an IndexMap.
template <class Allocator = std::allocator<std::int32_t>>
class Scatterer
{
Expand Down

0 comments on commit 80d481e

Please sign in to comment.