Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
02f51fa5
Commit
02f51fa5
authored
Nov 19, 2015
by
Ultima
Browse files
changed distribution_strategy of los_response target to 'not'.
parent
849c5390
Changes
1
Hide whitespace changes
Inline
Side-by-side
operators/nifty_los.py
View file @
02f51fa5
...
...
@@ -49,7 +49,8 @@ class los_response(operator):
if
target
is
None
:
self
.
target
=
point_space
(
num
=
self
.
number_of_los
,
dtype
=
self
.
domain
.
dtype
,
datamodel
=
self
.
domain
.
datamodel
,
datamodel
=
'not'
,
# datamodel=self.domain.datamodel,
comm
=
self
.
domain
.
comm
)
else
:
self
.
target
=
target
...
...
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