Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
089027c3
Commit
089027c3
authored
Jun 15, 2008
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rel1_43_5
git-svn-id:
http://qboxcode.org/svn/qb/trunk@629
cba15fb0-1239-40c8-b417-11db7ca47a34
parent
11bf08a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
notes
src/notes
+10
-0
release.C
src/release.C
+2
-2
No files found.
src/notes
View file @
089027c3
--------------------------------------------------------------------------------
rel1_43_5
BOSampleStepper.C: print energy at end of wf optimization when using niter=0.
Basis.C: modified grid size to cover all grids for any k-point
--------------------------------------------------------------------------------
rel1_43_4
Basis.C: np() yields same grid size for all kpoints
XMLGFPreprocessor.C, SampleReader.C: fixed reading samples with both real and
complex wavefunctions
Wavefunction.C: removed unneeded resize in add_kpoint
--------------------------------------------------------------------------------
rel1_43_3
TorsionCmd.h: fixed sign of torsion angle.
SlaterDet.[Ch]: fixed const-ness of some members.
...
...
src/release.C
View file @
089027c3
...
...
@@ -3,10 +3,10 @@
// release.C
//
////////////////////////////////////////////////////////////////////////////////
// $Id: release.C,v 1.5
5 2008-06-06 00:13:52
fgygi Exp $
// $Id: release.C,v 1.5
6 2008-06-15 20:46:27
fgygi Exp $
#include "release.h"
std
::
string
release
(
void
)
{
return
std
::
string
(
"1.43.
4
"
);
return
std
::
string
(
"1.43.
5
"
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment