Opened 18 years ago

Last modified 14 years ago

#112 closed defect (fixed)

'cat' command has a bug

Reported by: miguel.prada.sarasola Owned by: miguel.prada.sarasola
Priority: critical Milestone:
Component: Version:
Keywords: Cc: miguel.prada.sarasola, Adrian Pop

Description

See comment.

Change History (2)

comment:1 by miguel.prada.sarasola, 18 years ago

I've noticed that the 'cat' command only works when the sizes of the arrays to
concatenate are the same on every dimension, not just the one that must match to
allow concatenation.

"cat(1,{1,2},{3,4})" works, but "cat(1,{1,2},{3,4,5})" doesn't.

Please contact if there's any way to go around this, because I need this
operator so badly. I need the possibility to add single elements to one
dimensional arrays at run-time.

Thanks.

comment:2 by Martin Sjölund, 14 years ago

Fixed in trunk r5899

Note: See TracTickets for help on using tickets.