Ignore:
Timestamp:
Oct 28, 2017 6:09:10 AM (6 years ago)
Author:
krzywon
Branches:
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
Children:
57ad773
Parents:
d1a4793
Message:

Renamed from PrInversion? to Inversion. Added base for plotting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/__init__.py

    re32b120 re7651ff  
    44from Fitting.FittingPerspective import FittingWindow 
    55from Invariant.InvariantPerspective import InvariantWindow 
    6 from PrInversion.PrInversionPerspective import PrInversionWindow 
     6from Inversion.InversionPerspective import InversionWindow 
    77 
    88PERSPECTIVES = { 
    99    FittingWindow.name: FittingWindow, 
    1010    InvariantWindow.name: InvariantWindow, 
    11     PrInversionWindow.name: PrInversionWindow 
     11    InversionWindow.name: InversionWindow 
    1212} 
Note: See TracChangeset for help on using the changeset viewer.