Skip to content

Commit 0d29a1b

Browse files
authored
Merge pull request #230 from aglowacki/master
Added missing return statement
2 parents aff3e0e + 9dc51d5 commit 0d29a1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)