ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/fortranFncs.h
Revision: 191
Committed: Mon Dec 2 19:12:42 2002 UTC (21 years, 7 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.

File Contents

# Content
1 /* 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)();