diff --git a/doc/prog/prog.tex b/doc/prog/prog.tex index 9c968d1b27..a75d50342c 100644 --- a/doc/prog/prog.tex +++ b/doc/prog/prog.tex @@ -1,4 +1,4 @@ -% $Id: prog.tex,v 1.4 1996-09-27 18:02:55 d3g681 Exp $ +% $Id: prog.tex,v 1.5 1996-10-23 05:56:52 d3g681 Exp $ \documentstyle[fullpage,12pt]{article} \setlength{\parskip}{6pt} @@ -7,7 +7,7 @@ \begin{document} -\title{\bf\Large NWCHEM Programmer's Guide, Alpha Release 1.2} +\title{\bf\Large NWCHEM Programmer's Guide, Beta Release 2.0} \author{High Performance Computational Chemistry Group} \date{\today} \maketitle @@ -581,7 +581,7 @@ Not much more than the following is required. E.g., Or, e.g., \begin{verbatim} subroutine sym_symmetrize(geom, basis, odensity, g_a) -C$Id: prog.tex,v 1.4 1996-09-27 18:02:55 d3g681 Exp $ +C$Id: prog.tex,v 1.5 1996-10-23 05:56:52 d3g681 Exp $ implicit none integer geom, basis ! [input] Handles integer g_a ! [input] Handle to input/output GA diff --git a/doc/user/user.tex b/doc/user/user.tex index 6cc0131717..3d5f986789 100644 --- a/doc/user/user.tex +++ b/doc/user/user.tex @@ -2,7 +2,7 @@ \setlength{\parskip}{6pt} % Set the version and year of release globally -\newcommand{\nwchemversion}{1.3} +\newcommand{\nwchemversion}{2.0} \newcommand{\nwchemyear}{1996} \begin{document} diff --git a/src/nwchem.F b/src/nwchem.F index def2d153c9..3600e296ed 100644 --- a/src/nwchem.F +++ b/src/nwchem.F @@ -17,7 +17,7 @@ integer junk(4) #endif c -c $Id: nwchem.F,v 1.93 1996-10-21 19:16:42 d3e129 Exp $ +c $Id: nwchem.F,v 1.94 1996-10-23 05:56:38 d3g681 Exp $ *------------------------------------------------* * COPYRIGHT (C) 1994, 1995, 1996, * * Pacific Northwest National Laboratory, * @@ -304,7 +304,7 @@ c write(6,*) write(6,*) call util_print_centered(6, - $ 'Northwest Computational Chemisty Package (NWChem)', + $ 'Northwest Computational Chemistry Package (NWChem) 2.0', $ 40, .true.) write(6,*) write(6,*) @@ -336,7 +336,6 @@ c cstart = 'startup' else if (ocontinue) then -* 12345678 cstart = 'continue' else cstart = 'restart'