tgouhier / biwavelet

R package to conduct univariate and bivariate wavelet analyses
43 stars 17 forks source link

ISO C++ does not allow VLA #60

Closed vsimko closed 8 years ago

vsimko commented 8 years ago

The following VLA(variable length allocation) was used in rcpp_row_quantile.cpp:

double rowData[rowLen];

this is forbidden in ISO C++