Skip to content

Commit 7c434ae

Browse files
BUG: ITKImportFijiMontage: Fixing incorrect DataPath that was causing a crash. (BlueQuartzSoftware#833)
Signed-off-by: Joey Kleingers <[email protected]>
1 parent 7060dca commit 7c434ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/ITKImageProcessing/src/ITKImageProcessing/Filters/Algorithms/ITKImportFijiMontage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class IOHandler
196196
}
197197
else
198198
{
199-
imageDataPath = DataPath({bound.ImageName, bound.ImageName, m_InputValues->cellAMName, m_InputValues->imageDataArrayName});
199+
imageDataPath = DataPath({bound.ImageName, m_InputValues->cellAMName, m_InputValues->imageDataArrayName});
200200
}
201201

202202
// Ensure that we are dealing with in-core memory ONLY

0 commit comments

Comments
 (0)