mirror of
https://github.com/fatiando/moulder.git
synced 2025-12-21 18:41:07 +08:00
Edited commented lines
This commit is contained in:
@@ -63,8 +63,7 @@ class Moulder(FigureCanvasQTAgg):
|
|||||||
self.lines = []
|
self.lines = []
|
||||||
self.densities = []
|
self.densities = []
|
||||||
|
|
||||||
# Set arbitrary density and error values (only for first implementations)
|
# Initialize density and error values
|
||||||
# It will be determined by sliders/entries in MoulderApp
|
|
||||||
self._density = 0
|
self._density = 0
|
||||||
self._error = 0
|
self._error = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user