mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
Bug fix in ma_print
This commit is contained in:
parent
396fd02972
commit
a5a9ea348b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ c (c) Battelle, PNNL, 2002.
|
|||
write(LuOut,*)
|
||||
write(LuOut,*) title
|
||||
write(LuOut,9000)
|
||||
do k = 0,mdim/6
|
||||
do k = 0,(mdim-1)/6
|
||||
write(LuOut,*)
|
||||
write(LuOut,9010) (j,j=k*6+1,min(mdim,k*6+6))
|
||||
do i=1,ndim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue