Skip to content

Commit 623ce8c

Browse files
committed
This is not a valid sintax in c++
1 parent e4c340f commit 623ce8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/HDF5Application/custom_io/hdf5_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
const H5E_error_t* p_error_descriptor, \
4747
void* p_stream) -> herr_t { \
4848
std::stringstream& r_stream = *static_cast<std::stringstream*>(p_stream); \
49-
if (not depth) r_stream << p_error_descriptor->desc << "\n"; \
49+
if (!depth) r_stream << p_error_descriptor->desc << "\n"; \
5050
r_stream << "in file " << p_error_descriptor->file_name \
5151
<< ":" << p_error_descriptor->line \
5252
<< " in function " << p_error_descriptor->func_name << "\n"; \

0 commit comments

Comments
 (0)