Skip to content
Snippets Groups Projects
Commit 82e10709 authored by System User's avatar System User
Browse files

Minor change

parent bdd098f8
Branches
Tags
No related merge requests found
...@@ -1562,7 +1562,8 @@ private: ...@@ -1562,7 +1562,8 @@ private:
CloseDataSet(); CloseDataSet();
H5::CommonFG* fg = GetTopOrFile<H5::CommonFG>(); H5::CommonFG* fg = GetTopOrFile<H5::CommonFG>();
if (!fg) if (!fg)
throw NexusException("can't open a group without a parent group or file", "NexusFileImpl::PrivOpenGroup"); throw NexusException(yat::SFormat("can't open group ({}({}) in {}) without a parent group or file")
% groupName % className % file_path_, "NexusFileImpl::PrivOpenGroup");
/// open the group /// open the group
H5::Group group = fg->openGroup(groupName); H5::Group group = fg->openGroup(groupName);
/// check group class /// check group class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment