Skip to content

Commit

Permalink
test adding this function back
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 25, 2024
1 parent ebdbf20 commit 1238353
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/invariantImageSimilarity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ SEXP invariantSimilarityHelper(
SEXP r_doreflection, SEXP r_txfn,
typename itk::Image< float , ImageDimension >::Pointer imageMask = nullptr )
{
/*
unsigned int mibins = 20;
unsigned int localSearchIterations =
Rcpp::as< unsigned int >( r_lsits ) ;
Expand Down Expand Up @@ -523,10 +522,6 @@ SEXP invariantSimilarityHelper(
outMat( 0, 0 ) = 0;
return Rcpp::wrap( outMat );
}
*/
Rcpp::NumericMatrix outMat( 1, 1 );
outMat( 0, 0 ) = 0;
return Rcpp::wrap( outMat );
}

// [[Rcpp::export]]
Expand Down

0 comments on commit 1238353

Please sign in to comment.