version 7.0.1 [ci skip]

This commit is contained in:
edoapra 2020-10-08 20:56:21 -07:00
parent d8ac3b6d41
commit fd0d6b92b0
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -30,7 +30,7 @@ c
c $Id$
c
c ======================================================================================================
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.0.0
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.0.1
C>
C> NWChem is an open-source computational chemistry package distributed under the terms of
C> the Educational Community License (ECL) 2.0
@ -442,7 +442,7 @@ c
write(LuOut,*)
write(LuOut,*)
call util_print_centered(LuOut,
$ 'Northwest Computational Chemistry Package (NWChem) 7.0.0',
$ 'Northwest Computational Chemistry Package (NWChem) 7.0.1',
$ 40, .true.)
write(LuOut,*)
write(LuOut,*)
@ -538,7 +538,7 @@ C
C Print version information to ecce.out file
C
compiled(inp_strlen(compiled)+1:inp_strlen(compiled)+25) =
$ ' Version 7.0.0'
$ ' Version 7.0.1'
call ecce_print_version(compiled(1:inp_strlen(compiled)))
C
If ( Inp_StrLen(BatchID) .gt. 0) then