diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp
index 511e3275f4f59846e74947a7c0e5530eb806d5be..556215de1c5bac47746ac4da5141107173232213 100644
--- a/Numeric/fullMatrix.cpp
+++ b/Numeric/fullMatrix.cpp
@@ -17,15 +17,7 @@
 #define F77NAME(x) (x##_)
 #endif
 
-
-
-/*==============================================================================
- * This file improves methods for fullVector and fullMatrix using
- *  - BLAS : Basic Linear Algebra Subprograms
- *  - LAPACK : Linear Algebra PACKage
- *============================================================================*/
-
-
+// Specialisation of fullVector/Matrix operations using BLAS and LAPACK
 
 #if defined(HAVE_BLAS)
 
@@ -319,12 +311,6 @@ bool fullMatrix<double>::svd(fullMatrix<double> &V, fullVector<double> &S)
 
 #endif
 
-
-
-/*==============================================================================
- * BINDINGS
- *============================================================================*/
-
 #include "Bindings.h"
 
 template<>