ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
mdtools
/
mpi_implementation
/
mpiForceField.c
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing trunk/mdtools/mpi_implementation/mpiForceField.c (file contents):
Revision
260
by
mmeineke
, Thu Nov 14 22:00:44 2002 UTC vs.
Revision
261
by
chuckv
, Mon Feb 3 21:15:59 2003 UTC
#
Line 7
|
Line 7
7
8
9
10
+
11
void sendFrcStruct( void *frcStruct, MPI_Datatype structType ){
12
13
MPI_Bcast(frcStruct,1,structType,0,MPI_COMM_WORLD);
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines
>
Changed lines