asc26 amss-ncku initialized

This commit is contained in:
2026-01-13 15:01:15 +08:00
commit f2fc9af70e
272 changed files with 262274 additions and 0 deletions

20
AMSS_NCKU_source/zbesh.h Normal file
View File

@@ -0,0 +1,20 @@
#ifndef ZBESH_H
#define ZBESH_H
#ifdef fortran1
#define f_zbesj zbesj
#endif
#ifdef fortran2
#define f_zbesj ZBESJ
#endif
#ifdef fortran3
#define f_zbesj zbesj_
#endif
extern "C"
{
int f_zbesj(double &, double &, double &, int &,
int &, double &, double &, int &, int &);
}
#endif /* ZBESH_H */