projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e309ea4
)
Use PEP-8-suggested double space between class definitions in surface.py.
author
W. Trevor King
<wking@drexel.edu>
Thu, 8 Sep 2011 17:59:58 +0000
(13:59 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 8 Sep 2011 18:00:10 +0000
(14:00 -0400)
pypiezo/surface.py
patch
|
blob
|
history
diff --git
a/pypiezo/surface.py
b/pypiezo/surface.py
index 6461718cb45506817eff7828e080d6540375edf2..7bf5d1ba3738a826f633984b1bbac40a8c0fcefd 100644
(file)
--- a/
pypiezo/surface.py
+++ b/
pypiezo/surface.py
@@
-60,6
+60,7
@@
class FlatFit (PoorFit):
left_slope, right_slope)
super(FlatFit, self).__init__(msg)
+
class EdgeKink (PoorFit):
def __init__(self, kink, edge, window):
self.kink = kink