help-octave
[Top][All Lists]
Advanced

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

Re: 2.9.6 build fails on an Opteron RHEL4


From: David Bateman
Subject: Re: 2.9.6 build fails on an Opteron RHEL4
Date: Tue, 13 Jun 2006 10:57:26 +0200
User-agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322)

The attached patch should fix this 64-bit bug in CSparse.c

D.


-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary

*** ./liboctave/Sparse-op-defs.h.orig   2006-06-13 10:56:17.033883137 +0200
--- ./liboctave/Sparse-op-defs.h        2006-06-13 10:56:33.699904579 +0200
***************
*** 1548,1554 ****
    else \
      { \
        OCTAVE_LOCAL_BUFFER (octave_idx_type, w, nr); \
!       RET_TYPE retval (nr, a_nc, 0); \
        for (octave_idx_type i = 0; i < nr; i++) \
        w[i] = 0; \
        retval.xcidx(0) = 0; \
--- 1548,1554 ----
    else \
      { \
        OCTAVE_LOCAL_BUFFER (octave_idx_type, w, nr); \
!       RET_TYPE retval (nr, a_nc, static_cast<octave_idx_type> (0)); \
        for (octave_idx_type i = 0; i < nr; i++) \
        w[i] = 0; \
        retval.xcidx(0) = 0; \

reply via email to

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