aboutsummaryrefslogtreecommitdiff
path: root/math/bamg/files/patch-Mesh2.cpp
blob: d9af16a52fd7d14636eee0c6f7c929b3140cd9f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Mesh2.cpp.orig	Thu Dec 23 17:25:52 1999
+++ Mesh2.cpp	Thu Dec 18 22:30:08 2003
@@ -17,13 +17,13 @@
 #include <string.h>
 #include <math.h> 
 #include <time.h>
-#include <iostream.h>
+#include <iostream>
 
 #include "Mesh2.h"
 #include "QuadTree.h"
 #include "SetOfE4.h"
 
-
+using std::ostream;
 
 
 #ifdef DEBUG1