Ignore:
Timestamp:
05/11/06 12:35:53 (18 years ago)
Author:
smasson
Message:

debug + new xxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r37 r69  
    189189        'y':IF  ny NE nele THEN return, err_1d(type, nele,  'ny',  ny) 
    190190        'z':IF  nz NE nele THEN return, err_1d(type, nele,  'nz',  nx) 
    191         ELSE:return, report('Error: ' $ 
    192                             , 'Impossible to make a "'+type+'" plot with a 1D array', /simple) 
     191        ELSE:return, report(['Error: ' $ 
     192                            , 'Impossible to make a "'+type+'" plot with a 1D array'], /simple) 
    193193      ENDCASE 
    194194    END  
Note: See TracChangeset for help on using the changeset viewer.