diff liboctave/dMatrix.h @ 3689:9143cd2129c4

[project @ 2000-06-30 09:30:44 by jwe]
author jwe
date Fri, 30 Jun 2000 09:30:46 +0000
parents d9803711e047
children 4c3774db5b3c
line wrap: on
line diff
--- a/liboctave/dMatrix.h	Thu Jun 29 22:50:25 2000 +0000
+++ b/liboctave/dMatrix.h	Fri Jun 30 09:30:46 2000 +0000
@@ -255,6 +255,9 @@
 
 MARRAY_FORWARD_DEFS (MArray2, Matrix, double)
 
+template <class T>
+void read_int (std::istream& is, bool swap_bytes, T& val);
+
 #endif
 
 /*