Skip to content
Snippets Groups Projects
Commit 24993778 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

changes function name

parent 769bb5e1
Branches
Tags
No related merge requests found
Pipeline #94650 passed
......@@ -374,7 +374,7 @@ int hdf5_tools::write_particle_ID_pairs_with_single_rank(
}
template <class real_number>
int hdf5_tools::write_vector(
int hdf5_tools::write_vector_with_single_rank(
const std::vector<real_number> v,
const hid_t group,
const std::string dset_name)
......@@ -463,7 +463,8 @@ int hdf5_tools::write_particle_ID_pairs_with_single_rank(
const std::string dset_name);
template
int hdf5_tools::write_vector(
int hdf5_tools::write_vector_with_single_rank(
const std::vector<double> v,
const hid_t group,
const std::string dset_name);
......@@ -101,7 +101,7 @@ namespace hdf5_tools
const std::string dset_name);
template <class real_number>
int write_vector(
int write_vector_with_single_rank(
const std::vector<real_number> v,
const hid_t group,
const std::string dset_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment