Python wrapper with test for Legendre transform
This commit is contained in:
parent
351180baf4
commit
0a0cad34aa
11 changed files with 165 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,6 +1,9 @@
|
|||
*.o
|
||||
*.so
|
||||
#*
|
||||
*~
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
/auto
|
||||
/autom4te.cache
|
||||
|
@ -9,3 +12,5 @@
|
|||
/config/config.auto
|
||||
/configure
|
||||
/sharp_oracle.inc
|
||||
|
||||
/python/libsharp/libsharp.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue