mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
null literal string
This commit is contained in:
parent
ab99e92232
commit
4e545bd5c0
2 changed files with 3 additions and 3 deletions
|
|
@ -259,7 +259,7 @@ c
|
|||
endif
|
||||
if (.not.rtdb_cget(rtdb,'vib:animate:filename',
|
||||
& 1,filesetname)) then
|
||||
filesetname = ""
|
||||
filesetname = " "
|
||||
endif
|
||||
filesetnamelength = inp_strlen(filesetname)
|
||||
cur_step = 0.0d00
|
||||
|
|
|
|||
|
|
@ -550,7 +550,7 @@ c **** animate at kq=<0,0,0> if no dispersion specified ****
|
|||
call util_ascii_setwindow(emin*autocm,emax*autocm,
|
||||
> gmin/autocm,gmax/autocm)
|
||||
!write(luout,'(A,E10.3,A)') "gmax=",gmax/autocm," states/cm-1"
|
||||
call util_ascii_plotter("",luout,npoints,efn(1,1),efn(1,2),'*',
|
||||
call util_ascii_plotter(" ",luout,npoints,efn(1,1),efn(1,2),'*',
|
||||
> "g(w) - Vibrational Density of States",
|
||||
> "w (cm-1)","g(w) (states/cm-1)")
|
||||
!write(luout,'(A,E10.3,A)') "gmin=",gmin/autocm," states/cm-1"
|
||||
|
|
@ -560,7 +560,7 @@ c **** animate at kq=<0,0,0> if no dispersion specified ****
|
|||
write(luout,*)
|
||||
call util_ascii_setwindow(emin*autocm,emax*autocm,nmin,nmax)
|
||||
!write(luout,'(A,F7.1,A)') "Nmax=",nmax," states"
|
||||
call util_ascii_plotter("",luout,npoints,efn(1,1),efn(1,3),'*',
|
||||
call util_ascii_plotter(" ",luout,npoints,efn(1,1),efn(1,3),'*',
|
||||
> "N(w) - Number of Vibrational States",
|
||||
> "w (cm-1)", "N(w) (states)")
|
||||
!write(luout,'(A,F7.1,A)') "Nmin=",nmin," states"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue