Skip to content

Commit

Permalink
Make doxygen happy
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellerhase committed Sep 19, 2024
1 parent 6009da7 commit ba75f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/dolfinx/refinement/refine.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace dolfinx::refinement
/// @param[in] cells Lists of cells of each cell type.
/// @return Destination ranks for each cell on this process
graph::AdjacencyList<std::int32_t> maintain_coarse_partitioner(
MPI_Comm comm, int, const std::vector<mesh::CellType>& cell_types,
MPI_Comm comm, int nparts, const std::vector<mesh::CellType>& cell_types,
const std::vector<std::span<const std::int64_t>>& cell_topology);

/// @brief Refine with markers, optionally redistributing, and
Expand Down

0 comments on commit ba75f6a

Please sign in to comment.