Skip to content

Commit 088c2c4

Browse files
committed
BUG: When reading a legacy NeighborList, the incorrect group was passed to the reader
1 parent 2729ec1 commit 088c2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplnx/Utilities/Parsing/DREAM3D/Dream3dIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ Result<> finishImportingLegacyArray(DataStructure& dataStructure, const nx::core
12701270
auto dataArraySet = amGroup.openDataset(dataPath.getTargetName());
12711271
if(isLegacyNeighborList(dataArraySet))
12721272
{
1273-
return finishImportingLegacyNeighborList(dataStructure, parentReader, dataArraySet, dataPath);
1273+
return finishImportingLegacyNeighborList(dataStructure, amGroup, dataArraySet, dataPath);
12741274
}
12751275
else if(isLegacyStringArray(dataArraySet))
12761276
{

0 commit comments

Comments
 (0)