Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Matrix/cmapply.html

    r234 r242  
    136136 
    137137   It's worth noting however, that the implementation of user-defined 
    138    functions is not particularly optimized for speed.  Users are 
     138   functions is not particularly optimized for speed. Users are 
    139139   encouraged to implement their own array if the number of output 
    140140   elements is large. 
     
    157157           
    158158          <dt><p><a href="#_cmapply_redim">cmapply_redim<span class="result">, newarr, dimapply, dimkeep, nkeep, totcol, totkeep</span></a></p><dt> 
    159           <dd></dd>      
     159          <dd> </dd>     
    160160           
    161161          <dt><p><a href="#_cmapply"><span class="result">result = </span>cmapply(<span class="result">op, array[, dimapply]</span>, double=<span class="result">double</span>, type=<span class="result">type</span>, functargs=<span class="result">functargs</span>, nocatch=<span class="result">nocatch</span>)</a></p><dt> 
     
    197197         
    198198          <div class="comments"> 
    199  
    200199</div> 
    201200             
     
    208207          <h3>Version history</h3> 
    209208           
    210           <h4>Version</h4><div class="preformat"> $Id: cmapply.pro 232 2007-03-20 16:59:36Z pinsard $ 
     209          <h4>Version</h4><div class="preformat"> 
     210 $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
    211211</div> 
    212212           
     
    245245            cmapply_redim<span class="result">, <a href="#_cmapply_redim_param_newarr">newarr</a>, <a href="#_cmapply_redim_param_dimapply">dimapply</a>, <a href="#_cmapply_redim_param_dimkeep">dimkeep</a>, <a href="#_cmapply_redim_param_nkeep">nkeep</a>, <a href="#_cmapply_redim_param_totcol">totcol</a>, <a href="#_cmapply_redim_param_totkeep">totkeep</a></span></p> 
    246246         
    247           <div class="comments"></div> 
     247          <div class="comments"> 
     248</div> 
    248249 
    249250           
     
    265266         
    266267          <div class="comments"> 
    267  
    268268</div> 
    269269             
     
    280280         
    281281          <div class="comments"> 
    282  
    283282</div> 
    284283             
     
    295294         
    296295          <div class="comments"> 
    297  
    298296</div> 
    299297             
     
    310308         
    311309          <div class="comments"> 
    312  
    313310</div> 
    314311             
     
    325322         
    326323          <div class="comments"> 
    327  
    328324</div> 
    329325             
     
    340336         
    341337          <div class="comments"> 
    342  
    343338</div> 
    344339             
     
    358353           
    359354           
    360           <h4>Todo items</h4><div class="preformat"> seb</div> 
     355          <h4>Todo items</h4><div class="preformat"> seb 
     356</div> 
    361357           
    362358         
     
    382378        <div class="routine_details" id="_cmapply"> 
    383379 
    384           <h2><a class="top" href="#container">top</a>cmapply <span class="categories">  
     380          <h2><a class="top" href="#container">top</a>cmapply <span class="categories"> 
    385381 Array 
    386382</span></h2> 
     
    433429            </h4> 
    434430         
    435           <div class="comments">  
     431          <div class="comments"> 
    436432 An array of values to be operated on. 
    437433 Must not be of type STRING (7) or STRUCTURE (8). 
     
    451447          <div class="comments"> 
    452448 An array of dimensions that are to be "collapsed", where 
    453  the the first dimension starts with 1 (ie, same convention 
     449 the first dimension starts with 1 (ie, same convention 
    454450 as IDL function TOTAL).  Whereas TOTAL only allows one 
    455451 dimension to be added, you can specify multiple dimensions 
     
    497493            <div class="comments"> 
    498494 Set this to the IDL code of the desired output type (refer 
    499  to documentation of SIZE()).  Internal results will be 
     495 to documentation of <proidl>SIZE</proidl>()).  Internal results will be 
    500496 rounded to the nearest integer if the output type is an 
    501497 integer type. 
     
    580576          <h3>Version history</h3> 
    581577           
    582           <h4>Version</h4><div class="preformat">  
    583  $Id: cmapply.pro 232 2007-03-20 16:59:36Z pinsard $ 
    584 </div> 
    585           <h4>History</h4><div class="preformat">  
     578          <h4>Version</h4><div class="preformat"> 
     579 $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
     580</div> 
     581          <h4>History</h4><div class="preformat"> 
    586582 Mar 1998, Written, CM 
    587583   Changed usage message to not bomb, 24 Mar 2000, CM 
Note: See TracChangeset for help on using the changeset viewer.