Revision: | 191 |
Committed: | Mon Dec 2 19:12:42 2002 UTC (22 years, 5 months ago) by chuckv |
Content type: | text/plain |
File size: | 399 byte(s) |
Log Message: | Addition of c wrapper header for for fortran module proceedures. |
# | User | Rev | Content |
---|---|---|---|
1 | chuckv | 191 | /* Wrappers for f90 proceedures |
2 | All f90 functions and subroutines accessable from C need to be | ||
3 | declared in here. | ||
4 | */ | ||
5 | |||
6 | int is_initialized = 0; /* have we initialized our wrappers yet */ | ||
7 | external void init_fortran_wrappers(void); /* Initializes function pointers to f90 routines */ | ||
8 | void (*setup_parallel_lr_force)(int *nComponents,int *tag_local, int *ident_local); | ||
9 | void (*long_range_force)(); |