Fix a couple of warnings

This commit is contained in:
Gael Guennebaud
2013-06-21 19:06:45 +02:00
parent 620e4277bc
commit dd964ec08c
5 changed files with 5 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ public:
typedef Block<Coefficients,AmbientDimAtCompileTime,1> NormalReturnType;
/** Default constructor without initialization */
inline explicit Hyperplane() {}
inline Hyperplane() {}
/** Constructs a dynamic-size hyperplane with \a _dim the dimension
* of the ambient space */