Diff for /rpl/lapack/lapack/dsyevd_2stage.f between versions 1.4 and 1.5

version 1.4, 2018/05/29 07:18:08 version 1.5, 2020/05/21 21:46:01
Line 385 Line 385
       IF( .NOT.WANTZ ) THEN        IF( .NOT.WANTZ ) THEN
          CALL DSTERF( N, W, WORK( INDE ), INFO )           CALL DSTERF( N, W, WORK( INDE ), INFO )
       ELSE        ELSE
 *        Not available in this release, and agrument checking should not  *        Not available in this release, and argument checking should not
 *        let it getting here  *        let it getting here
          RETURN           RETURN
          CALL DSTEDC( 'I', N, W, WORK( INDE ), WORK( INDWRK ), N,           CALL DSTEDC( 'I', N, W, WORK( INDE ), WORK( INDWRK ), N,

Removed from v.1.4  
changed lines
  Added in v.1.5


CVSweb interface <joel.bertrand@systella.fr>