Bug report, subscripting problem

From: Dave Allured - NOAA Affiliate <dave.allured_at_nyahnyahspammersnyahnyah>
Date: Fri Aug 16 2013 - 18:42:01 MDT

NCL support,

Could you please fix this diagnostic failure on a simple subscripting
problem? Old NCL 5.2.1 gives the desired error handling:

ncl 0> x = (/ 2, 3, 4, 5 /)
ncl 1> y = x(:,0)
fatal:Number of subscripts on rhs do not match number of dimensions of
variable,(2) Subscripts used, (1) Subscripts expected
fatal:Execute: Error occurred at or near line 1

NCL 6.1.2 and NCL 6.2.1 give segmentation fault and no message.
Partially tested on both Linux and Mac OS. Thanks for your
consideration.

--Dave
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Aug 16 18:42:10 2013

This archive was generated by hypermail 2.1.8 : Wed Aug 21 2013 - 13:54:15 MDT