Skip to content

Commit

Permalink
More hacks that made Siccuracy work on win-builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanedwards committed Sep 15, 2017
1 parent a97db9e commit f4b7ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


/* .Fortran calls */
extern void F77_NAME(cbindsnpsrwrapper)(char *, char *, char *, int *, int *, int *, int *, int *, int *, int *, char *, int *);
extern void F77_NAME(cbindsnpsrwrapper)(int *, char *, char *, int *, int *, int *, int *, int *, int *, int *, char *, int *);
extern void F77_NAME(convert_phase)(char *, char *, int *, int *, int *, int *, int *, char *);
extern void F77_NAME(convertplinka)(char *, char *, int *, int *, int *, int *, int *, int *);
extern void F77_NAME(convertplinkrwrapper)(char *, int *, int *, int *, char *, char *, int *, int *, int *, int *, int *, double *, int *, int *, int *);
Expand Down

0 comments on commit f4b7ead

Please sign in to comment.