freebsd-ports/math/bamg/files/patch-Mesh2.cpp
Kirill Ponomarev c19f8483b3 Add bamg 0.68, bidimensional Anisotrope Mesh Generator.
http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm

PR:		60837
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-01-02 21:54:30 +00:00

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