Skip to content
Snippets Groups Projects
Commit cd6bc873 authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

update initial condition reader template

parent 8b2867ce
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #
...@@ -224,7 +224,7 @@ struct particles_system_build_container { ...@@ -224,7 +224,7 @@ struct particles_system_build_container {
// TODO P2P load particle data too // TODO P2P load particle data too
// Load particles from hdf5 // Load particles from hdf5
particles_input_hdf5<partsize_t, particles_rnumber, 3,3> generator(mpi_comm, fname_input, particles_input_hdf5<partsize_t, particles_rnumber, size_particle_positions, size_particle_rhs> generator(mpi_comm, fname_input,
inDatanameState, inDatanameRhs, my_spatial_low_limit_z, my_spatial_up_limit_z); inDatanameState, inDatanameRhs, my_spatial_low_limit_z, my_spatial_up_limit_z);
// Ensure parameters match the input file // Ensure parameters match the input file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment