~ubuntu-branches/ubuntu/saucy/fftw3/saucy

« back to all changes in this revision

Viewing changes to genfft/genutil.ml

Tags: 3.3.3-2ubuntu1
* Merge with Debian (LP: #1088051), remaining changes:
  - remove the mpi packages not suitable for main

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
  else
325
325
    Twiddle.twinstr_to_c_string x
326
326
 
327
 
let make_volatile_stride x = C.CCall ("MAKE_VOLATILE_STRIDE", x)
 
327
let make_volatile_stride n x = 
 
328
  C.CCall ("MAKE_VOLATILE_STRIDE", C.Comma((C.Integer n), x))