From 4241dddee9835140a4fd894434b30e42e16f47a2 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 30 Sep 2007 16:45:40 +0000 Subject: [PATCH] temporarily remove division unit-tests. they caused div-by-zero's , reported by Michael Olbrich. The solution will consist in adding a real Traits system. --- test/matrixops.cpp | 1 - test/vectorops.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/matrixops.cpp b/test/matrixops.cpp index 9df827a2d..8dc1aad83 100644 --- a/test/matrixops.cpp +++ b/test/matrixops.cpp @@ -48,7 +48,6 @@ template void vectorOps(const VectorType& v) a += b; a -= b + b; a *= s; - b /= s; a += (a + a).eval(); }