Mercurial > hg > octave-max
comparison liboctave/Array3.h @ 4461:af308ca1a354
[project @ 2003-07-11 22:21:17 by jwe]
author | jwe |
---|---|
date | Fri, 11 Jul 2003 22:21:18 +0000 |
parents | 0990c9b77109 |
children | 508238e65af7 |
comparison
equal
deleted
inserted
replaced
4460:cef48c4b902d | 4461:af308ca1a354 |
---|---|
156 #endif | 156 #endif |
157 }; | 157 }; |
158 | 158 |
159 template <class LT, class RT> | 159 template <class LT, class RT> |
160 int | 160 int |
161 assign (Array3<LT>& lhs, const Array3<RT>& rhs, const LT& resize_fill_value); | 161 assign (Array3<LT>& lhs, const Array3<RT>& rhs, const LT& rfv); |
162 | 162 |
163 template <class LT, class RT> | 163 template <class LT, class RT> |
164 int | 164 int |
165 assign (Array3<LT>& lhs, const Array3<RT>& rhs) | 165 assign (Array3<LT>& lhs, const Array3<RT>& rhs) |
166 { | 166 { |