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
9563495d
Commit
9563495d
authored
Apr 11, 2008
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rel1_43_0
git-svn-id:
http://qboxcode.org/svn/qb/trunk@601
cba15fb0-1239-40c8-b417-11db7ca47a34
parent
f0efc637
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
notes
src/notes
+6
-0
release.C
src/release.C
+2
-2
No files found.
src/notes
View file @
9563495d
--------------------------------------------------------------------------------
rel1_43_0
SampleWriter.C, Wavefunction.C, SlaterDet.C: implemented MPI-IO parallel I/O
using individual file pointers, no shared pointers.
SlaterDet.C: fixed bug: base64 transcoding done twice on big endian platforms
when writing in parallel.
--------------------------------------------------------------------------------
rel1_42_0
SlaterDet.C, Wavefunction.C: implemented dynamic resize of ecut or nempty
without loss of data. Changes of cell also preserve wavefunctions.
...
...
src/release.C
View file @
9563495d
...
...
@@ -3,10 +3,10 @@
// release.C
//
////////////////////////////////////////////////////////////////////////////////
// $Id: release.C,v 1.5
0 2008-04-09 16:07:12
fgygi Exp $
// $Id: release.C,v 1.5
1 2008-04-11 05:35:00
fgygi Exp $
#include "release.h"
std
::
string
release
(
void
)
{
return
std
::
string
(
"1.4
2
.0"
);
return
std
::
string
(
"1.4
3
.0"
);
}
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