[Rcpp-devel] [Rcpp-commits] r361 - pkg/inst/examples/ConvolveBenchmarks

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 13 02:58:46 CET 2010


Author: edd
Date: 2010-01-13 02:58:45 +0100 (Wed, 13 Jan 2010)
New Revision: 361

Modified:
   pkg/inst/examples/ConvolveBenchmarks/convolve7_c.c
Log:
remove unused vars, pretty-print result and use all.equal rather than identical

Modified: pkg/inst/examples/ConvolveBenchmarks/convolve7_c.c
===================================================================
--- pkg/inst/examples/ConvolveBenchmarks/convolve7_c.c	2010-01-12 20:37:38 UTC (rev 360)
+++ pkg/inst/examples/ConvolveBenchmarks/convolve7_c.c	2010-01-13 01:58:45 UTC (rev 361)
@@ -7,7 +7,6 @@
 SEXP convolve7(SEXP a, SEXP b)
 {
     int i, j, na, nb, nab;
-    double *xa, *xb, *xab;
     SEXP ab;
 
     PROTECT(a = AS_NUMERIC(a));

_______________________________________________
Rcpp-commits mailing list
Rcpp-commits at lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-commits


More information about the Rcpp-devel mailing list