We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f99c41 commit f029c6cCopy full SHA for f029c6c
1 file changed
src/title.f90
@@ -23,7 +23,7 @@ subroutine title(iout)
23
write(iout,"(t3,56('#'),' TOPOLINK ',55('#'))")
24
write(iout,"(t15,a)") 'L. Martinez, Institute of Chemistry - University of Campinas. http://leandro.iqm.unicamp.br'
25
write(iout,*)
26
- write(iout,"(t105,a)") " Version 18.269 "
+ write(iout,"(t105,a)") " Version 18.284 "
27
28
29
end subroutine title
0 commit comments