Skip to content

Commit

Permalink
Include algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Oct 30, 2023
1 parent 1f5a248 commit 09303f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/assemble_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// SPDX-License-Identifier: MIT

#include "assemble_utils.h"
#include <algorithm>
#include <assert.h>
std::vector<std::int32_t> dolfinx_mpc::compute_local_slave_index(
std::span<const std::int32_t> slaves, const std::uint32_t num_dofs,
Expand Down

0 comments on commit 09303f0

Please sign in to comment.