Ticket #35508: patch-SRC-cneupd.f.diff

File patch-SRC-cneupd.f.diff, 1.0 KB (added by gcrosswhite@…, 12 years ago)

Corrected patch for the file SRC/cneupd.f

  • ./SRC/cneupd.f

    old new  
    312312c     | External Subroutines |
    313313c     %----------------------%
    314314c
    315       external   ccopy , cgeru, cgeqr2, clacpy, cmout,
     315      external   ccopy , cdotc, cgeru, cgeqr2, clacpy, cmout,
    316316     &           cunm2r, ctrmm, cvout, ivout,
    317317     &           clahqr
    318318
     
    324324     &           scnrm2, slamch, slapy2
    325325      external   scnrm2, slamch, slapy2
    326326c
    327       Complex
    328      &           cdotc
    329       external   cdotc
    330 c
    331327c     %-----------------------%
    332328c     | Executable Statements |
    333329c     %-----------------------%
     
    731727c                 | inner product can be set to j.           |
    732728c                 %------------------------------------------%
    733729c
    734                   workev(j) = cdotc(j, workl(ihbds), 1,
     730                  call cdotc( workev(j), j, workl(ihbds), 1,
    735731     &                        workl(invsub+(j-1)*ldq), 1)
    736732 40         continue
    737733c