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
4f9b3d7d
Commit
4f9b3d7d
authored
Aug 31, 2018
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rel1_65_1
parent
612ee413
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletions
+16
-1
notes
src/notes
+15
-0
release.C
src/release.C
+1
-1
No files found.
src/notes
View file @
4f9b3d7d
--------------------------------------------------------------------------------
rel1_65_1
--------------------------------------------------------------------------------
a23e645 Remove static_cast and cleanup RSH and HSE functionals
de21bb8 Cleanup test programs
a312251 Add error msg in BisectionCmd if nkp > 1
cd77e32 Print np0v,np1v,np2v as XML elements in EnergyFunctional
5abca0d Compute and print np0v,np1v,np2v in StatusCmd
dc43a96 Add README and COPYING files
0827954 Rewrite and simplify UserInterface
218356e Update Makefile dependencies
df25ed5 Fix missing continuation character
58547ce Add basis_fits_in_grid function
e66b7c0 Replace zeroing loops with memset in FourierTransform.C
5af642d Add stress tests to test Makefile
--------------------------------------------------------------------------------
rel1_65_0
--------------------------------------------------------------------------------
fb22565 Merge branch 'develop'
...
...
src/release.C
View file @
4f9b3d7d
...
...
@@ -19,5 +19,5 @@
#include "release.h"
std
::
string
release
(
void
)
{
return
std
::
string
(
"1.65.
0
"
);
return
std
::
string
(
"1.65.
1
"
);
}
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