Skip to content
Snippets Groups Projects
Commit 1a0631c8 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

MAke hdf5 lib error message more specific

parent d8cfb037
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
#include <CommonLibHeader.h>
#define PROCESS_ERROR std::cerr << error.getCDetailMsg() << std::endl; return -1
#define CHECK_ERROR(x) if (x) std::cerr << "Error at HDFRecording " << __LINE__ << std::endl;
#define CHECK_ERROR(x) if (x) std::cerr << "Error at " << __FILE__ " " << __LINE__ << std::endl;
#ifndef CHUNK_XSIZE
#define CHUNK_XSIZE 2048
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment