ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/mpiForceField.c
(Generate patch)

Comparing trunk/OOPSE/libmdtools/mpiForceField.c (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 976 by chrisfen, Thu Jan 22 17:34:20 2004 UTC

# Line 16 | Line 16 | void recieveFrcStruct( void *frcStruct, MPI_Datatype s
16   }
17  
18  
19 < void recieveFrcStruct( void *frcStruct, MPI_Datatype structType ){
19 > void receiveFrcStruct( void *frcStruct, MPI_Datatype structType ){
20    
21    MPI_Bcast(frcStruct,1,structType,0,MPI_COMM_WORLD);
22   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines