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
d0391358
Commit
d0391358
authored
Oct 19, 2015
by
Jean-Eric Campagne
Browse files
(JEC) 19/10/15 minor bug in case pmax=0
parent
ec9420d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lagsht_testsuite.cc
src/lagsht_testsuite.cc
+1
-1
No files found.
src/lagsht_testsuite.cc
View file @
d0391358
...
...
@@ -615,7 +615,7 @@ int main(int narg, char *arg[]) {
case
5
:
{
if
(
Pmax
<
N
){
Pmax
=
16
*
N
;
cout
<<
"(Warning): Pmax<Nmax => modify the value to "
<<
Pmax
<<
endl
;}
if
(
Pmax
<
N
){
param
.
Pmax
=
16
*
N
;
cout
<<
"(Warning): Pmax<Nmax => modify the value to "
<<
Pmax
<<
endl
;}
tstack_push
(
"TestLaguerre2Bessel"
);
TestLaguerre2Bessel
();
tstack_pop
(
"TestLaguerre2Bessel"
);
...
...
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