Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

Location:
trunk/SRC/ToBeReviewed/WIDGET
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.pro

    r152 r157  
    2323; 
    2424; @history 
    25 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     25; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2626; 
    2727; @version 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro

    r150 r157  
    3333;  
    3434; @history 
    35 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     35; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3636;  
    3737; @version  
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro

    r150 r157  
    2121;  
    2222; @history 
    23 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     23; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2424;  
    2525; @version  
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro

    r152 r157  
     1;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7;  
     8; @param EVENT 
     9; 
     10; 
     11; @returns 
     12;  
     13;  
     14; @uses 
     15;  
     16;  
     17; @restrictions 
     18;  
     19;  
     20; @examples 
     21;  
     22;  
     23; @history 
     24;  
     25;  
     26; @version  
     27; $Id$ 
     28;  
     29; @todo 
     30; seb: documenter EVENT 
     31;- 
    132;********************************************************************* 
    233PRO selectfile_event, event 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro

    r150 r157  
     1;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; Compound widget 
     7;  
     8; @param ID 
     9; 
     10; 
     11; @param VALUE 
     12; It is the default tick mark value (a floating-point number). 
     13; 
     14; @returns 
     15;  
     16;  
     17; @uses 
     18;  
     19;  
     20; @restrictions 
     21;  
     22;  
     23; @examples 
     24;  
     25;  
     26; @history 
     27;  
     28;  
     29; @version  
     30; $Id$ 
     31;- 
    132pro CW_BGROUP_SETV, id, value 
    233  compile_opt hidden, idl2, strictarrsubs 
     
    2859 
    2960 
     61;+ 
     62; @file_comments 
     63; Compound widget 
     64; 
     65; @categories 
     66; 
     67;  
     68; @param ID 
     69; 
     70; 
     71; @param VALUE 
     72; It is the default tick mark value (a floating-point number). 
     73; 
     74; @returns 
     75;  
     76;  
     77; @uses 
     78;  
     79;  
     80; @restrictions 
     81;  
     82;  
     83; @examples 
     84;  
     85;  
     86; @history 
     87;  
     88;  
     89; @version  
     90; $Id$ 
     91;- 
    3092function CW_BGROUP_GETV, id, value 
    3193 
     
    57119 
    58120 
     121;+ 
     122; @file_comments 
     123; Compound widget 
     124; 
     125; @categories 
     126; 
     127;  
     128; @param EV 
     129; 
     130; 
     131; @returns 
     132;  
     133;  
     134; @uses 
     135;  
     136;  
     137; @restrictions 
     138;  
     139;  
     140; @examples 
     141;  
     142;  
     143; @history 
     144;  
     145;  
     146; @version  
     147; $Id$ 
     148;- 
    59149function CW_BGROUP_EVENT, ev 
    60150  compile_opt hidden, idl2, strictarrsubs 
     
    109199; 
    110200; @categories 
    111 ; Compound widgets. 
     201; Compound widget 
    112202; 
    113203; @param PARENT {in}{required} 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro

    r150 r157  
    3737; 
    3838; 
     39;+ 
     40; @file_comments 
     41; 
     42; 
     43; @categories 
     44; Compound widget 
     45;  
     46; @param ID 
     47; 
     48; 
     49; @param VALUE 
     50; It is the default tick mark value (a floating-point number). 
     51; 
     52; @returns 
     53;  
     54;  
     55; @uses 
     56;  
     57;  
     58; @restrictions 
     59;  
     60;  
     61; @examples 
     62;  
     63;  
     64; @history 
     65;  
     66;  
     67; @version  
     68; $Id$ 
     69;- 
    3970; 
    4071PRO cw_calendar_set_value, id, value 
     
    85116end 
    86117;---------------------------------------------------------------------- 
     118;+ 
     119; @file_comments 
     120; 
     121; 
     122; @categories 
     123; Compound widget 
     124;  
     125; @param ID 
     126; 
     127; 
     128; @returns 
     129;  
     130;  
     131; @uses 
     132;  
     133;  
     134; @restrictions 
     135;  
     136;  
     137; @examples 
     138;  
     139;  
     140; @history 
     141;  
     142;  
     143; @version  
     144; $Id$ 
     145;- 
    87146FUNCTION cw_calendar_get_value, id 
    88147; 
     
    94153END 
    95154;---------------------------------------------------------------------- 
     155;+ 
     156; @file_comments 
     157; 
     158; 
     159; @categories 
     160; Compound widget 
     161;  
     162; @param ID 
     163; 
     164; 
     165; @param WINFOID 
     166; 
     167; 
     168; @returns 
     169;  
     170;  
     171; @uses 
     172;  
     173;  
     174; @restrictions 
     175;  
     176;  
     177; @examples 
     178;  
     179;  
     180; @history 
     181;  
     182;  
     183; @version  
     184; $Id$ 
     185;- 
    96186FUNCTION get_cal_value, id, winfoid  
    97187; 
     
    128218;---------------------------------------------------------------------- 
    129219; redefine the value and index position of the combobox 
     220;+ 
     221; @file_comments 
     222; 
     223; 
     224; @categories 
     225; Compound widget 
     226;  
     227; @param EVENT 
     228; 
     229; 
     230; @param CASENAME 
     231; 
     232; 
     233; @param DATE0 
     234; 
     235; 
     236; @returns 
     237;  
     238;  
     239; @uses 
     240;  
     241;  
     242; @restrictions 
     243;  
     244;  
     245; @examples 
     246;  
     247;  
     248; @history 
     249;  
     250;  
     251; @version  
     252; $Id$ 
     253;- 
    130254PRO set_cal_combobox, event, casename, date0 
    131255; 
     
    203327; move cyclicly the calendar to the 
    204328; value 0 if event.out=1 or combobox_number-1 if event.out=-1 
     329;+ 
     330; @file_comments 
     331; 
     332; 
     333; @categories 
     334; Compound widget 
     335;  
     336; @param EVENT 
     337; 
     338; 
     339; @param CASENAME 
     340; 
     341; 
     342; @returns 
     343;  
     344;  
     345; @uses 
     346;  
     347;  
     348; @restrictions 
     349;  
     350;  
     351; @examples 
     352;  
     353;  
     354; @history 
     355;  
     356;  
     357; @version  
     358; $Id$ 
     359;- 
    205360PRO move, event, casename 
    206361; 
     
    230385end 
    231386;---------------------------------------------------------------------- 
     387;+ 
     388; @file_comments 
     389; 
     390; 
     391; @categories 
     392; Compound widget 
     393;  
     394; @param EVENT 
     395; 
     396; 
     397; @returns 
     398;  
     399;  
     400; @uses 
     401;  
     402;  
     403; @restrictions 
     404;  
     405;  
     406; @examples 
     407;  
     408;  
     409; @history 
     410;  
     411;  
     412; @version  
     413; $Id$ 
     414;- 
    232415FUNCTION cw_calendar_event, event 
    233416; 
     
    281464; 
    282465; @categories 
    283 ; 
     466; Compound widget 
    284467;  
    285468; @param PARENT {in}{required} 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro

    r150 r157  
    4646; end 
    4747;---------------------------------------------------------------------- 
     48;+ 
     49; @file_comments 
     50; 
     51; 
     52; @categories 
     53; Compound widget 
     54;  
     55; @param ID 
     56; 
     57; 
     58; @param VALUE 
     59; It is the default tick mark value (a floating-point number). 
     60; 
     61; @returns 
     62;  
     63;  
     64; @uses 
     65;  
     66;  
     67; @restrictions 
     68;  
     69;  
     70; @examples 
     71;  
     72;  
     73; @history 
     74;  
     75;  
     76; @version  
     77; $Id$ 
     78;- 
    4879PRO cw_combobox_pm_set_value, id, value 
    4980; 
     
    6798end 
    6899;---------------------------------------------------------------------- 
     100;+ 
     101; @file_comments 
     102; 
     103; 
     104; @categories 
     105; Compound widget 
     106;  
     107; @param ID 
     108; 
     109; 
     110; @returns 
     111;  
     112;  
     113; @uses 
     114;  
     115;  
     116; @restrictions 
     117;  
     118;  
     119; @examples 
     120;  
     121;  
     122; @history 
     123;  
     124;  
     125; @version  
     126; $Id$ 
     127;- 
    69128FUNCTION cw_combobox_pm_get_value, id 
    70129; 
     
    81140end 
    82141;---------------------------------------------------------------------- 
     142;---------------------------------------------------------------------- 
     143;+ 
     144; @file_comments 
     145; 
     146; 
     147; @categories 
     148; Compound widget 
     149;  
     150; @param EVENT 
     151; 
     152; 
     153; @returns 
     154;  
     155;  
     156; @uses 
     157;  
     158;  
     159; @restrictions 
     160;  
     161;  
     162; @examples 
     163;  
     164;  
     165; @history 
     166;  
     167;  
     168; @version  
     169; $Id$ 
     170;- 
    83171FUNCTION cw_combobox_pm_event, event 
    84172; 
     
    123211; 
    124212; @categories 
    125 ; compound widget 
     213; Compound widget 
    126214;  
    127215; @param PARENT {in}{required} 
     
    218306; 
    219307; @history 
    220 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     308; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    221309;                      6/9/1999 
    222310; 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro

    r150 r157  
    3939; 
    4040;********************************************************************* 
     41;+ 
     42; @file_comments 
     43; 
     44; 
     45; @categories 
     46; Compound widget 
     47;  
     48; @param ID 
     49; 
     50; 
     51; @param VALUE 
     52; It is the default tick mark value (a floating-point number). 
     53; 
     54; @returns 
     55;  
     56;  
     57; @uses 
     58;  
     59;  
     60; @restrictions 
     61;  
     62;  
     63; @examples 
     64;  
     65;  
     66; @history 
     67;  
     68;  
     69; @version  
     70; $Id$ 
     71;- 
    4172pro cw_domain_set_value, id, value 
    4273; 
     
    258289end 
    259290;********************************************************************* 
     291;+ 
     292; @file_comments 
     293; 
     294; 
     295; @categories 
     296; Compound widget 
     297;  
     298; @param ID 
     299; 
     300; 
     301; @returns 
     302;  
     303;  
     304; @uses 
     305;  
     306;  
     307; @restrictions 
     308;  
     309;  
     310; @examples 
     311;  
     312;  
     313; @history 
     314;  
     315;  
     316; @version  
     317; $Id$ 
     318;- 
    260319FUNCTION cw_domain_get_value, id 
    261320; 
     
    272331end 
    273332;********************************************************************* 
     333;+ 
     334; @file_comments 
     335; 
     336; 
     337; @categories 
     338; Compound widget 
     339;  
     340; @param EVENT 
     341; 
     342; 
     343; @returns 
     344;  
     345;  
     346; @uses 
     347;  
     348;  
     349; @restrictions 
     350;  
     351;  
     352; @examples 
     353;  
     354;  
     355; @history 
     356;  
     357;  
     358; @version  
     359; $Id$ 
     360;- 
    274361FUNCTION cw_domain_event, event 
    275362; 
     
    422509; 
    423510; @categories 
    424 ; 
     511; Compound widget 
    425512;  
    426513; @param PARENT {in}{required} 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro

    r150 r157  
    4545; end 
    4646;---------------------------------------------------------------------- 
     47 
     48; 
     49; 
     50;+ 
     51; @file_comments 
     52; 
     53; 
     54; @categories 
     55; Compound widget 
     56;  
     57; @param ID 
     58; 
     59; 
     60; @param VALUE 
     61; It is the default tick mark value (a floating-point number). 
     62; 
     63; @returns 
     64;  
     65;  
     66; @uses 
     67;  
     68;  
     69; @restrictions 
     70;  
     71;  
     72; @examples 
     73;  
     74;  
     75; @history 
     76;  
     77;  
     78; @version  
     79; $Id$ 
     80;- 
    4781PRO cw_droplist_pm_set_value, id, value 
    4882; 
     
    6498end 
    6599;---------------------------------------------------------------------- 
     100;+ 
     101; @file_comments 
     102; Compound widget 
     103; 
     104; @categories 
     105; Compound widget 
     106;  
     107; @param ID 
     108; 
     109; @returns 
     110;  
     111;  
     112; @uses 
     113;  
     114;  
     115; @restrictions 
     116;  
     117;  
     118; @examples 
     119;  
     120;  
     121; @history 
     122;  
     123;  
     124; @version  
     125; $Id$ 
     126;- 
    66127FUNCTION cw_droplist_pm_get_value, id 
    67128; 
     
    74135end 
    75136;---------------------------------------------------------------------- 
     137;+ 
     138; @file_comments 
     139; Compound widget 
     140; 
     141; @categories 
     142; Compound widget 
     143;  
     144; @param EVENT 
     145; 
     146; 
     147; @returns 
     148;  
     149;  
     150; @uses 
     151;  
     152;  
     153; @restrictions 
     154;  
     155;  
     156; @examples 
     157;  
     158;  
     159; @history 
     160;  
     161;  
     162; @version  
     163; $Id$ 
     164;- 
    76165FUNCTION cw_droplist_pm_event, event 
    77166; 
     
    110199; 
    111200; @categories 
    112 ; compound widget 
     201; Compound widget 
    113202;  
    114203; @param PARENT {in}{required} 
     
    202291; 
    203292; @history 
    204 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     293; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    205294;                      6/9/1999 
    206295; 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro

    r150 r157  
    11;********************************************************************* 
     2;+ 
     3; @file_comments 
     4; 
     5; 
     6; @categories 
     7; Compound widget 
     8;  
     9; @param EVENT 
     10; 
     11; 
     12; @returns 
     13;  
     14;  
     15; @uses 
     16;  
     17;  
     18; @restrictions 
     19;  
     20;  
     21; @examples 
     22;  
     23;  
     24; @history 
     25;  
     26;  
     27; @version  
     28; $Id$ 
     29;- 
    230;********************************************************************* 
    331FUNCTION cw_pagelayout_event, event 
     
    84112; 
    85113; @categories 
    86 ; 
     114; Compound widget 
    87115;  
    88116; @param PARENT {in}{required} 
     
    109137; Used to pass your keywords 
    110138; 
     139; @keyword UNZOOM 
    111140;  
    112141;  
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro

    r150 r157  
     1;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; Compound widget 
     7;  
     8; @param ID 
     9; 
     10; 
     11; @param VALUE 
     12; It is the default tick mark value (a floating-point number). 
     13; 
     14; @returns 
     15;  
     16;  
     17; @uses 
     18;  
     19;  
     20; @restrictions 
     21;  
     22;  
     23; @examples 
     24;  
     25;  
     26; @history 
     27;  
     28;  
     29; @version  
     30; $Id$ 
     31;- 
    132pro cw_slide_slice_set_value, id, value 
    233; 
     
    3667end 
    3768;---------------------------------------------------------------------- 
     69;+ 
     70; @file_comments 
     71; 
     72; 
     73; @categories 
     74; Compound widget 
     75;  
     76; @param EVENT 
     77; 
     78; 
     79; @returns 
     80;  
     81;  
     82; @uses 
     83;  
     84;  
     85; @restrictions 
     86;  
     87;  
     88; @examples 
     89;  
     90;  
     91; @history 
     92;  
     93;  
     94; @version  
     95; $Id$ 
     96;- 
    3897FUNCTION cw_slide_slice_event,  event 
    3998; 
     
    114173; 
    115174; @categories 
     175; Compound widget 
    116176; 
    117177; @param PARENT {in}{required} 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro

    r150 r157  
    4646; end 
    4747;---------------------------------------------------------------------- 
     48;+ 
     49; @file_comments 
     50; 
     51; 
     52; @categories 
     53; Compound widget 
     54; 
     55; @param VALUE 
     56; It is the default tick mark value (a floating-point number). 
     57; 
     58; @returns 
     59;  
     60;  
     61; @uses 
     62;  
     63;  
     64; @restrictions 
     65;  
     66;  
     67; @examples 
     68;  
     69;  
     70; @history 
     71;  
     72;  
     73; @version  
     74; $Id$ 
     75;- 
    4876FUNCTION decvalue, value 
    4977; 
     
    5482end 
    5583;---------------------------------------------------------------------- 
     84;+ 
     85; @file_comments 
     86; 
     87; 
     88; @categories 
     89; Compound widget 
     90; 
     91; @param VALUE 
     92; It is the default tick mark value (a floating-point number). 
     93; 
     94; @returns 
     95;  
     96;  
     97; @uses 
     98;  
     99;  
     100; @restrictions 
     101;  
     102;  
     103; @examples 
     104;  
     105;  
     106; @history 
     107;  
     108;  
     109; @version  
     110; $Id$ 
     111;- 
    56112FUNCTION decind, value 
    57113; 
     
    62118end 
    63119;---------------------------------------------------------------------- 
     120;+ 
     121; @file_comments 
     122; 
     123; 
     124; @categories 
     125; Compound widget 
     126;  
     127; @param ID 
     128; 
     129; 
     130; @param VALUE 
     131; It is the default tick mark value (a floating-point number). 
     132; 
     133; @returns 
     134;  
     135;  
     136; @uses 
     137;  
     138;  
     139; @restrictions 
     140;  
     141;  
     142; @examples 
     143;  
     144;  
     145; @history 
     146;  
     147;  
     148; @version  
     149; $Id$ 
     150;- 
    64151PRO cw_slider_pm_set_value, id, value 
    65152; 
     
    114201end 
    115202;---------------------------------------------------------------------- 
     203;+ 
     204; @file_comments 
     205; 
     206; 
     207; @categories 
     208; Compound widget  
     209;  
     210; @param ID 
     211; 
     212; 
     213; @returns 
     214;  
     215;  
     216; @uses 
     217;  
     218;  
     219; @restrictions 
     220;  
     221;  
     222; @examples 
     223;  
     224;  
     225; @history 
     226;  
     227;  
     228; @version  
     229; $Id$ 
     230;- 
    116231FUNCTION cw_slider_pm_get_value, id 
    117232; 
     
    125240end 
    126241;---------------------------------------------------------------------- 
     242;+ 
     243; @file_comments 
     244; 
     245; 
     246; @categories 
     247; Compound widget 
     248;  
     249; @param EVENT 
     250;  
     251; 
     252; @returns 
     253;  
     254;  
     255; @uses 
     256;  
     257;  
     258; @restrictions 
     259;  
     260;  
     261; @examples 
     262;  
     263;  
     264; @history 
     265;  
     266;  
     267; @version  
     268; $Id$ 
     269;- 
    127270FUNCTION cw_slider_pm_event, event 
    128271; 
     
    169312; 
    170313; @categories 
    171 ; compound widget 
     314; Compound widget 
    172315;  
    173316; @param PARENT {in}{required} 
     
    258401; 
    259402; @history 
    260 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     403; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    261404;                      5/9/1999 
    262405; 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro

    r150 r157  
    11;***************************************************** 
     2;+ 
     3; @file_comments 
     4; 
     5; 
     6; @categories 
     7; Compound widget 
     8;  
     9; @param ID 
     10; 
     11; 
     12; @param VALUE 
     13; It is the default tick mark value (a floating-point number). 
     14; 
     15; @returns 
     16;  
     17;  
     18; @uses 
     19;  
     20;  
     21; @restrictions 
     22;  
     23;  
     24; @examples 
     25;  
     26;  
     27; @history 
     28;  
     29;  
     30; @version  
     31; $Id$ 
     32;- 
    233;***************************************************** 
    334PRO cw_specifie_set_value, id, value 
     
    2758end 
    2859;***************************************************** 
     60;+ 
     61; @file_comments 
     62; 
     63; 
     64; @categories 
     65; Compound widget 
     66;  
     67; @param ID 
     68; 
     69; 
     70; @returns 
     71;  
     72;  
     73; @uses 
     74;  
     75;  
     76; @restrictions 
     77;  
     78;  
     79; @examples 
     80;  
     81;  
     82; @history 
     83;  
     84;  
     85; @version  
     86; $Id$ 
     87;- 
    2988;***************************************************** 
    3089FUNCTION cw_specifie_get_value, id 
     
    53112end 
    54113;***************************************************** 
     114;+ 
     115; @file_comments 
     116; 
     117; 
     118; @categories 
     119; Compound widget 
     120;  
     121; @param EVENT 
     122; 
     123; 
     124; @returns 
     125;  
     126;  
     127; @uses 
     128;  
     129;  
     130; @restrictions 
     131;  
     132;  
     133; @examples 
     134;  
     135;  
     136; @history 
     137;  
     138;  
     139; @version  
     140; $Id$ 
     141;- 
    55142;***************************************************** 
    56143FUNCTION cw_specifie_event, event 
     
    98185; 
    99186; @categories 
    100 ; 
     187; Compound widget 
    101188;  
    102189; @param PARENT {in}{required} 
  • trunk/SRC/ToBeReviewed/WIDGET/findtopid.pro

    r150 r157  
    1919; 
    2020; @history 
    21 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     21; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2222;                      22/9/1999 
    2323; 
  • trunk/SRC/ToBeReviewed/WIDGET/xnotice.pro

    r150 r157  
    3131; 
    3232; @history 
    33 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     33; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3434;                      2000 3 17 
    3535; 
  • trunk/SRC/ToBeReviewed/WIDGET/xquestion.pro

    r150 r157  
     1;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7;  
     8; @param EVENT 
     9; 
     10; 
     11; @returns 
     12;  
     13;  
     14; @uses 
     15;  
     16;  
     17; @restrictions 
     18;  
     19;  
     20; @examples 
     21;  
     22;  
     23; @history 
     24;  
     25;  
     26; @version  
     27; $Id$ 
     28;- 
    129;------------------------------------------------------------------------- 
    230pro xquestion_event, event 
     
    2654; 
    2755; @categories 
    28 ; widget 
     56; Widget 
    2957; 
    3058; @param QUESTION 
     
    6088; 
    6189; @history 
    62 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     90; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    6391;                      13/10/1999 
    6492; 
  • trunk/SRC/ToBeReviewed/WIDGET/xx.pro

    r150 r157  
    7070   ENDIF 
    7171; calendar to be used (in IDL julian days     
    72 ;++++    if NOT keyword_set(calendar) then BEGIN  
    73 ;++++       if keyword_set(jour) then calendar = calendriertotem(/julian_day) ELSE calendar = calendriertotem(/julian_day, /mensuel) 
    74 ;++++    ENDIF 
     72; ++++    if NOT keyword_set(calendar) then BEGIN  
     73; ++++       if keyword_set(jour) then calendar = calendriertotem(/julian_day) ELSE calendar = calendriertotem(/julian_day, /mensuel) 
     74; ++++    ENDIF 
    7575; Name of the file refering to the mask 
    7676   if NOT keyword_set(meshfilename) then meshfilename = '/usr1/com/smasson/IDL/INIT/inittotem.pro' 
    77 ;++++   meshparameters = whichgrid(meshfilename) 
     77; ++++   meshparameters = whichgrid(meshfilename) 
    7878; parameters specifing how the field must be read 
    7979   readparameters= {funclec_name: funclec_name $ 
  • trunk/SRC/ToBeReviewed/WIDGET/xxx.pro

    r152 r157  
    1  
     1;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7;  
     8; @param EVENT 
     9; 
     10; 
     11; @returns 
     12;  
     13;  
     14; @uses 
     15;  
     16;  
     17; @restrictions 
     18;  
     19;  
     20; @examples 
     21;  
     22;  
     23; @history 
     24;  
     25;  
     26; @version  
     27; $Id$ 
     28;- 
    229PRO xxx_event, event 
    330;------------------------------------------------------------ 
     
    94121; 
    95122; @categories 
    96 ; widget 
     123; Widget 
    97124;  
    98125; @param DATAFILENAME 
     
    121148; 
    122149; @history 
    123 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     150; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    124151; 
    125152; @version 
Note: See TracChangeset for help on using the changeset viewer.