Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jean-Eric Campagne
LagSHT
Commits
90c53518
Commit
90c53518
authored
Apr 29, 2015
by
Jean-Eric Campagne
Browse files
(JEC) 29/4/15 bug fix in LaguerreTransform::Index2R
parent
b8c1a6a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
laguerreTransform.h
laguerreTransform.h
+1
-1
No files found.
laguerreTransform.h
View file @
90c53518
...
...
@@ -46,7 +46,7 @@ class LaguerreTransform : public BaseLaguerreTransform {
int
R2Index
(
r_8
r
)
const
;
//! return the nodes position: no boundchecking
r_8
Index2R
(
int
k
)
const
{
return
nodes_
[
k
];
return
nodes_
[
k
]
*
R_
/
nodes_
[
N_
-
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