Commit d5cc2e86 authored by gbalduzz's avatar gbalduzz
Browse files

turn off HDF5 automatic error messages for all calling threads.

parent f96f12dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ public:
  }

  void lock() {
    H5::Exception::dontPrint();
    mutex_.lock();
  }