Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswhitfield committed Jan 21, 2025
1 parent 48d482b commit 3359aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/DataHandling/src/LoadSassena.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ HistogramData::Points LoadSassena::loadQvectors(const H5::H5File &h5file, const

hsize_t dims[3];
try {
dataSetInfo(h5file, setName, dims);
this->dataSetInfo(h5file, setName, dims);
} catch (H5::Exception &) {
throw Kernel::Exception::FileError("Unable to read " + setName + " dataset info:", m_filename);
}
Expand Down Expand Up @@ -216,7 +216,7 @@ void LoadSassena::loadFQT(const H5::H5File &h5file, const API::WorkspaceGroup_sp

hsize_t dims[3];
try {
dataSetInfo(h5file, setName, dims);
this->dataSetInfo(h5file, setName, dims);
} catch (H5::Exception &) {
this->g_log.error("Unable to read " + setName + " dataset info");
this->g_log.error("LoadSassena::loadFQT cannot proceed");
Expand Down

0 comments on commit 3359aa9

Please sign in to comment.