PR: 109184 Submitted by: Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu> (maintainer)
11 lines
206 B
C
11 lines
206 B
C
--- Access.h-orig Sun Nov 17 19:34:23 2002
|
|
+++ Access.h Sun Nov 17 19:34:34 2002
|
|
@@ -20,7 +20,7 @@
|
|
*
|
|
*/
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <math.h>
|
|
|
|
inline char* onoroff(int val)
|