Skip to content

Commit 1e505a1

Browse files
committed
Remove unused typedef
1 parent 1c59be9 commit 1e505a1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

inst/include/diffusr.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ using Eigen::ArrayXd;
3838
using Eigen::SparseMatrix;
3939

4040
typedef Eigen::MappedSparseMatrix<double> MSpMat;
41-
typedef Eigen::Map<MatrixXd> MMatrixXd;
41+
// typedef Eigen::Map<MatrixXd> MMatrixXd;
4242
typedef Eigen::SparseMatrix<double> SpMat;
43-
typedef Eigen::SparseMatrix<int> SpMati;
4443
typedef Eigen::Map<VectorXd> MVectorXd;
44+
45+
#ifndef RCPP_diffusr_H_GEN_
46+
#define RCPP_diffusr_H_GEN_
47+
48+
#include "diffusr_RcppExports.h"
49+
50+
#endif // RCPP_diffusr_H_GEN_

0 commit comments

Comments
 (0)