[Rcpp-commits] r3437 - pkg/RcppEigen/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Dec 31 21:32:27 CET 2011


Author: dmbates
Date: 2011-12-31 21:32:24 +0100 (Sat, 31 Dec 2011)
New Revision: 3437

Modified:
   pkg/RcppEigen/inst/include/RcppEigenCholmod.h
Log:
Minor typo in a comment


Modified: pkg/RcppEigen/inst/include/RcppEigenCholmod.h
===================================================================
--- pkg/RcppEigen/inst/include/RcppEigenCholmod.h	2011-12-29 01:44:27 UTC (rev 3436)
+++ pkg/RcppEigen/inst/include/RcppEigenCholmod.h	2011-12-31 20:32:24 UTC (rev 3437)
@@ -295,7 +295,7 @@
      *	    i = 0: user-provided ordering (cholmod_analyze_p only)
      *	    i = 1: AMD (for both A and A*A')
      *	    i = 2: METIS
-ou     *	    i = 3: CHOLMOD's nested dissection (NESDIS), default parameters
+     *	    i = 3: CHOLMOD's nested dissection (NESDIS), default parameters
      *	    i = 4: natural
      *	    i = 5: NESDIS with nd_small = 20000
      *	    i = 6: NESDIS with nd_small = 4, no constrained minimum degree



More information about the Rcpp-commits mailing list