Hlavička pro gaunt
Former-commit-id: 4405fe435235134338c2c0a53f754490725d501e
This commit is contained in:
parent
e7b7003abd
commit
90a9971eb0
|
@ -0,0 +1,4 @@
|
|||
#ifndef GAUNT_H
|
||||
#define GAUNT_H
|
||||
void gaunt_xu(int m, int n, int mu, int nu, int qmax, double v_aq, int *err);
|
||||
#endif //GAUNT_H
|
|
@ -0,0 +1,2 @@
|
|||
#include <math.h>
|
||||
#include "gaunt.h"
|
Loading…
Reference in New Issue