| # | Line 5 | Line 5 | external void init_fortran_wrappers(void); /* Initiali | |
|---|---|---|
| 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)(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |