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

Comparing trunk/mdtools/headers/mpiInterface.h (file contents):
Revision 120 by chuckv, Thu Sep 26 21:36:19 2002 UTC vs.
Revision 124 by chuckv, Mon Sep 30 20:35:42 2002 UTC

# Line 12 | Line 12 | extern  void mpiInterfaceExit(void);
12   #include "BASS_interface.h"
13   #include <mpi.h>
14  
15 < extern  void mpiInterfaceExit(void);
16 < extern  void throwMPIEvent(event* event);
17 < extern  void mpiEventLoop(void);
15 > #ifdef __cplusplus
16 > extern "C" {
17 > #endif
18  
19 + void mpiInterfaceExit(void);
20 + void throwMPIEvent(event* event);
21 + void mpiEventLoop(void);
22 +
23 + #ifdef __cplusplus
24 + }
25 + #endif
26 +
27   // Structure to pass mpi a BASS event
28  
29   typedef struct mpiBASSEvent{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines