[Rcpp-commits] r1780 - pkg/Rcpp/inst/include/Rcpp/vector
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jul 5 13:29:47 CEST 2010
Author: romain
Date: 2010-07-05 13:29:47 +0200 (Mon, 05 Jul 2010)
New Revision: 1780
Modified:
pkg/Rcpp/inst/include/Rcpp/vector/Vector.h
Log:
oubli
Modified: pkg/Rcpp/inst/include/Rcpp/vector/Vector.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/vector/Vector.h 2010-07-05 11:26:50 UTC (rev 1779)
+++ pkg/Rcpp/inst/include/Rcpp/vector/Vector.h 2010-07-05 11:29:47 UTC (rev 1780)
@@ -374,7 +374,7 @@
}
void update_vector(){
- RCPP_DEBUG( "update_vector, VECTOR = %s", DEMANGLE(Vector) ) ;
+ RCPP_DEBUG_1( "update_vector, VECTOR = %s", DEMANGLE(Vector) ) ;
cache.update(*this) ;
}
More information about the Rcpp-commits
mailing list