ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/fortranFncs.h
Revision: 270
Committed: Fri Feb 14 17:08:46 2003 UTC (21 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 449 byte(s)
Log Message:
added libmdCode and a couple help scripts

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 (*setupSimParallel)(mpiSimData* mpiPlug, int &status)
9 void (*setup_lr_force)(int *nComponents,int *tag_local, int *ident_local);
10 void (*long_range_force)();