mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
HvD: Updated version numbers.
This commit is contained in:
parent
1eebdb9fee
commit
5467f970bc
3 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Northwest Computational Chemistry Package (NWChem) 6.1
|
||||
Northwest Computational Chemistry Package (NWChem) 6.3
|
||||
|
||||
Environmental Molecular Sciences Laboratory (EMSL)
|
||||
Pacific Northwest National Laboratory
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
# For development tree
|
||||
RELEASE :=
|
||||
# For current release tree
|
||||
#RELEASE := 6.1.1
|
||||
#RELEASE := 6.3
|
||||
|
||||
#
|
||||
|
||||
|
|
|
|||
10
src/nwchem.F
10
src/nwchem.F
|
|
@ -28,7 +28,7 @@ c
|
|||
c $Id$
|
||||
c
|
||||
c ======================================================================================================
|
||||
C> \mainpage Northwest Computational Chemistry Package (NWChem) 6.1.1
|
||||
C> \mainpage Northwest Computational Chemistry Package (NWChem) 6.3
|
||||
C>
|
||||
C> NWChem is an open-source computational chemistry package distributed under the terms of
|
||||
C> the Educational Community License (ECL) 2.0
|
||||
|
|
@ -59,7 +59,7 @@ C> <I>Computer Physics Communications</I>, <b>181</b>, 1477–1489, DOI: <a hr
|
|||
C>
|
||||
C> provides details on the codes capabilities.
|
||||
C>
|
||||
C> Copyright (c) 1994-2012 Pacific Northwest National Laboratory, Batelle Memorial Institute
|
||||
C> Copyright (c) 1994-2013 Pacific Northwest National Laboratory, Batelle Memorial Institute
|
||||
C>
|
||||
C> Environmental Molecular Sciences Laboratory (EMSL)<br>
|
||||
C> Pacific Northwest National Laboratory<br>
|
||||
|
|
@ -391,7 +391,7 @@ c
|
|||
write(LuOut,*)
|
||||
write(LuOut,*)
|
||||
call util_print_centered(LuOut,
|
||||
$ 'Northwest Computational Chemistry Package (NWChem) 6.1.1',
|
||||
$ 'Northwest Computational Chemistry Package (NWChem) 6.3',
|
||||
$ 40, .true.)
|
||||
write(LuOut,*)
|
||||
write(LuOut,*)
|
||||
|
|
@ -404,7 +404,7 @@ c
|
|||
call util_print_centered(LuOut,'Richland, WA 99352',
|
||||
$ 40, .false.)
|
||||
write(LuOut,*)
|
||||
call util_print_centered(LuOut,'Copyright (c) 1994-2012',
|
||||
call util_print_centered(LuOut,'Copyright (c) 1994-2013',
|
||||
$ 40, .false.)
|
||||
call util_print_centered(LuOut,
|
||||
$ 'Pacific Northwest National Laboratory',
|
||||
|
|
@ -486,7 +486,7 @@ C
|
|||
C Print version information to ecce.out file
|
||||
C
|
||||
compiled(inp_strlen(compiled)+1:inp_strlen(compiled)+25) =
|
||||
$ ' Version 6.1.1'
|
||||
$ ' Version 6.3'
|
||||
call ecce_print_version(compiled(1:inp_strlen(compiled)))
|
||||
C
|
||||
If ( Inp_StrLen(BatchID) .gt. 0) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue