diff options
Diffstat (limited to 'misc/gctpc/files/sphdz.h')
-rw-r--r-- | misc/gctpc/files/sphdz.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/gctpc/files/sphdz.h b/misc/gctpc/files/sphdz.h new file mode 100644 index 000000000000..76efa2cebcfa --- /dev/null +++ b/misc/gctpc/files/sphdz.h @@ -0,0 +1,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 */ |