Skip to content
Snippets Groups Projects
Commit 2448531b authored by Berenger Bramas's avatar Berenger Bramas
Browse files

update particles builder to enable spline up to 10

parent 3591504c
Branches
Tags
1 merge request!21Bugfix/nansampling
......@@ -244,7 +244,7 @@ inline std::unique_ptr<abstract_particles_system<partsize_t, particles_rnumber>>
MPI_Comm mpi_comm,
const int in_current_iteration){
return Template_double_for_if::evaluate<std::unique_ptr<abstract_particles_system<partsize_t, particles_rnumber>>,
int, 1, 7, 1, // interpolation_size
int, 1, 11, 1, // interpolation_size
int, 0, 3, 1, // spline_mode
particles_system_build_container<partsize_t, field_rnumber,be,particles_rnumber>>(
interpolation_size, // template iterator 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment