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

remove unused variables

parent 15b61bf5
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #
...@@ -34,9 +34,7 @@ int postprocess::main_loop(void) ...@@ -34,9 +34,7 @@ int postprocess::main_loop(void)
int postprocess::read_parameters() int postprocess::read_parameters()
{ {
hid_t parameter_file; hid_t parameter_file;
hid_t dset, memtype, space;
char fname[256]; char fname[256];
char *string_data;
sprintf(fname, "%s.h5", this->simname.c_str()); sprintf(fname, "%s.h5", this->simname.c_str());
parameter_file = H5Fopen(fname, H5F_ACC_RDONLY, H5P_DEFAULT); parameter_file = H5Fopen(fname, H5F_ACC_RDONLY, H5P_DEFAULT);
this->dealias_type = hdf5_tools::read_value<int>( this->dealias_type = hdf5_tools::read_value<int>(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment