Changeset 919


Ignore:
Timestamp:
03/22/06 21:42:41 (18 years ago)
Author:
mar637
Message:

fixed indentation error left by Maxim's last check-in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r914 r919  
    10571057        if len(edge)>1:
    10581058           if isinstance(edge[0],list) or isinstance(edge[0],tuple):
    1059            individualEdge = True;
     1059               individualEdge = True;
    10601060
    10611061        if not _is_valid(edge, int) and not individualEdge:
     
    10631063            pair of integers specified as a tuple. Nested tuples are allowed \
    10641064            to make individual selection for different IFs."
    1065        
     1065
    10661066        curedge = (0,0)
    10671067        if individualEdge:
     
    11001100                  raise RuntimeError, "Number of edge elements appear to be less than the number of IFs"
    11011101                  curedge = edge[workscan.getif(r)]
    1102            
     1102
    11031103            # setup line finder
    11041104            fl.find_lines(r,mask,curedge)
Note: See TracChangeset for help on using the changeset viewer.