Skip to content
Snippets Groups Projects
Commit 09a997cb authored by Bernabeu Lou's avatar Bernabeu Lou
Browse files

nothing important, just trailing spaces and all

parent 12d2380d
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ def optical_path(window, photon):
length = len(photon.state0)
for i in range(length):
time = Time(i,photon,window)
time.do()
time.do()
if i != length-1:
plate_number = Label(window, text = 'Plate' + str(i+1), font = ('Bahnschrift Semibold','15'), fg = '#000000', bg = '#ffffff', relief = 'raised')
plate_number.grid(column = 2*i+1, row = 0)
......@@ -206,4 +206,4 @@ def graphical_grid_init():
button_simulate.grid(column = 7, row = 6)
root.mainloop()
graphical_grid_init()
\ No newline at end of file
graphical_grid_init()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment