[H5r-commits] r90 - R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 11 18:58:36 CET 2013


Author: extemporaneousb
Date: 2013-01-11 18:58:36 +0100 (Fri, 11 Jan 2013)
New Revision: 90

Modified:
   R/h5R.R
Log:
removed a print statement

Modified: R/h5R.R
===================================================================
--- R/h5R.R	2013-01-09 23:16:31 UTC (rev 89)
+++ R/h5R.R	2013-01-11 17:58:36 UTC (rev 90)
@@ -507,7 +507,6 @@
 }
 
 read1DSlabs <- function(h5Dataset, offsets, dims) {
-  print("calling read1DSlabs")
   .myCall("h5R_read_1d_slabs", .ePtr(h5Dataset), as.integer(offsets - 1), as.integer(dims))
 }
 



More information about the H5r-commits mailing list