Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
7467d04d
Commit
7467d04d
authored
Jan 06, 2018
by
Martin Reinecke
Browse files
cosmetics
parent
d3b70136
Pipeline
#23391
passed with stage
in 4 minutes and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty/operators/dof_projection_operator.py
View file @
7467d04d
...
...
@@ -90,9 +90,7 @@ class DOFProjectionOperator(LinearOperator):
def
apply
(
self
,
x
,
mode
):
self
.
_check_input
(
x
,
mode
)
if
mode
==
self
.
TIMES
:
return
self
.
_times
(
x
)
return
self
.
_adjoint_times
(
x
)
return
self
.
_times
(
x
)
if
mode
==
self
.
TIMES
else
self
.
_adjoint_times
(
x
)
@
property
def
domain
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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