aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-03 11:34:45 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-03 11:34:45 -0500
commit0182695204292540931d4b180a8cb58038f1c735 (patch)
tree472756ec9e6f3d9569d533e7e4050a501d515240 /test/cholesky.cpp
parenta77872dd6c50282ec84e81c2987a5442218fcf8a (diff)
move cholesky to ei_xxx_return_value
Diffstat (limited to 'test/cholesky.cpp')
-rw-r--r--test/cholesky.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cholesky.cpp b/test/cholesky.cpp
index 83f7e0492..c3ef96752 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -22,7 +22,10 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
+#ifndef EIGEN_NO_ASSERTION_CHECKING
#define EIGEN_NO_ASSERTION_CHECKING
+#endif
+
#include "main.h"
#include <Eigen/Cholesky>
#include <Eigen/QR>