repo.or.cz
/
Math-GSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump minor revision again, prepping for CPAN test release
[Math-GSL.git]
/
swig
/
Histogram.i
blob
dca65ab438a9e76a8385feb61c858ad15bd21aea
1
%
module
"Math::GSL::Histogram"
2
%
include
"typemaps.i"
3
%
include
"gsl_typemaps.i"
4
5
%
apply double
*
OUTPUT
{
double
*
lower
,
double
*
upper
,
size_t
*
i
};
6
7
%{
8
#include
"gsl/gsl_histogram.h"
9
%}
10
11
%
include
"gsl/gsl_histogram.h"
12
%
include
"../pod/Histogram.pod"