[Genabel-commits] r1548 - branches/ProbABEL-0.50/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 20 22:21:36 CET 2014


Author: maartenk
Date: 2014-01-20 22:21:36 +0100 (Mon, 20 Jan 2014)
New Revision: 1548

Modified:
   branches/ProbABEL-0.50/src/cholesky.cpp
Log:
removed the register keyword since this is not functional and produce warnings in c++11

Modified: branches/ProbABEL-0.50/src/cholesky.cpp
===================================================================
--- branches/ProbABEL-0.50/src/cholesky.cpp	2014-01-20 20:55:49 UTC (rev 1547)
+++ branches/ProbABEL-0.50/src/cholesky.cpp	2014-01-20 21:21:36 UTC (rev 1548)
@@ -100,8 +100,8 @@
     }
 
     int n = matrix.ncol;
-    register double temp;
-    register int i, j, k;
+    double temp;
+    int i, j, k;
 
     /*
      ** invert the cholesky in the lower triangle



More information about the Genabel-commits mailing list