Changeset 49a8843 in sasview


Ignore:
Timestamp:
Mar 13, 2013 11:14:20 AM (11 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
4b30118
Parents:
9624cda
Message:

minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • calculatorview/src/sans/perspectives/calculator/calculator.py

    r318b5bbb r49a8843  
    6262        resolution_help += "resolution of Q in 2D based on the SANS " 
    6363        resolution_help += "instrumental parameter values." 
    64         mass_volume_help = "Based on the chemical formular, " 
     64        mass_volume_help = "Based on the chemical formula, " 
    6565        mass_volume_help += "compute the mass density or the molar volume." 
    66         gensans_help = "Genneric SANS" 
     66        gensans_help = "Generic SANS" 
    6767        pyconsole_help = "Python Console." 
    6868        #data_editor_help = "Meta Data Editor" 
     
    152152        self.put_icon(frame) 
    153153        frame.Show(True)  
    154    
    155         #def on_perspective(self, event): 
    156         """ 
    157         Call back function for the perspective menu item. 
    158         We notify the parent window that the perspective 
    159         has changed. 
    160          
    161         :param event: menu event 
    162          
    163         """ 
    164         #self.parent.set_perspective(self.perspective) 
    165         #if event != None: 
    166         #    event.Skip() 
    167154         
    168155    def on_gen_model(self, event): 
     156        """ 
     157        On Generic model menu event 
     158        """ 
    169159        from sans.perspectives.calculator.gen_scatter_panel \ 
    170160        import SasGenWindow 
Note: See TracChangeset for help on using the changeset viewer.