Skip to content

Commit

Permalink
STYLE: Update Libs/MRML/Logic/vtkMRMLSliceLogic.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
  • Loading branch information
lassoan and jcfr authored Dec 3, 2024
1 parent 8137f12 commit c50aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/MRML/Logic/vtkMRMLSliceLogic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ void vtkMRMLSliceLogic::GetBackgroundRASBox(double rasDimensions[3], double rasC
// Get the size of the volume, transformed to RAS space
void vtkMRMLSliceLogic::GetBackgroundSliceDimensions(double sliceDimensions[3], double sliceCenter[3])
{
vtkMRMLVolumeNode *backgroundNode = this->GetLayerVolumeNode(vtkMRMLSliceLogic::LayerBackground);
vtkMRMLVolumeNode* backgroundNode = this->GetLayerVolumeNode(vtkMRMLSliceLogic::LayerBackground);
this->GetVolumeSliceDimensions(backgroundNode, sliceDimensions, sliceCenter);
}

Expand Down

0 comments on commit c50aa9e

Please sign in to comment.