Skip to content
Prev 8823 / 63421 Next

empty array indexing with dimnames (PR#2507)

On Thu, 30 Jan 2003 maechler@stat.math.ethz.ch wrote:

            
The bug is a missing else branch of an if condition at line 431 of 
subset.c.

I don't think the buglets are wrong.  You don't drop length 0 dimensions.
If you did, the object would be of the wrong length.  You only drop length 
1 dimensions.