@@ -452,17 +452,14 @@ BEGIN_RCPP
452452END_RCPP
453453}
454454// struct_equiv_cpp
455- List struct_equiv_cpp (const arma::sp_mat& graph, double v, bool unscaled, bool inv, double invrep );
456- RcppExport SEXP _netdiffuseR_struct_equiv_cpp (SEXP graphSEXP, SEXP vSEXP, SEXP unscaledSEXP, SEXP invSEXP, SEXP invrepSEXP ) {
455+ List struct_equiv_cpp (const arma::sp_mat& graph, double v);
456+ RcppExport SEXP _netdiffuseR_struct_equiv_cpp (SEXP graphSEXP, SEXP vSEXP) {
457457BEGIN_RCPP
458458 Rcpp::RObject rcpp_result_gen;
459459 Rcpp::RNGScope rcpp_rngScope_gen;
460460 Rcpp::traits::input_parameter< const arma::sp_mat& >::type graph (graphSEXP);
461461 Rcpp::traits::input_parameter< double >::type v (vSEXP);
462- Rcpp::traits::input_parameter< bool >::type unscaled (unscaledSEXP);
463- Rcpp::traits::input_parameter< bool >::type inv (invSEXP);
464- Rcpp::traits::input_parameter< double >::type invrep (invrepSEXP);
465- rcpp_result_gen = Rcpp::wrap (struct_equiv_cpp (graph, v, unscaled, inv, invrep));
462+ rcpp_result_gen = Rcpp::wrap (struct_equiv_cpp (graph, v));
466463 return rcpp_result_gen;
467464END_RCPP
468465}
@@ -552,7 +549,7 @@ static const R_CallMethodDef CallEntries[] = {
552549 {" _netdiffuseR_vertex_mahalanobis_dist_cpp" , (DL_FUNC ) &_netdiffuseR_vertex_mahalanobis_dist_cpp, 3 },
553550 {" _netdiffuseR_vertex_covariate_compare" , (DL_FUNC ) &_netdiffuseR_vertex_covariate_compare, 3 },
554551 {" _netdiffuseR_moran_cpp" , (DL_FUNC ) &_netdiffuseR_moran_cpp, 2 },
555- {" _netdiffuseR_struct_equiv_cpp" , (DL_FUNC ) &_netdiffuseR_struct_equiv_cpp, 5 },
552+ {" _netdiffuseR_struct_equiv_cpp" , (DL_FUNC ) &_netdiffuseR_struct_equiv_cpp, 2 },
556553 {" _netdiffuseR_matrix_compareCpp" , (DL_FUNC ) &_netdiffuseR_matrix_compareCpp, 3 },
557554 {" _netdiffuseR_struct_test_mean" , (DL_FUNC ) &_netdiffuseR_struct_test_mean, 3 },
558555 {" _netdiffuseR_struct_test_var" , (DL_FUNC ) &_netdiffuseR_struct_test_var, 3 },
0 commit comments