Skip to content

Commit bfaccff

Browse files
cyrilmorySimonRit
authored andcommitted
DOC: Fix comment in rtkmcrooster.cxx
1 parent 66f150a commit bfaccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/rtkmcrooster/rtkmcrooster.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ main(int argc, char * argv[])
113113
inputFilter->GetOutput()->GetLargestPossibleRegion().GetSize(3));
114114
TRY_AND_EXIT_ON_ITK_EXCEPTION(signalToInterpolationWeights->Update())
115115

116-
// Create the 4DROOSTER filter, connect the basic inputs, and set the basic parameters
116+
// Create the MCROOSTER filter, connect the basic inputs, and set the basic parameters
117117
auto mcrooster =
118118
rtk::MotionCompensatedFourDROOSTERConeBeamReconstructionFilter<VolumeSeriesType, ProjectionStackType>::New();
119119
SetForwardProjectionFromGgo(args_info, mcrooster.GetPointer());

0 commit comments

Comments
 (0)