We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c340f commit 623ce8cCopy full SHA for 623ce8c
1 file changed
applications/HDF5Application/custom_io/hdf5_file.cpp
@@ -46,7 +46,7 @@
46
const H5E_error_t* p_error_descriptor, \
47
void* p_stream) -> herr_t { \
48
std::stringstream& r_stream = *static_cast<std::stringstream*>(p_stream); \
49
- if (not depth) r_stream << p_error_descriptor->desc << "\n"; \
+ if (!depth) r_stream << p_error_descriptor->desc << "\n"; \
50
r_stream << "in file " << p_error_descriptor->file_name \
51
<< ":" << p_error_descriptor->line \
52
<< " in function " << p_error_descriptor->func_name << "\n"; \
0 commit comments