Mercurial > hg > octave-nkf
diff src/OPERATORS/op-bm-b.cc @ 5943:c038c2947ee1
[project @ 2006-08-18 21:27:03 by jwe]
author | jwe |
---|---|
date | Fri, 18 Aug 2006 21:27:04 +0000 |
parents | 82c38ce145a7 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/src/OPERATORS/op-bm-b.cc +++ b/src/OPERATORS/op-bm-b.cc @@ -67,7 +67,7 @@ // FIXME -- perhaps add a warning for this conversion if the values // are not all 0 or 1? - boolNDArray v2 = a2.bool_array_value (); + boolNDArray v2 = a2.bool_array_value (true); if (! error_state) v1.assign (idx, v2);