Skip to content

Commit f9a4288

Browse files
committed
Changed version file to 19.020
1 parent 20885fc commit f9a4288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/title.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subroutine title(iout)
2323
write(iout,"(t3,56('#'),' TOPOLINK ',55('#'))")
2424
write(iout,"(t15,a)") 'L. Martinez, Institute of Chemistry - University of Campinas. http://leandro.iqm.unicamp.br'
2525
write(iout,*)
26-
write(iout,"(t105,a)") " Version 18.336 "
26+
write(iout,"(t105,a)") " Version 19.020 "
2727
write(iout,*)
2828

2929
end subroutine title

0 commit comments

Comments
 (0)