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
0bbf98ef
Commit
0bbf98ef
authored
Jul 10, 2018
by
Martin Reinecke
Browse files
typo
parent
78005d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/models/constant.py
View file @
0bbf98ef
...
...
@@ -44,7 +44,7 @@ class Constant(Model):
self
.
_constant
=
constant
self
.
_value
=
self
.
_constant
self
.
_jacobian
=
NullOperator
(
position
.
domain
,
constan
d
.
domain
)
self
.
_jacobian
=
NullOperator
(
position
.
domain
,
constan
t
.
domain
)
def
at
(
self
,
position
):
return
self
.
__class__
(
position
,
self
.
_constant
)
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