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
This fixes a memory leak in the allocation of doubles, but causes 4 tests to fail
[Math-GSL.git]
/
swig
/
PowInt.i
blob
968a47e57f828b4e75c3025463a52b61e02128cd
1
%
module
"Math::GSL::PowInt"
2
%
include
"gsl_typemaps.i"
3
%{
4
#include
"gsl/gsl_pow_int.h"
5
%}
6
7
%
include
"gsl/gsl_pow_int.h"
8
%
include
"../pod/PowInt.pod"