[Genabel-commits] r1039 - pkg/ProbABEL/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 5 23:09:56 CET 2012


Author: maartenk
Date: 2012-12-05 23:09:56 +0100 (Wed, 05 Dec 2012)
New Revision: 1039

Modified:
   pkg/ProbABEL/src/command_line_settings.cpp
Log:
prints version number of EIGEN at start of program

Modified: pkg/ProbABEL/src/command_line_settings.cpp
===================================================================
--- pkg/ProbABEL/src/command_line_settings.cpp	2012-12-03 22:52:22 UTC (rev 1038)
+++ pkg/ProbABEL/src/command_line_settings.cpp	2012-12-05 22:09:56 UTC (rev 1039)
@@ -10,6 +10,9 @@
 #include <iostream>
 #include "usage.h"
 #include "command_line_settings.h"
+#if EIGEN
+#include "eigen_mematrix.h"
+#endif
 
 // config.h and fvlib/FileVector.h are included for the upper case variables
 #if HAVE_CONFIG_H
@@ -245,7 +248,9 @@
          << "\n(C) Yurii Aulchenko, Lennart C. Karssen, Maksim Struchalin, "
          << "EMCR\n\n";
 #if EIGEN
-    cout << "Using EIGEN for matrix operations\n";
+    cout << "Using EIGEN version "<<EIGEN_WORLD_VERSION
+         <<"."<<EIGEN_MAJOR_VERSION<<"."<<EIGEN_MINOR_VERSION
+         << " for matrix operations\n";
 #endif
 
     if (neco[0] != 1 || neco[1] != 1 || neco[2] != 1)



More information about the Genabel-commits mailing list