mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Cosmetic fixes from PullRequest [2019-12-05]
This commit is contained in:
parent
8fcd74b14b
commit
6d0aa86cef
39 changed files with 247 additions and 222 deletions
|
|
@ -26,10 +26,15 @@ class MeshPlotter(tk.Frame):
|
|||
def __init__(self, parent, filename):
|
||||
tk.Frame.__init__(self, parent)
|
||||
|
||||
self.labels = {'Cell': 'Cell:', 'Cellborn': 'Cell born:',
|
||||
'Surface': 'Surface:', 'Material': 'Material:',
|
||||
'Universe': 'Universe:', 'Energy': 'Energy in:',
|
||||
'Energyout': 'Energy out:'}
|
||||
self.labels = {
|
||||
'Cell': 'Cell:',
|
||||
'Cellborn': 'Cell born:',
|
||||
'Surface': 'Surface:',
|
||||
'Material': 'Material:',
|
||||
'Universe': 'Universe:',
|
||||
'Energy': 'Energy in:',
|
||||
'Energyout': 'Energy out:'
|
||||
}
|
||||
|
||||
self.filterBoxes = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue