[Rcpp-commits] r4421 - pkg/RcppArmadillo/inst/include/RcppArmadilloExtensions

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Aug 3 21:38:02 CEST 2013


Author: edd
Date: 2013-08-03 21:38:02 +0200 (Sat, 03 Aug 2013)
New Revision: 4421

Modified:
   pkg/RcppArmadillo/inst/include/RcppArmadilloExtensions/sample.h
Log:
standardize emacs and jedit settings header
rolled copyright


Modified: pkg/RcppArmadillo/inst/include/RcppArmadilloExtensions/sample.h
===================================================================
--- pkg/RcppArmadillo/inst/include/RcppArmadilloExtensions/sample.h	2013-08-03 19:37:19 UTC (rev 4420)
+++ pkg/RcppArmadillo/inst/include/RcppArmadilloExtensions/sample.h	2013-08-03 19:38:02 UTC (rev 4421)
@@ -1,11 +1,12 @@
-// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
+/* :tabSize=4:indentSize=4:noTabs=false:folding=explicit:collapseFolds=1: */
 //
 // sample.cpp: Rcpp/Armadillo equivalent to R's sample().  
 // This is to be used in C++ functions, and should *not* be called from R.
 // It should yield identical results to R in most cases
 // (note that Walker's alias method is not implemented).
 //
-// Copyright (C)  2012 -2013  Christian Gunning
+// Copyright (C)  2012 - 2013  Christian Gunning
 //
 // This file is part of RcppArmadillo.
 //



More information about the Rcpp-commits mailing list