~ubuntu-branches/ubuntu/trusty/r-cran-rcpparmadillo/trusty

« back to all changes in this revision

Viewing changes to inst/include/armadillo_bits/field_meat.hpp

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2014-01-21 19:54:51 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140121195451-gz23ztm2tfoefi6r
Tags: 0.4.000.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1109
1109
        ? ( (float(n_rows_in) * float(n_cols_in)) > float(ARMA_MAX_UWORD) )
1110
1110
        : false
1111
1111
      ),
1112
 
    "field::init(): requested size is too large"
 
1112
    "field::init(): requested size is too large; suggest to enable ARMA_64BIT_WORD"
1113
1113
    );
1114
1114
  
1115
1115
  const uword n_elem_new = n_rows_in * n_cols_in;