ports/math/bamg/files/patch-MeshGeom.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

11 lines
255 B
C++

--- MeshGeom.cpp.orig Wed Jan 5 09:00:56 2000
+++ MeshGeom.cpp Thu Dec 18 13:54:59 2003
@@ -20,7 +20,7 @@
#include <string.h>
#include <math.h>
#include <time.h>
-#include <iostream.h>
+#include <iostream>
#include "Mesh2.h"
#include "QuadTree.h"