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
Neel Shah
NIFTy
Commits
36640cc0
Commit
36640cc0
authored
May 22, 2018
by
Martin Reinecke
Browse files
remove print
parent
934f063a
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty4/field.py
View file @
36640cc0
...
...
@@ -704,7 +704,6 @@ class Field(object):
from
.sugar
import
sqrt
if
self
.
scalar_weight
(
spaces
)
is
not
None
:
return
self
.
_contraction_helper
(
'std'
,
spaces
)
print
(
self
.
var
(
spaces
))
return
sqrt
(
self
.
var
(
spaces
))
def
copy_content_from
(
self
,
other
):
...
...
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