blob: d515f66dc1f9e6fbb551c6afac0a2d20c3c14136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-be,v 1.1 2003/12/03 21:06:17 jschauma Exp $
--- MPI-2-C++/contrib/examples/pi.cc.orig 2003-12-02 23:11:55.000000000 -0500
+++ MPI-2-C++/contrib/examples/pi.cc 2003-12-02 23:12:15.000000000 -0500
@@ -28,9 +28,11 @@
//
#include <math.h>
-#include <iostream.h>
+#include <iostream>
#include "mpi++.h"
+using namespace std;
+
int
main(int argc, char *argv[])
{
|