Skip to content

Commit 451678f

Browse files
committed
fallback prefix matching original prefix
1 parent c3cd732 commit 451678f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inst/include/Eigen/src/CholmodSupport/CholmodSupport.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
#ifndef EIGEN_CHOLMODSUPPORT_H
1111
#define EIGEN_CHOLMODSUPPORT_H
1212

13+
#ifndef R_MATRIX_CHOLMOD
14+
# define R_MATRIX_CHOLMOD(_NAME_) cholmod_ ## _NAME_
15+
#endif
16+
1317
namespace Eigen {
1418

1519
namespace internal {

0 commit comments

Comments
 (0)