Commit 74b91400 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

MainWindow: Minor change.

Showing with 0 additions and 4 deletions
+0 -4
......@@ -354,16 +354,12 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
self.sections.show()
def open_initial_conditions(self):
print("xxx")
if self.model.river.has_current_reach():
print("yyy")
self.initial = InitialConditionsWindow(
study = self.model,
parent = self
)
self.initial.show()
print("zzz")
# TODO: Delete me !
###############
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment