mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
protect from 64_to_32 conversion
This commit is contained in:
parent
2299a730ca
commit
b32f54be0e
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
logical active_sp2c_lindx ! active ma array sp2c_lindx ?
|
||||
logical active_invsp2c_lindx ! active ma array sp2c_lindx ?
|
||||
logical active_cart_norm_scale ! active ma array cart_norm_scale ?
|
||||
logical trust_dgemm ! is dgemm okay
|
||||
logical trust_dgemm ! is _dgemm_ okay
|
||||
*
|
||||
parameter (sph_cart_init_value = 1731)
|
||||
*
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ c
|
|||
$ ostress2, ! include lattice gradients
|
||||
$ ocheckgrad, ! verify the gradient
|
||||
$ diagonal_hessian, ! tells the code to use a diagonal hessian
|
||||
$ ofast_diag , ! use dsyev instead of jacobi eigensolver
|
||||
$ ofast_diag , ! use _dsyev_ instead of jacobi eigensolver
|
||||
$ oactive(max_cent) ! active atom flags
|
||||
c
|
||||
character*8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue