mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
remove errquit from xerbla
This commit is contained in:
parent
3aaf10dac6
commit
2b30fc57cd
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
SUBROUTINE XERBLA( SRNAME, INFO )
|
||||
#include "errquit.fh"
|
||||
*
|
||||
* -- LAPACK auxiliary routine (version 2.0) --
|
||||
* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
|
||||
|
|
@ -40,8 +39,7 @@ c
|
|||
*
|
||||
WRITE( *, FMT = 9999 )SRNAME, INFO
|
||||
*
|
||||
* STOP
|
||||
call errquit('xerbla:double: lapack error',911, BASIS_ERR)
|
||||
STOP
|
||||
*
|
||||
9999 FORMAT( ' ** On entry to ', A6, ' parameter number ', I2, ' had ',
|
||||
$ 'an illegal value' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue