d819cdda38
(GCTP). PR: 26927 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
8 lines
173 B
C
8 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 */
|