diff options
Diffstat (limited to 'parallel/mpi-ch/patches/patch-bc')
-rw-r--r-- | parallel/mpi-ch/patches/patch-bc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-bc b/parallel/mpi-ch/patches/patch-bc new file mode 100644 index 00000000000..a1925ee76e7 --- /dev/null +++ b/parallel/mpi-ch/patches/patch-bc @@ -0,0 +1,16 @@ +$NetBSD: patch-bc,v 1.1 2003/12/03 21:06:17 jschauma Exp $ + +--- MPI-2-C++/contrib/examples/user_bcast.cc.orig 2003-12-02 23:09:27.000000000 -0500 ++++ MPI-2-C++/contrib/examples/user_bcast.cc 2003-12-02 23:09:38.000000000 -0500 +@@ -27,9 +27,10 @@ + // Additional copyrights may follow. + // + +-#include <iostream.h> ++#include <iostream> + #include <mpi++.h> + ++using namespace std; + + void user_bcast(int buffer[], int count, MPI::Intracomm comm); + |