help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: griddata


From: Claudio Belotti
Subject: Re: griddata
Date: Wed, 26 Nov 2003 18:19:44 +0100
User-agent: Mutt/1.3.28i

just for archive purposes:

(as suggested by jwe on 10-Nov-2003)
                                                                                
           
diff -c -p octave2.1-2.1.50/liboctave/Array2-idx.h
+octave2.1-2.1.50modified/liboctave/Array2-idx.h
*** octave2.1-2.1.50/liboctave/Array2-idx.h     2003-06-27 21:19:49.000000000 
+0200
--- octave2.1-2.1.50modified/liboctave/Array2-idx.h     2003-11-26 
18:02:46.000000000 +0100*************** Array2<T>::index (idx_vector& idx_arg, i
*** 108,114 ****
        }
        else
        {
!         if (idx_orig_rows == 1 || idx_orig_columns == 1)
            {
              if (nr == 1)
                retval = Array2<T> (tmp, 1, len);
--- 108,115 ----
        }
        else
        {
!         if (idx_arg.one_zero_only ()
!             || idx_orig_rows == 1 || idx_orig_columns == 1)
            {
              if (nr == 1)
                retval = Array2<T> (tmp, 1, len);



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]