mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
bug fix for molden read
This commit is contained in:
parent
425a47563e
commit
31c8028bb0
1 changed files with 4 additions and 2 deletions
|
|
@ -112,7 +112,8 @@ c
|
|||
$ movecs_out = ' '
|
||||
if (movecs_out.eq.' ') then
|
||||
if (movecs_in.eq.'atomic' .or. movecs_in.eq.'hcore' .or.
|
||||
$ movecs_in.eq.'project' .or. movecs_in.eq.'fragment'
|
||||
$ movecs_in.eq.'project' .or. movecs_in.eq.'fragment'.or.
|
||||
$ movecs_in.eq.'molden'
|
||||
$ .or.movecs_in.eq.'rotate') then
|
||||
call util_file_name('movecs', .false.,.false.,movecs_out)
|
||||
else
|
||||
|
|
@ -124,7 +125,8 @@ c Resolve names of MO files to full paths defaulting to the
|
|||
c permanent directory
|
||||
c
|
||||
if (movecs_in.eq.'atomic' .or. movecs_in.eq.'hcore' .or.
|
||||
$ movecs_in.eq.'project' .or. movecs_in.eq.'fragment'
|
||||
$ movecs_in.eq.'project' .or. movecs_in.eq.'fragment'.or.
|
||||
$ movecs_in.eq.'molden'
|
||||
$ .or.movecs_in.eq.'rotate') then
|
||||
continue
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue