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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 11 14:50:34 CET 2012


Author: lckarssen
Date: 2012-12-11 14:50:34 +0100 (Tue, 11 Dec 2012)
New Revision: 1047

Modified:
   pkg/ProbABEL/src/mematri1.h
Log:
ProbABEL: Some code beautification in the mematri1.h file. No functional changes.

Modified: pkg/ProbABEL/src/mematri1.h
===================================================================
--- pkg/ProbABEL/src/mematri1.h	2012-12-11 13:36:51 UTC (rev 1046)
+++ pkg/ProbABEL/src/mematri1.h	2012-12-11 13:50:34 UTC (rev 1047)
@@ -5,7 +5,7 @@
 #include <string>
 #include <cstdarg>
 #include <cstdio>
-#include <cstdlib>
+
 //
 // constructors
 //
@@ -49,7 +49,8 @@
                 M.nrow, M.ncol);
         exit(1);
     }
-    //	fprintf(stderr,"mematrix const(mematrix): can allocate memory (%d,%d)\n",M.nrow,M.ncol);
+    //	std::cerr << "mematrix const(mematrix): can allocate memory ("
+    //            << M.nrow << "," << M.ncol << ")\n";
     for (int i = 0; i < M.ncol * M.nrow; i++)
         data[i] = M.data[i];
 }
@@ -607,4 +608,4 @@
     return sum2 / (M.nelements - 1);
 }
 //_________Maksim____________
-#endif
+#endif /* MEMATRI1_H */



More information about the Genabel-commits mailing list