From c4605fbfba3da7d5320e2a7fc9d2445d0e2b894c Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Mon, 19 Mar 2018 17:10:21 +0100 Subject: [PATCH] remove unused variables --- bfps/cpp/full_code/postprocess.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/bfps/cpp/full_code/postprocess.cpp b/bfps/cpp/full_code/postprocess.cpp index b7193bee..cb04a030 100644 --- a/bfps/cpp/full_code/postprocess.cpp +++ b/bfps/cpp/full_code/postprocess.cpp @@ -34,9 +34,7 @@ int postprocess::main_loop(void) int postprocess::read_parameters() { hid_t parameter_file; - hid_t dset, memtype, space; char fname[256]; - char *string_data; sprintf(fname, "%s.h5", this->simname.c_str()); parameter_file = H5Fopen(fname, H5F_ACC_RDONLY, H5P_DEFAULT); this->dealias_type = hdf5_tools::read_value<int>( -- GitLab