Skip to content

Commit 2298e51

Browse files
ioluvthewtex
authored andcommitted
BUG: Corret GetTrueDepth function call
1 parent 28ba613 commit 2298e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/IntersonArrayCxxImagingContainer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ double
427427
Container
428428
::GetTrueDepth() const
429429
{
430-
return Impl->GetMmPerPixel();
430+
return Impl->GetTrueDepth();
431431
}
432432

433433

0 commit comments

Comments
 (0)