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
finesse
pykat
Commits
d7210aa5
Commit
d7210aa5
authored
Jan 09, 2014
by
Andreas Freise
Browse files
fixing bug with removeGauss().
parent
aa201fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/node_network.py
View file @
d7210aa5
...
...
@@ -242,7 +242,7 @@ class Node(object):
@
property
def
qy
(
self
):
return
self
.
__q_y
def
removeGauss
():
def
removeGauss
(
self
):
self
.
__q_x
=
None
self
.
__q_y
=
None
self
.
__q_comp
=
None
...
...
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