ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/fortranFncs.h
(Generate patch)

Comparing trunk/mdtools/headers/fortranFncs.h (file contents):
Revision 214 by chuckv, Mon Dec 2 19:12:42 2002 UTC vs.
Revision 215 by chuckv, Thu Dec 19 21:59:51 2002 UTC

# Line 5 | Line 5 | void (*setup_parallel_lr_force)(int *nComponents,int *
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);
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)();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines