ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/UseTheForce/DarkSide/mpisimulation_module_interface.h
(Generate patch)

Comparing trunk/OOPSE-3.0/src/UseTheForce/DarkSide/mpisimulation_module_interface.h (file contents):
Revision 1602 by chuckv, Tue Oct 19 20:44:36 2004 UTC vs.
Revision 1604 by chuckv, Tue Oct 19 22:37:55 2004 UTC

# Line 6 | Line 6
6   *  Copyright 2004 __MyCompanyName__. All rights reserved.
7   *
8   */
9 +
10 + #ifndef MPISIMULATION_MODULE_INTERFACE_H
11 + #define MPISIMULATION_MODULE_INTERFACE_H
12 +
13   #define __C
14   #include "config.h"
15  
16   extern "C" {
17 +  void F90_FUNC(setfortranmpi, SETFORTRANMPI)( mpiSimData* the_mpiPlug,
18 +                                               int* nLocal,
19 +                                               int* globalAtomIndex,
20 +                                               int* nGroupsLocal,
21 +                                               int* globalGroupIndex,
22 +                                               int* isError );
23    
24 <  typedef void (setFortranMPI)( mpiSimData* the_mpiPlug,
25 <                                int* nLocal,
26 <                                int* globalAtomIndex,
27 <                                int* nGroupsLocal,
28 <                                int* globalGroupIndex,
29 <                                int* isError ){
24 >  void setFortranMPI( mpiSimData* the_mpiPlug,
25 >                      int* nLocal,
26 >                      int* globalAtomIndex,
27 >                      int* nGroupsLocal,
28 >                      int* globalGroupIndex,
29 >                      int* isError ){
30      F90_FUNC(setfortranmpi, SETFORTRANMPI)(the_mpiPlug,
31                                             nLocal,
32                                             globalAtomIndex,
# Line 25 | Line 35 | extern "C" {
35      
36      
37    }
38 < }
38 > }
39 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines