Mercurial > hg > octave-avbm
comparison liboctave/ArrayN-idx.h @ 3836:b8c1cb5b9fd9
[project @ 2001-05-31 19:30:49 by jwe]
author | jwe |
---|---|
date | Thu, 31 May 2001 19:30:52 +0000 |
parents | 13905c3a24af |
children | f9ea3dcf58ee |
comparison
equal
deleted
inserted
replaced
3835:47ee5e57a350 | 3836:b8c1cb5b9fd9 |
---|---|
255 return retval; | 255 return retval; |
256 } | 256 } |
257 | 257 |
258 template <class LT, class RT> | 258 template <class LT, class RT> |
259 int | 259 int |
260 assign (ArrayN<LT>&, const ArrayN<RT>&) | 260 assign (ArrayN<LT>&, const ArrayN<RT>&, const LT&) |
261 { | 261 { |
262 assert (0); | 262 assert (0); |
263 return 0; | 263 return 0; |
264 } | 264 } |
265 | 265 |