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
faf54a76
Commit
faf54a76
authored
Nov 29, 2007
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment
git-svn-id:
http://qboxcode.org/svn/qb/trunk@544
cba15fb0-1239-40c8-b417-11db7ca47a34
parent
4dfd4a36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PSDAWavefunctionStepper.C
src/PSDAWavefunctionStepper.C
+2
-2
No files found.
src/PSDAWavefunctionStepper.C
View file @
faf54a76
...
...
@@ -3,7 +3,7 @@
// PSDAWavefunctionStepper.C
//
////////////////////////////////////////////////////////////////////////////////
// $Id: PSDAWavefunctionStepper.C,v 1.1
3 2007-10-19 17:37:06
fgygi Exp $
// $Id: PSDAWavefunctionStepper.C,v 1.1
4 2007-11-29 08:18:20
fgygi Exp $
#include "PSDAWavefunctionStepper.h"
#include "Wavefunction.h"
...
...
@@ -70,7 +70,7 @@ void PSDAWavefunctionStepper::update(Wavefunction& dwf)
{
// note: double mloc length for complex<double> indices
double
*
dcn
=
&
dc
[
2
*
mloc
*
n
];
// loop to ngwl only since diag[i] is
not
defined on [0:mloc-1]
// loop to ngwl only since diag[i] is defined on [0:mloc-1]
for
(
int
i
=
0
;
i
<
ngwl
;
i
++
)
{
const
double
fac
=
diag
[
i
];
...
...
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