Changes in explore/check1d.py [a5f91a7:1e867a4] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • explore/check1d.py

    ra5f91a7 r1e867a4  
    2929        elif arg.startswith('-angle='): 
    3030            angle = float(arg[7:]) 
    31         else: 
     31        elif arg != "-2d": 
    3232            argv.append(arg) 
    3333    opts = compare.parse_opts(argv) 
Note: See TracChangeset for help on using the changeset viewer.