Skip to content

Commit 9dc51d5

Browse files
author
Arthur Glowacki
committed
Added missing return statement
1 parent 3575466 commit 9dc51d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io/file/hdf5_io.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ bool HDF5_IO::polar_copy_raw(const std::string filename)
553553
logW << "Failed to copy from /entry to /MAPS/Raw\n";
554554
}
555555
_close_h5_objects(close_map);
556+
return true;
556557
}
557558

558559
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)