Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f9dadbf5 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

documentation

parent 5a5d729e
No related branches found
No related tags found
No related merge requests found
......@@ -240,10 +240,9 @@ namespace scalfmm::algorithms
using matrix_type = typename matrix_kernel_type::template matrix_type<value_type>;
static_assert(matrix_kernel_type::km == source_particle_type::inputs_size,
"Different input size between Matrix kernel and container!");
"Different input size between Matrix kernel and source container!");
static_assert(matrix_kernel_type::kn == target_particle_type::outputs_size,
"Different output size between Matrix kernel and container!");
"Different output size between Matrix kernel and target container!");
static constexpr std::size_t inputs_size = matrix_kernel_type::km;
static constexpr std::size_t outputs_size = matrix_kernel_type::kn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment