Skip to content

Commit f4416d6

Browse files
committed
Simplify coding style in sample_points
1 parent 05a3b6a commit f4416d6

File tree

4 files changed

+94
-153
lines changed

4 files changed

+94
-153
lines changed

R/HpolytopeSparseClass.R

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#' @name HpolytopeSparse-class
3636
#' @rdname HpolytopeSparse-class
3737
#' @exportClass HpolytopeSparse
38-
#' @importFrom "Matrix" "CsparseMatrix"
3938
HpolytopeSparse <- setClass (
4039
# Class name
4140
"HpolytopeSparse",

man/HpolytopeSparse-class.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Makevars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_CPPFLAGS=-Iexternal -Iexternal/lpSolve/src -Iexternal/minimum_ellipsoid -Ivolesti/include -Ivolesti/include/convex_bodies/spectrahedra
2-
PKG_CXXFLAGS= -DBOOST_NO_AUTO_PTR -DDISABLE_NLP_ORACLES
2+
PKG_CXXFLAGS= -DBOOST_NO_AUTO_PTR -DDISABLE_NLP_ORACLES -Wno-ignored-attributes
33

44
PKG_LIBS=-Lexternal/lpSolve/src -llp_solve -Lexternal/PackedCSparse/qd -lqd $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
55

0 commit comments

Comments
 (0)