mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
Update cpsp_stress.F
Bug fix for reading in semicore stess density block.
This commit is contained in:
parent
ea61168ce9
commit
a51d864675
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
|
|||
* **** read in semicore density block ****
|
||||
if (semicore) then
|
||||
!write(*,*) "reading in semicore block" !debug
|
||||
call C3dB_r_Read(1,5,tmp2,tmp,-1,-1)
|
||||
call C3dB_r_Read(1,5,tmp2,tmp,-1,-1,.true.)
|
||||
call Cram_r_pack(0,tmp2)
|
||||
call Cram_r_Copy(0,tmp2,dncore)
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue