Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
ducc
Commits
5c6593c1
Commit
5c6593c1
authored
Jun 24, 2020
by
Martin Reinecke
Browse files
fix
parent
2305bde1
Pipeline
#77173
failed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/alm.h
View file @
5c6593c1
...
...
@@ -77,7 +77,7 @@ class Alm_Base
{
MR_assert
(
mval
[
i
]
<=
lmax
,
"m >= lmax"
);
if
(
i
>
0
)
MR_assert
(
mval
[
i
]
>
mval
[
i
-
1
],
"m not strictly ascending"
)
'
MR_assert
(
mval
[
i
]
>
mval
[
i
-
1
],
"m not strictly ascending"
)
;
}
mstart
.
resize
(
mval
.
back
(),
-
2
*
lmax
);
for
(
size_t
i
=
0
;
i
<
mval
.
size
();
++
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