mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
7 lines
173 B
C
7 lines
173 B
C
#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 */
|