blob: 467b052ea52698211c043f23e6e7f161c203f8b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cgx_1.1/src/knotVect.cpp.orig Thu Aug 7 15:40:23 2003
+++ cgx_1.1/src/knotVect.cpp Thu Aug 7 15:47:46 2003
@@ -19,7 +19,7 @@
*/
#include "knotVect.h"
-#include <iostream.h>
+#include <iostream>
knotVector::knotVector ( knot* knotArrayToCopy, unsigned size, unsigned knotVectType )
{
|