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

fix parameter location

parent d31003f9
Branches
Tags
1 merge request!23WIP: Feature/use cmake
Pipeline #36070 passed
......@@ -36,7 +36,7 @@ int field_single_to_double<rnumber>::initialize(void)
DEBUG_MSG("before read_vector\n");
this->iteration_list = hdf5_tools::read_vector<int>(
parameter_file,
"/get_rfields/parameters/iteration_list");
"/field_single_to_double/parameters/iteration_list");
H5Fclose(parameter_file);
return EXIT_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment