Changeset 48 for trunk/preproc_mask.pro


Ignore:
Timestamp:
03/16/14 20:38:39 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preproc_mask.pro

    r41 r48  
    33; NAME: preproc_mask.pro 
    44; 
    5 ; PURPOSE: Extends land-sea mask by one point over ocean  
     5; PURPOSE: Extends land-sea mask by one point over ocean 
    66; 
    77; CATEGORY: Function 
     
    99; CALLING SEQUENCE: preproc_mask, mask 
    1010; 
    11 ; INPUTS:  
    12 ;          mask : mask field composed of 0 and 1 values  
    13 ;                 with 0 over land points         
     11; INPUTS: 
     12;          mask : mask field composed of 0 and 1 values 
     13;                 with 0 over land points 
    1414; 
    1515; KEYWORD PARAMETERS: None 
    1616; 
    17 ; OUTPUTS:  
    18 ;          mask : mask field extended  
    19 ;                   
     17; OUTPUTS: 
     18;          mask : mask field extended 
    2019; 
    21 ; COMMON BLOCKS:  
     20; 
     21; COMMON BLOCKS: 
    2222;          common_interp 
    2323; 
    24 ; SIDE EFFECTS:  
     24; SIDE EFFECTS: 
    2525; 
    2626; RESTRICTIONS: 
     
    5050; 
    5151return, z 
    52 END  
     52END 
Note: See TracChangeset for help on using the changeset viewer.