Skip to content

Commit

Permalink
Merge pull request #136 from aghayoor/bfitSlicer
Browse files Browse the repository at this point in the history
BUG: fix BRAINSFitTest_ROIBSpline test failure
  • Loading branch information
aghayoor committed Aug 20, 2014
2 parents d457e04 + d952883 commit 7aba5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BRAINSCommonLib/BRAINSFitHelperTemplate.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ BRAINSFitHelperTemplate<FixedImageType, MovingImageType>::Update(void)

bsplineTx->SetIdentity();

std::cout << "Initialized BSpline transform is set to identity." << std::endl;
std::cout << "Initialized BSpline transform is set to be an identity transform." << std::endl;
std::cout << " - Number of parameters = "
<< bsplineTx->GetNumberOfParameters() << std::endl << std::endl;
//std::cout << "Intial Parameters = " << std::endl
Expand Down
1 change: 1 addition & 0 deletions TestData/BRAINSFitTest_ROIBSpline.test.nrrd.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
acbf431bfc1aed8834b0e2fba8afe483

0 comments on commit 7aba5b1

Please sign in to comment.