Skip to content

Commit

Permalink
remove Fortran code to make species classification data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jari Oksanen committed Oct 19, 2019
1 parent 043095b commit 7e8b69b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 172 deletions.
4 changes: 0 additions & 4 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ extern void F77_NAME(class)(void *, void *, void *, void *, void *, void *,
void *, void *, void *, void *, void *, void *,
void *, void *, void *, void *, void *, void *,
void *, void *, void *, void *);
extern void F77_NAME(makejdat)(void *, void *, void *, void *, void *, void *,
void *, void *, void *, void *, void *, void *,
void *);
extern void F77_NAME(revspec)(void *, void *, void *, void *, void *, void *,
void *, void *, void *);

Expand All @@ -33,7 +30,6 @@ static const R_CMethodDef CCalls[] = {
static const R_FortranMethodDef FortranCalls[] = {
{"pseudo", (DL_FUNC) &F77_NAME(pseudo), 13},
{"class", (DL_FUNC) &F77_NAME(class), 40},
{"makejdat", (DL_FUNC) &F77_NAME(makejdat), 13},
{"revspec", (DL_FUNC) &F77_NAME(revspec), 9},
{NULL, NULL, 0}
};
Expand Down
168 changes: 0 additions & 168 deletions src/makejdat.f

This file was deleted.

0 comments on commit 7e8b69b

Please sign in to comment.