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
c8d66f63
Commit
c8d66f63
authored
Dec 04, 2009
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rel1_50_3
git-svn-id:
http://qboxcode.org/svn/qb/trunk@758
cba15fb0-1239-40c8-b417-11db7ca47a34
parent
021d2d3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
notes
src/notes
+3
-0
release.C
src/release.C
+2
-2
No files found.
src/notes
View file @
c8d66f63
--------------------------------------------------------------------------------
rel1_50_3
SampleWriter.C: Fixed size calculation for serial version
--------------------------------------------------------------------------------
rel1_50_2
Updated several files to enable serial version (without MPI or ScaLAPACK)
Added include<cstring> in various files to get correct memcpy declaration.
...
...
src/release.C
View file @
c8d66f63
...
...
@@ -15,10 +15,10 @@
// release.C
//
////////////////////////////////////////////////////////////////////////////////
// $Id: release.C,v 1.7
8 2009-12-01 16:10:4
3 fgygi Exp $
// $Id: release.C,v 1.7
9 2009-12-04 03:27:5
3 fgygi Exp $
#include "release.h"
std
::
string
release
(
void
)
{
return
std
::
string
(
"1.50.
2
"
);
return
std
::
string
(
"1.50.
3
"
);
}
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