Skip to content

Commit 503b999

Browse files
committed
Restore accidentally removed line from imageset.h
1 parent ef07e80 commit 503b999

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dxtbx/imageset.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ class ImageSetData {
462462
// Get the class name
463463
std::string name =
464464
boost::python::extract<std::string>(obj[0].attr("__class__").attr("__name__"))();
465+
465466
// Read the image
466467
ImageBuffer buffer;
467468
if (name == "double") {

0 commit comments

Comments
 (0)