Mercurial > hg > octave-nkf
diff liboctave/dNDArray.h @ 4687:e95c86d48732
[project @ 2004-01-06 21:53:34 by jwe]
author | jwe |
---|---|
date | Tue, 06 Jan 2004 21:53:34 +0000 |
parents | 79fe96966ca0 |
children | a308566c8b42 |
line wrap: on
line diff
--- a/liboctave/dNDArray.h +++ b/liboctave/dNDArray.h @@ -105,8 +105,8 @@ // i/o - // friend std::ostream& operator << (std::ostream& os, const NDArray& a); - // friend std::istream& operator >> (std::istream& is, NDArray& a); + friend std::ostream& operator << (std::ostream& os, const NDArray& a); + friend std::istream& operator >> (std::istream& is, NDArray& a); static double resize_fill_value (void) { return 0; }