Skip to content

Commit

Permalink
Cleanup return and comment out aps_roi
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Nov 3, 2023
1 parent 8adfe6a commit 873f91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gstar/Annotation/UProbeRegionGraphicsItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ QRectF UProbeRegionGraphicsItem::boundingRect() const
regionSize);
}
}

return QRectF();
}

/*---------------------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion src/mvc/MapsWorkspaceModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "core/GlobalThreadPool.h"
#include <QRegularExpression>
#include "io/file/hdf5_io.h"
#include "io/file/aps/aps_roi.h"
//#include "io/file/aps/aps_roi.h"
// confocal, emd, gsecars gsecars
std::vector<std::string> raw_h5_groups = {"2D Scan", "/Data/Image", "xrmmap", "xrfmap" };

Expand Down

0 comments on commit 873f91a

Please sign in to comment.