c19f8483b3
http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm PR: 60837 Submitted by: Thierry Thomas <thierry@pompo.net>
18 lines
318 B
C++
18 lines
318 B
C++
--- 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
|