Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ducc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Perkins
ducc
Commits
69f3729c
Commit
69f3729c
authored
May 07, 2020
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fixes
parent
71d4e9ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pysharp/pysharp.cc
pysharp/pysharp.cc
+1
-1
src/mr_util/sharp/sharp.h
src/mr_util/sharp/sharp.h
+1
-1
No files found.
pysharp/pysharp.cc
View file @
69f3729c
...
...
@@ -263,7 +263,7 @@ py::array py_upsample_to_cc(const py::array &in, size_t nrings_out, bool has_np,
auto
out2
=
to_mav
<
double
,
2
>
(
out
,
true
);
MR_assert
(
out2
.
writable
(),
"x1"
);
upsample_to_cc
(
in2
,
has_np
,
has_sp
,
out2
);
return
out
;
return
move
(
out
)
;
}
}
// unnamed namespace
...
...
src/mr_util/sharp/sharp.h
View file @
69f3729c
...
...
@@ -67,7 +67,7 @@ class sharp_geom_info
class
sharp_alm_info
{
public:
~
sharp_alm_info
()
{}
virtual
~
sharp_alm_info
()
{}
virtual
size_t
lmax
()
const
=
0
;
virtual
size_t
mmax
()
const
=
0
;
virtual
size_t
nm
()
const
=
0
;
...
...
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