blob: 76efa2cebcfa8842499696ccdb8533e620f6812c (
plain) (
blame)
1
2
3
4
5
6
7
|
#ifndef INCLUDED_SPHDZ_H
#define INCLUDED_SPHDZ_H
int
sphdz(long int isph, double *parm, double *r_major, double *r_minor, double *radius);
#endif /* INCLUDED_SPHDZ_H */
|