source: trunk/SRC/Documentation/idldoc_html_output/idldoc-warnings.html @ 138

Last change on this file since 138 was 138, checked in by smasson, 18 years ago

update documentation and .idlwave_catalog

File size: 102.7 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- warnings-begin.tt needs structure with the following fields:
6       version : IDLdoc version
7       date : string containing date of file creation
8       embed : 0 for link to CSS, 1 for embed CSS
9       css_location : if embed then string filename of CSS file location, o/w href to CSS file
10       navbar_filename : filename of navbar template
11     Plus fields needed by the templates: navbar, tagline
12-->
13
14<!-- warnings-todo-header.tt needs structure with the following fields:
15-->
16
17<!-- warnings-todo-file.tt needs structure with the following fields:
18-->
19
20<!-- warnings-bugs-header.tt needs structure with the following fields:
21-->
22
23<!-- warnings-bugs-file.tt needs structure with the following fields:
24-->
25
26<!-- warnings-undoc-header.tt needs structure with the following fields:
27-->
28
29<!-- warnings-undoc-file.tt needs structure with the following fields:
30-->
31
32<!-- warnings-end.tt needs structure with the following fields:
33       version : IDLdoc version
34       date : string containing date of file creation
35       embed : 0 for link to CSS, 1 for embed CSS
36       css_location : if embed then string filename of CSS file location, o/w href to CSS file
37       navbar_filename : filename of navbar template
38     Plus fields needed by the templates: navbar, tagline
39-->
40
41<!-- Generated by IDLdoc 2.0 -->
42
43<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44  <head>
45    <title>Warnings (SAXO Documentation)</title>
46
47   
48    <style type="text/css" media="all">
49         
50/* CSS for all files which appear in the "main" viewing area: overview,
51   directory overviews, warnings, index, search, pro files, source
52   code, help, and etc files. */
53
54/* Link styles --------------------------------------------------------------- */
55
56a { text-decoration: none; }
57
58a:link, a:visited { 
59  color: #660000; 
60  border-bottom: 1px dotted #C0C0F0;   
61}
62
63a:hover, a:focus { 
64  color: #993333; 
65  background: #FFFFCC; 
66  border-bottom: 1px dotted #303099; 
67}
68
69
70/* Main styles --------------------------------------------------------------- */
71
72body {
73  margin: 0;
74  padding: 0;
75  font-size: 10pt;
76  font-family: Verdana, Helvetica, Arial, sans-serif;
77  background-color: #FFFFFF;
78}
79
80p {
81  margin-top: 0.5em;
82  margin-bottom: 0;
83}
84
85#container { margin: 1em; }
86
87code.section { white-space: pre; }
88
89pre.snippet {
90  margin-left: 5%;
91  background: #F0F0F0;
92  border: 1px dashed #999999;
93  width: 43em;
94  padding: 0.5em 0.5em 0.5em 0.5em;
95  white-space: pre;
96}
97
98/* Navbar styles ------------------------------------------------------------- */
99
100#navbar_title {
101  color: #000033;
102  background-color: #F0F0FF;
103  font-family: Arial, Helvetica, sans-serif;
104  padding: 20px 30px;
105  border-bottom: 1px solid #000033;
106}
107
108#navbar_title * {
109  margin: 0;
110  padding: 0;
111}
112
113#navbar_title h1 {
114  letter-spacing: 0.1em;
115  font-variant: small-caps;
116  font-size: 250%;
117  text-indent: -1em;
118  padding-left: 1em; 
119}
120
121#navbar_title h2 {
122  font-size: 110%;
123  font-weight: normal;
124  color: #333399;
125}
126
127#main_navbar table {
128  width: 100%;
129  border-bottom: 1px solid #666699;
130}
131
132#main_navbar td {
133  background: #CCCCFF;
134  font-size: 80%;
135  font-weight: bold;
136  font-family: Arial, Helvetica, sans-serif;
137  border-top: 3px solid #CCCCFF;
138  border-bottom: 3px solid #CCCCFF;
139  padding-left: 6px;
140  padding-right: 6px;
141  margin: 0;
142}
143
144#main_navbar td#selected {
145  background: #CCCCFF;
146  font-size: 80%;
147  font-weight: bold;
148  font-family: Arial, Helvetica, sans-serif;
149  border-top: 3px solid #333399;
150  border-bottom: 3px solid #CCCCFF;
151  padding-left: 6px;
152  padding-right: 6px;
153  margin: 0;
154}
155
156#main_navbar td#flexible {
157  width: 100%;
158  text-align: right;
159  padding-right: 1em;
160  background: #CCCCFF;
161  font-size: 70%;
162  font-weight: normal;
163  font-family: Arial, Helvetica, sans-serif;
164  text-transform: uppercase;
165  border-top: 3px solid #CCCCFF;
166  border-bottom: 3px solid #CCCCFF;
167}
168
169#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
170
171#main_navbar a:hover, #main_navbar a:focus {
172  color: #FFFF66;
173  background: #CCCCFF;
174  border-bottom: 1px none #606099; 
175  border: 0;
176}
177
178#secondary_navbar {
179  font-size: 80%;
180  font-weight: normal;
181  font-family: Arial, Helvetica, sans-serif;
182  margin-top: 4px;
183  margin-left: 20px;
184  white-space: nowrap;
185}
186
187
188/* Tagline and footer styles ------------------------------------------------- */
189
190div#tagline {
191  margin-top: 6px;
192  border-top: 1px dotted lightsteelblue;
193  padding-top: 6px;
194  font-size: 66%;
195  font-style: italic;
196}
197
198div#footer {
199  margin-top: 6px;
200  border-top: 1px dotted lightsteelblue;
201  padding-top: 6px;
202  font-size: 66%;
203  font-style: italic;
204}
205
206/* Basic data presenation styles -------------------------------------------- */
207
208.index_letter { 
209  font-size: 300%;
210  font-weight: bold;
211  color: #000066; 
212  margin: 0.5em 0 0 -0.1em;
213}
214
215h1, h2, h3, h4 {
216  font-weight: normal;
217  color: #3333CC;
218}
219
220h1 {
221  padding-top: 0.75em;
222  font-size: 160%;
223}
224
225h2 {
226  padding-top: 1em;
227  font-size: 120%;
228  }
229
230h3 {
231  padding-top: 0.75em;
232  margin-bottom: 0.25em;
233  font-size: 100%;
234}
235
236h4 {
237  padding: 0;
238  margin: 0.5em 0 0 0;
239  font-size: 80%;
240}
241
242table.basic {
243  empty-cells: show;
244  margin: 1.5em 1em 0 1em;
245  border: 1px dotted #CFCFFF;
246  font-size: 80%;
247}
248
249table.basic th {
250  background-color: #F0F0FF;
251  font-weight: bold;
252  text-align: left;
253  padding: 4px 1em 4px 4px;
254  border-bottom: 1px dotted #666699;
255}
256
257table.basic td {
258  vertical-align: top;
259  padding: 4px 1em 4px 4px;
260}
261
262dd {
263  margin-bottom: 0.25em;
264  font-size: 80%;
265}
266
267
268/* Warnings styles ----------------------------------------------------------- */
269
270
271#todo dl, #bugs dl { 
272  margin: 0 0 0 1.5em;
273  font-size: 80%;
274}
275
276#todo dd, #bugs dd { 
277  margin-left: 3em; 
278  font-size: 100%;
279}
280
281#undoc table, #obsolete table, #statistics table {
282  width: 80%;
283  margin-left: 2em;
284}
285
286#undoc td, #obsolete td, #statistics td { 
287  padding: 0 0 0 0;
288  font-size: 80%;
289  white-space: nowrap;
290}
291
292#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
293
294#undoc td.docstat, #statistics td.stat { 
295  width: 50%;
296  text-align: right;
297}
298
299#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
300
301#undoc td.notdoc, #statistics td.warning { color: #993333; }
302
303/* File + routine styles ----------------------------------------------------- */
304
305h1.directory { 
306  padding: 1em 0 0 0;
307  margin: 0;
308  font-size: 66%;
309}
310
311h1.directory a { border-bottom: 0; }
312
313h2.pro_file { 
314  padding: 0;
315  margin: 0;
316  font-size: 140%;
317}
318
319div#file_attr {
320  padding: 0 1em 0 1em;
321  margin: 1em;
322  background: #F6F6F6;
323  border: 1px dotted #999999;
324}
325
326div#file_attr dt {
327  font-size: 80%;
328  font-weight: bold;
329}
330
331div#file_attr dd {
332  font-size: 80%;
333}
334
335div#class_diagram { 
336  padding: 1em 0 1em 0; 
337  white-space: pre;
338  font-family: 'Courier New';
339}
340
341table#sav_attr { 
342  font-size: 90%; 
343  margin: 1em; 
344  padding: 1em 1em 1em 1em;
345  background: #F6F6F6;
346  border: 1px dotted #999999;
347}
348
349table#sav_attr th { text-align: left; }
350
351table#sav_attr td { vertical-align: top; padding-right: 2em; }
352
353table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
354
355p.sav_warning { margin-left: 4em; font-family: 80%; }
356
357table.variables { 
358  font-family: 'Courier New', monospace; 
359  font-size: 80%; 
360  text-indent: -2em; 
361  padding-left: 2em; 
362}
363
364table.variables td.image { width: 64px; }
365
366div#file_comments { white-space: pre; 
367  margin: 2em;
368  font-size: 80%;
369}
370
371
372div.field_summary {
373  padding: 0 1em 0 1em;
374  margin: 1em;
375  background: #FFFFF0;
376  border: 1px dotted #C0C000;
377}
378
379div#routine_summary { 
380  padding: 0 1em 0 1em;
381  margin: 1em;
382  background: #F0F0FF;
383  border: 1px dotted #9999FF;
384}
385
386div.field_summary h2, div#routine_summary h2 { 
387  padding: 0.5em 0 0 0;
388  margin: 0;
389}
390
391div.field_summary table, div.field_summary p { 
392  margin: 1em 1em;
393}
394
395div.field_summary td.name { 
396  vertical-align: top;
397  padding-bottom: 0.25em;
398  color: #3333CC;
399}
400
401div.field_summary span.field_type { 
402  font-weight: normal;
403  font-size: 80%;
404  color: black;
405}
406
407div.field_summary td.comments { 
408  vertical-align: top;
409  padding-left: 2em;
410  font-size: 80%;
411}
412
413p.commaList { 
414  margin: 1em 1em 1em 1em;
415}
416
417span.warning { 
418  color: #CC6633;
419  font-weight: bold;
420  font-size: 66%;
421  text-transform: uppercase;
422}
423
424span.categories { 
425  color: #006633;
426  font-weight: bold;
427  font-size: 66%;
428  text-transform: uppercase;
429}
430
431span.undoc { 
432  color: #FF6633;
433  font-weight: bold;
434  font-size: 80%;
435  text-transform: uppercase;
436}
437
438span.attr { 
439  color: #006633;
440  font-weight: bold;
441  font-size: 80%;
442  text-transform: uppercase;
443}
444
445span.value { 
446  color: #006633;
447  font-weight: normal;
448  text-transform: none;
449}
450
451a.top { 
452  font-weight: bold;
453  font-size: 66%;
454  text-transform: uppercase;
455  float: right;
456}
457
458span.result { 
459  font-family: Verdana, Arial, Helvetica, sans-serif;
460  font-style: italic;
461  font-size: 80%;
462}
463
464div#routine_summary p, div.routine_details p.header { 
465  padding-top: 0.5em;
466  margin-left: 1.5em;
467  text-indent: -1.5em;
468  font-family: 'Courier New', monospace;
469}
470
471div.routine_details { 
472  padding: 0.5em 1em 0.5em 1em;
473  margin: 1em;
474  border: 1px dotted #CCCCCC;
475}
476
477div.routine_details h2 { 
478  padding-top: 0;
479  margin-top: 0;
480}
481
482div.routine_details div.value { 
483  margin: 0 1em 0 1em;
484  font-size: 80%;
485}
486
487div.routine_details div.comments { 
488  font-size: 80%;
489  margin: 0.75em 1em 1em 1em;
490}
491
492div.routine_details div.preformat { 
493  white-space: pre;
494}
495
496table.statistics { 
497  font-size: 80%;
498  margin-left: 1em;
499}
500
501table.statistics td { 
502  padding: 0 2em 0 0;
503}
504
505/* Overview styles ----------------------------------------------------------- */
506
507div.overview { 
508  width: 100%;
509  margin-top: 1em;
510  clear: both;
511}
512
513div.overview table {
514  empty-cells: show;
515  font-size: 90%;
516  margin: 1em 1em 1em 1em;
517  padding: 1em 0.5em 1em 0.5em;
518  background: #F6F6F6;
519  border: 1px dotted #999999;
520}
521
522div.overview td {
523  padding: 3px 1em 3px 1em;
524}
525
526div.overview td.dir {
527  width: 1%;
528  vertical-align: top;
529  text-align: right;
530  padding-right: 1em;
531}
532
533
534/* Navigation list styles for tree structures -------------------------------- */
535
536#tree {
537  text-align: left;
538  font-size: 90%;
539  margin: 0.75em 0 0.75em 0;
540  padding: 0;
541}
542
543#tree ul {
544  text-align: left;
545  margin: 0;
546  padding: 0;
547}
548
549#tree li {
550  margin: 0 0 0 15px;
551  padding: 0;
552  list-style-type: none;
553}
554
555#tree .symbols {
556  float: left;
557  width: 12px;
558  height: 1em;
559  padding-left: 4px;
560  background-position: 0 100%;
561  background-repeat: no-repeat;
562}
563
564/* Search styles ------------------------------------------------------------- */
565
566input.writein { 
567  padding-left: 0.5em;
568  border: 1px solid #CCCCCC;
569  font-family: 'Courier New';
570  background: #FFFFF3;
571}
572
573#search form { 
574  margin-left: 2em;
575}
576
577#search table { 
578  margin: 1em 1em 0 2em;
579  padding: 1em 2em 1em 2em;
580  background: #F6F6F6;
581  border: 1px dotted #999999;
582}
583
584#search tr { 
585  text-align: center;
586}
587
588#search td { 
589  font-size: 80%; 
590  text-align: left;
591}
592
593#search td * { 
594  vertical-align: middle;
595}
596
597#search p { 
598  font-size: 66%;
599  margin: 0 3em 2em 3em;
600}
601
602/* Help styles --------------------------------------------------------------- */
603
604div.toc { 
605  padding: 0 1em 0 1em;
606  margin: 1em;
607  background: #F0F0FF;
608  border: 1px dotted #9999FF; 
609  width: 19em;
610}
611
612div.right { 
613  float: right;
614  width: 22em;
615}
616
617ol.toc { 
618  list-style-type: upper-roman;
619}
620
621ol.toc ol { 
622  padding-left: 3em;
623  margin-left: 0;
624  list-style-type: lower-alpha;
625}
626
627dl.variables dt { font-size: 80%; }
628dl.variables dd { margin-bottom: 0.5em; }
629
630    </style>   
631    <style type="text/css" media="print">
632         #navbar_title { 
633  background-color: #FFFFFF; 
634}
635
636#main_navbar td {
637  background: #FFFFFF;
638  border-top: 0.25em solid #FFFFFF;
639  border-bottom: 0.25em solid #FFFFFF;
640}
641
642#main_navbar td#selected {
643  background: #FFFFFF;
644  border-top: 0.25em solid #333399;
645  border-bottom: 0.25em solid #FFFFFF;
646}
647
648#main_navbar td#flexible {
649  background: #FFFFFF;
650  border-top: 0.25em solid #FFFFFF;
651  border-bottom: 0.25em solid #FFFFFF;
652}
653
654#secondary_navbar {
655  display: none;
656}
657
658    </style>
659   
660
661    <script type="text/javascript" src="./tree.js" />
662    <script type="text/javascript">
663      function setTitle() {
664        parent.document.title="Warnings (SAXO Documentation)";
665      }
666    </script>
667  </head>
668
669
670  <body onload="setTitle();">
671
672    <div id="navbar_title">
673  <h1>SAXO Documentation</h1>
674</div>
675
676
677<div id="main_navbar">
678
679  <table cellspacing="0">
680    <tr>
681     
682      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
683     
684
685     
686      <td >Directory</td>
687     
688
689     
690      <td><a href="idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
691     
692
693     
694      <td><a href="idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
695     
696
697     
698      <td><a href="search-page.html?format=raw" title="Search library">Search</a></td>
699     
700
701      <td >File</td>
702
703     
704      <td >Source</td>
705     
706
707     
708      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
709     
710
711      <td id="selected">Etc</td>
712
713      <td id="flexible">Developer&nbsp;documentation</td>
714    </tr>
715  </table>
716
717</div>
718
719<div id="secondary_navbar">
720
721&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-warnings.html?format=raw" target="_TOP">view single page</a> | <a href="index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
722
723</div>
724
725
726    <div id="container">
727
728      <h1>Warnings</h1>
729
730      <div class="toc">
731        <ol class="toc">
732          <li><a href="#todo">Todo items</a></li>
733          <li><a href="#bugs">Known bugs</a></li>
734          <li><a href="#undoc">Undocumented routines</a></li>
735          <li><a href="#obsolete">Obsolete routines</a></li>
736          <li><a href="#statistics">Routine statistics warnings</a></li>
737        </ol>
738      </div>
739<div id="todo">
740  <h2>Todo items</h2><h3><a href="./Matrix/cmapply.html?format=raw">./Matrix/cmapply.pro</a></h3>
741<dl>
742
743<dt><a href="./Matrix/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></dt>
744<dd> seb</dd>
745
746<dt><a href="./Matrix/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></dt>
747<dd> seb</dd>
748
749</dl><h3><a href="./Matrix/cmset_op.html?format=raw">./Matrix/cmset_op.pro</a></h3>
750<dl>
751
752<dt><a href="./Matrix/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></dt>
753<dd> seb</dd>
754
755</dl><h3><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a></h3>
756<dl>
757
758<dt><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></dt>
759<dd></dd>
760
761</dl><h3><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a></h3>
762<dl>
763
764<dt><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></dt>
765<dd> seb</dd>
766
767</dl><h3><a href="./ToBeReviewed/COULEURS/palit.html?format=raw">./ToBeReviewed/COULEURS/palit.pro</a></h3>
768<dl>
769
770<dt><a href="./ToBeReviewed/COULEURS/palit.html?format=raw#_palit">palit</a></dt>
771<dd> Seb: compléter param red/green/blue</dd>
772
773</dl><h3><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a></h3>
774<dl>
775
776<dt><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></dt>
777<dd> seb</dd>
778
779</dl></div>
780<div id="bugs">
781  <h2>Known bugs</h2></div>
782<div id="undoc">
783  <h2>Undocumented routines</h2><a href="./Calendar/daysinmonth.html?format=raw">./Calendar/daysinmonth.pro</a>
784<table>
785
786<tr>
787<td class="docroutine"><a href="./Calendar/daysinmonth.html?format=raw#_daysinmonth">daysinmonth</a></td>
788<td class="docstat partialdoc">partially documented</td>
789</tr>
790
791</table><a href="./Colors/colorbar.html?format=raw">./Colors/colorbar.pro</a>
792<table>
793
794<tr>
795<td class="docroutine"><a href="./Colors/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></td>
796<td class="docstat partialdoc">partially documented</td>
797</tr>
798
799</table><a href="./Grid/changemsk.html?format=raw">./Grid/changemsk.pro</a>
800<table>
801
802<tr>
803<td class="docroutine"><a href="./Grid/changemsk.html?format=raw#_changemsk">changemsk</a></td>
804<td class="docstat notdoc">not documented</td>
805</tr>
806
807</table><a href="./Interpolation/extrapolate.html?format=raw">./Interpolation/extrapolate.pro</a>
808<table>
809
810<tr>
811<td class="docroutine"><a href="./Interpolation/extrapolate.html?format=raw#_extrapolate">extrapolate</a></td>
812<td class="docstat partialdoc">partially documented</td>
813</tr>
814
815</table><a href="./Interpolation/imoms3.html?format=raw">./Interpolation/imoms3.pro</a>
816<table>
817
818<tr>
819<td class="docroutine"><a href="./Interpolation/imoms3.html?format=raw#_imoms3">imoms3</a></td>
820<td class="docstat partialdoc">partially documented</td>
821</tr>
822
823</table><a href="./Interpolation/spl_incr.html?format=raw">./Interpolation/spl_incr.pro</a>
824<table>
825
826<tr>
827<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_concave">pure_concave</a></td>
828<td class="docstat partialdoc">partially documented</td>
829</tr>
830
831<tr>
832<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_convex">pure_convex</a></td>
833<td class="docstat partialdoc">partially documented</td>
834</tr>
835
836<tr>
837<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_spl_incr">spl_incr</a></td>
838<td class="docstat partialdoc">partially documented</td>
839</tr>
840
841</table><a href="./Matrix/cmapply.html?format=raw">./Matrix/cmapply.pro</a>
842<table>
843
844<tr>
845<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></td>
846<td class="docstat partialdoc">partially documented</td>
847</tr>
848
849<tr>
850<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></td>
851<td class="docstat partialdoc">partially documented</td>
852</tr>
853
854<tr>
855<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply">cmapply</a></td>
856<td class="docstat partialdoc">partially documented</td>
857</tr>
858
859</table><a href="./Matrix/cmset_op.html?format=raw">./Matrix/cmset_op.pro</a>
860<table>
861
862<tr>
863<td class="docroutine"><a href="./Matrix/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></td>
864<td class="docstat partialdoc">partially documented</td>
865</tr>
866
867<tr>
868<td class="docroutine"><a href="./Matrix/cmset_op.html?format=raw#_cmset_op">cmset_op</a></td>
869<td class="docstat partialdoc">partially documented</td>
870</tr>
871
872</table><a href="./Obsolete/fictype.html?format=raw">./Obsolete/fictype.pro</a>
873<table>
874
875<tr>
876<td class="docroutine"><a href="./Obsolete/fictype.html?format=raw#_fictype">fictype</a></td>
877<td class="docstat partialdoc">partially documented</td>
878</tr>
879
880</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
881<table>
882
883<tr>
884<td class="docroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
885<td class="docstat partialdoc">partially documented</td>
886</tr>
887
888</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
889<table>
890
891<tr>
892<td class="docroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
893<td class="docstat partialdoc">partially documented</td>
894</tr>
895
896</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
897<table>
898
899<tr>
900<td class="docroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
901<td class="docstat partialdoc">partially documented</td>
902</tr>
903
904</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
905<table>
906
907<tr>
908<td class="docroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
909<td class="docstat partialdoc">partially documented</td>
910</tr>
911
912</table><a href="./Picture/image_viewer.html?format=raw">./Picture/image_viewer.pro</a>
913<table>
914
915<tr>
916<td class="docroutine"><a href="./Picture/image_viewer.html?format=raw#_IMAGE_VIEWER">IMAGE_VIEWER</a></td>
917<td class="docstat notdoc">not documented</td>
918</tr>
919
920</table><a href="./Picture/imdisp.html?format=raw">./Picture/imdisp.pro</a>
921<table>
922
923<tr>
924<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_GETPOS">IMDISP_GETPOS</a></td>
925<td class="docstat partialdoc">partially documented</td>
926</tr>
927
928<tr>
929<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMSCALE">IMDISP_IMSCALE</a></td>
930<td class="docstat partialdoc">partially documented</td>
931</tr>
932
933<tr>
934<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMREGRID">IMDISP_IMREGRID</a></td>
935<td class="docstat partialdoc">partially documented</td>
936</tr>
937
938<tr>
939<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMSIZE">IMDISP_IMSIZE</a></td>
940<td class="docstat partialdoc">partially documented</td>
941</tr>
942
943<tr>
944<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP">IMDISP</a></td>
945<td class="docstat partialdoc">partially documented</td>
946</tr>
947
948</table><a href="./Picture/saveimage.html?format=raw">./Picture/saveimage.pro</a>
949<table>
950
951<tr>
952<td class="docroutine"><a href="./Picture/saveimage.html?format=raw#_SAVEIMAGE">SAVEIMAGE</a></td>
953<td class="docstat partialdoc">partially documented</td>
954</tr>
955
956</table><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listdims.pro</a>
957<table>
958
959<tr>
960<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw#_ncdf_listdims">ncdf_listdims</a></td>
961<td class="docstat notdoc">not documented</td>
962</tr>
963
964</table><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listvars.pro</a>
965<table>
966
967<tr>
968<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw#_ncdf_listvars">ncdf_listvars</a></td>
969<td class="docstat notdoc">not documented</td>
970</tr>
971
972</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro</a>
973<table>
974
975<tr>
976<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getFile">ncdf_quickread_getFile</a></td>
977<td class="docstat notdoc">not documented</td>
978</tr>
979
980<tr>
981<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getDir">ncdf_quickread_getDir</a></td>
982<td class="docstat notdoc">not documented</td>
983</tr>
984
985<tr>
986<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_validateName">ncdf_quickread_validateName</a></td>
987<td class="docstat notdoc">not documented</td>
988</tr>
989
990<tr>
991<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_helper">ncdf_quickread_helper</a></td>
992<td class="docstat notdoc">not documented</td>
993</tr>
994
995</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.pro</a>
996<table>
997
998<tr>
999<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw#_ncdf_quickwrite_helper1">ncdf_quickwrite_helper1</a></td>
1000<td class="docstat notdoc">not documented</td>
1001</tr>
1002
1003</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.pro</a>
1004<table>
1005
1006<tr>
1007<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#__str">_str</a></td>
1008<td class="docstat notdoc">not documented</td>
1009</tr>
1010
1011<tr>
1012<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_typename">ncdf_quickwrite_typename</a></td>
1013<td class="docstat notdoc">not documented</td>
1014</tr>
1015
1016<tr>
1017<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">ncdf_quickwrite_helper2</a></td>
1018<td class="docstat notdoc">not documented</td>
1019</tr>
1020
1021</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.pro</a>
1022<table>
1023
1024<tr>
1025<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw#_ncdf_quickwrite_helper3">ncdf_quickwrite_helper3</a></td>
1026<td class="docstat notdoc">not documented</td>
1027</tr>
1028
1029</table><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_read.pro</a>
1030<table>
1031
1032<tr>
1033<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw#_ncdf_read">ncdf_read</a></td>
1034<td class="docstat notdoc">not documented</td>
1035</tr>
1036
1037</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct.pro</a>
1038<table>
1039
1040<tr>
1041<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw#_ncdf_struct">ncdf_struct</a></td>
1042<td class="docstat notdoc">not documented</td>
1043</tr>
1044
1045</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct_free.pro</a>
1046<table>
1047
1048<tr>
1049<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw#_ncdf_struct_free">ncdf_struct_free</a></td>
1050<td class="docstat notdoc">not documented</td>
1051</tr>
1052
1053</table><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a>
1054<table>
1055
1056<tr>
1057<td class="docroutine"><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></td>
1058<td class="docstat partialdoc">partially documented</td>
1059</tr>
1060
1061</table><a href="./ReadWrite/readoldopadistcoast.html?format=raw">./ReadWrite/readoldopadistcoast.pro</a>
1062<table>
1063
1064<tr>
1065<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></td>
1066<td class="docstat partialdoc">partially documented</td>
1067</tr>
1068
1069<tr>
1070<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_readoldopadistcoast">readoldopadistcoast</a></td>
1071<td class="docstat partialdoc">partially documented</td>
1072</tr>
1073
1074</table><a href="./ReadWrite/readoldoparestart.html?format=raw">./ReadWrite/readoldoparestart.pro</a>
1075<table>
1076
1077<tr>
1078<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></td>
1079<td class="docstat partialdoc">partially documented</td>
1080</tr>
1081
1082<tr>
1083<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read3fromopa">read3fromopa</a></td>
1084<td class="docstat partialdoc">partially documented</td>
1085</tr>
1086
1087</table><a href="./ReadWrite/scanctl.html?format=raw">./ReadWrite/scanctl.pro</a>
1088<table>
1089
1090<tr>
1091<td class="docroutine"><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></td>
1092<td class="docstat partialdoc">partially documented</td>
1093</tr>
1094
1095</table><a href="./Tests/TestsOld/tst_basic_old.html?format=raw">./Tests/TestsOld/tst_basic_old.pro</a>
1096<table>
1097
1098<tr>
1099<td class="docroutine"><a href="./Tests/TestsOld/tst_basic_old.html?format=raw#_tst_basic_old">tst_basic_old</a></td>
1100<td class="docstat notdoc">not documented</td>
1101</tr>
1102
1103</table><a href="./Tests/TestsOld/tst_plt_old.html?format=raw">./Tests/TestsOld/tst_plt_old.pro</a>
1104<table>
1105
1106<tr>
1107<td class="docroutine"><a href="./Tests/TestsOld/tst_plt_old.html?format=raw#_tst_plt_old">tst_plt_old</a></td>
1108<td class="docstat notdoc">not documented</td>
1109</tr>
1110
1111</table><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw">./Tests/TestsOld/tst_pltt_old.pro</a>
1112<table>
1113
1114<tr>
1115<td class="docroutine"><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw#_tst_pltt_old">tst_pltt_old</a></td>
1116<td class="docstat notdoc">not documented</td>
1117</tr>
1118
1119</table><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw">./Tests/TestsOld/tst_pltz_old.pro</a>
1120<table>
1121
1122<tr>
1123<td class="docroutine"><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw#_tst_pltz_old">tst_pltz_old</a></td>
1124<td class="docstat notdoc">not documented</td>
1125</tr>
1126
1127</table><a href="./Textoidl/matchdelim.html?format=raw">./Textoidl/matchdelim.pro</a>
1128<table>
1129
1130<tr>
1131<td class="docroutine"><a href="./Textoidl/matchdelim.html?format=raw#_Matchdelim">Matchdelim</a></td>
1132<td class="docstat partialdoc">partially documented</td>
1133</tr>
1134
1135</table><a href="./Textoidl/nexttok.html?format=raw">./Textoidl/nexttok.pro</a>
1136<table>
1137
1138<tr>
1139<td class="docroutine"><a href="./Textoidl/nexttok.html?format=raw#_nexttok">nexttok</a></td>
1140<td class="docstat partialdoc">partially documented</td>
1141</tr>
1142
1143</table><a href="./Textoidl/showtex.html?format=raw">./Textoidl/showtex.pro</a>
1144<table>
1145
1146<tr>
1147<td class="docroutine"><a href="./Textoidl/showtex.html?format=raw#_Showtex">Showtex</a></td>
1148<td class="docstat partialdoc">partially documented</td>
1149</tr>
1150
1151</table><a href="./Textoidl/str_token.html?format=raw">./Textoidl/str_token.pro</a>
1152<table>
1153
1154<tr>
1155<td class="docroutine"><a href="./Textoidl/str_token.html?format=raw#_Str_token">Str_token</a></td>
1156<td class="docstat partialdoc">partially documented</td>
1157</tr>
1158
1159</table><a href="./Textoidl/strcnt.html?format=raw">./Textoidl/strcnt.pro</a>
1160<table>
1161
1162<tr>
1163<td class="docroutine"><a href="./Textoidl/strcnt.html?format=raw#_Strcnt">Strcnt</a></td>
1164<td class="docstat partialdoc">partially documented</td>
1165</tr>
1166
1167</table><a href="./Textoidl/strtrans.html?format=raw">./Textoidl/strtrans.pro</a>
1168<table>
1169
1170<tr>
1171<td class="docroutine"><a href="./Textoidl/strtrans.html?format=raw#_strtrans">strtrans</a></td>
1172<td class="docstat partialdoc">partially documented</td>
1173</tr>
1174
1175</table><a href="./Textoidl/sub_sup_idl.html?format=raw">./Textoidl/sub_sup_idl.pro</a>
1176<table>
1177
1178<tr>
1179<td class="docroutine"><a href="./Textoidl/sub_sup_idl.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1180<td class="docstat partialdoc">partially documented</td>
1181</tr>
1182
1183</table><a href="./Textoidl/textable.html?format=raw">./Textoidl/textable.pro</a>
1184<table>
1185
1186<tr>
1187<td class="docroutine"><a href="./Textoidl/textable.html?format=raw#_textable">textable</a></td>
1188<td class="docstat partialdoc">partially documented</td>
1189</tr>
1190
1191</table><a href="./Textoidl/textoidl.html?format=raw">./Textoidl/textoidl.pro</a>
1192<table>
1193
1194<tr>
1195<td class="docroutine"><a href="./Textoidl/textoidl.html?format=raw#_Textoidl">Textoidl</a></td>
1196<td class="docstat partialdoc">partially documented</td>
1197</tr>
1198
1199</table><a href="./Textoidl/translate_sub_super.html?format=raw">./Textoidl/translate_sub_super.pro</a>
1200<table>
1201
1202<tr>
1203<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1204<td class="docstat partialdoc">partially documented</td>
1205</tr>
1206
1207<tr>
1208<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Translate_sub_super">Translate_sub_super</a></td>
1209<td class="docstat partialdoc">partially documented</td>
1210</tr>
1211
1212</table><a href="./ToBeReviewed/CALCULS/curl.html?format=raw">./ToBeReviewed/CALCULS/curl.pro</a>
1213<table>
1214
1215<tr>
1216<td class="docroutine"><a href="./ToBeReviewed/CALCULS/curl.html?format=raw#_curl">curl</a></td>
1217<td class="docstat partialdoc">partially documented</td>
1218</tr>
1219
1220</table><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw">./ToBeReviewed/CALCULS/depth2floatlevel.pro</a>
1221<table>
1222
1223<tr>
1224<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw#_depth2floatlevel">depth2floatlevel</a></td>
1225<td class="docstat partialdoc">partially documented</td>
1226</tr>
1227
1228</table><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw">./ToBeReviewed/CALCULS/depth2level.pro</a>
1229<table>
1230
1231<tr>
1232<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw#_depth2level">depth2level</a></td>
1233<td class="docstat partialdoc">partially documented</td>
1234</tr>
1235
1236</table><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw">./ToBeReviewed/CALCULS/depth2mask.pro</a>
1237<table>
1238
1239<tr>
1240<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw#_depth2mask">depth2mask</a></td>
1241<td class="docstat partialdoc">partially documented</td>
1242</tr>
1243
1244</table><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw">./ToBeReviewed/CALCULS/determ2.pro</a>
1245<table>
1246
1247<tr>
1248<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw#_determ2">determ2</a></td>
1249<td class="docstat partialdoc">partially documented</td>
1250</tr>
1251
1252</table><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw">./ToBeReviewed/CALCULS/determ3.pro</a>
1253<table>
1254
1255<tr>
1256<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw#_determ3">determ3</a></td>
1257<td class="docstat partialdoc">partially documented</td>
1258</tr>
1259
1260</table><a href="./ToBeReviewed/CALCULS/div.html?format=raw">./ToBeReviewed/CALCULS/div.pro</a>
1261<table>
1262
1263<tr>
1264<td class="docroutine"><a href="./ToBeReviewed/CALCULS/div.html?format=raw#_div">div</a></td>
1265<td class="docstat partialdoc">partially documented</td>
1266</tr>
1267
1268</table><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw">./ToBeReviewed/CALCULS/floatlevel2depth.pro</a>
1269<table>
1270
1271<tr>
1272<td class="docroutine"><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw#_floatlevel2depth">floatlevel2depth</a></td>
1273<td class="docstat partialdoc">partially documented</td>
1274</tr>
1275
1276</table><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw">./ToBeReviewed/CALCULS/fsfzpt.pro</a>
1277<table>
1278
1279<tr>
1280<td class="docroutine"><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw#_fsfzpt">fsfzpt</a></td>
1281<td class="docstat partialdoc">partially documented</td>
1282</tr>
1283
1284</table><a href="./ToBeReviewed/CALCULS/grad.html?format=raw">./ToBeReviewed/CALCULS/grad.pro</a>
1285<table>
1286
1287<tr>
1288<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grad.html?format=raw#_grad">grad</a></td>
1289<td class="docstat partialdoc">partially documented</td>
1290</tr>
1291
1292</table><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw">./ToBeReviewed/CALCULS/grossemoyenne.pro</a>
1293<table>
1294
1295<tr>
1296<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">grossemoyenne</a></td>
1297<td class="docstat partialdoc">partially documented</td>
1298</tr>
1299
1300</table><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw">./ToBeReviewed/CALCULS/hdyn.pro</a>
1301<table>
1302
1303<tr>
1304<td class="docroutine"><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">hdyn</a></td>
1305<td class="docstat partialdoc">partially documented</td>
1306</tr>
1307
1308</table><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw">./ToBeReviewed/CALCULS/level2depth.pro</a>
1309<table>
1310
1311<tr>
1312<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw#_level2depth">level2depth</a></td>
1313<td class="docstat partialdoc">partially documented</td>
1314</tr>
1315
1316</table><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw">./ToBeReviewed/CALCULS/level2index.pro</a>
1317<table>
1318
1319<tr>
1320<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw#_level2index">level2index</a></td>
1321<td class="docstat partialdoc">partially documented</td>
1322</tr>
1323
1324</table><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw">./ToBeReviewed/CALCULS/level2mask.pro</a>
1325<table>
1326
1327<tr>
1328<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw#_level2mask">level2mask</a></td>
1329<td class="docstat partialdoc">partially documented</td>
1330</tr>
1331
1332</table><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw">./ToBeReviewed/CALCULS/moyenne.pro</a>
1333<table>
1334
1335<tr>
1336<td class="docroutine"><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw#_moyenne">moyenne</a></td>
1337<td class="docstat partialdoc">partially documented</td>
1338</tr>
1339
1340</table><a href="./ToBeReviewed/CALCULS/norme.html?format=raw">./ToBeReviewed/CALCULS/norme.pro</a>
1341<table>
1342
1343<tr>
1344<td class="docroutine"><a href="./ToBeReviewed/CALCULS/norme.html?format=raw#_norme">norme</a></td>
1345<td class="docstat partialdoc">partially documented</td>
1346</tr>
1347
1348</table><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw">./ToBeReviewed/CALCULS/projectondepth.pro</a>
1349<table>
1350
1351<tr>
1352<td class="docroutine"><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw#_projectondepth">projectondepth</a></td>
1353<td class="docstat partialdoc">partially documented</td>
1354</tr>
1355
1356</table><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw">./ToBeReviewed/CALCULS/remplit.pro</a>
1357<table>
1358
1359<tr>
1360<td class="docroutine"><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw#_remplit">remplit</a></td>
1361<td class="docstat partialdoc">partially documented</td>
1362</tr>
1363
1364</table><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw">./ToBeReviewed/CALCULS/rhon.pro</a>
1365<table>
1366
1367<tr>
1368<td class="docroutine"><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">rhon</a></td>
1369<td class="docstat partialdoc">partially documented</td>
1370</tr>
1371
1372</table><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a>
1373<table>
1374
1375<tr>
1376<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></td>
1377<td class="docstat partialdoc">partially documented</td>
1378</tr>
1379
1380</table><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw">./ToBeReviewed/GRILLE/changegrid.pro</a>
1381<table>
1382
1383<tr>
1384<td class="docroutine"><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw#_changegrid">changegrid</a></td>
1385<td class="docstat notdoc">not documented</td>
1386</tr>
1387
1388</table><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw">./ToBeReviewed/GRILLE/cmpgrid.pro</a>
1389<table>
1390
1391<tr>
1392<td class="docroutine"><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw#_cmpgrid">cmpgrid</a></td>
1393<td class="docstat notdoc">not documented</td>
1394</tr>
1395
1396</table><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw">./ToBeReviewed/GRILLE/decoupeterre.pro</a>
1397<table>
1398
1399<tr>
1400<td class="docroutine"><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></td>
1401<td class="docstat partialdoc">partially documented</td>
1402</tr>
1403
1404</table><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw">./ToBeReviewed/GRILLE/domdef.pro</a>
1405<table>
1406
1407<tr>
1408<td class="docroutine"><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">domdef</a></td>
1409<td class="docstat partialdoc">partially documented</td>
1410</tr>
1411
1412</table><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw">./ToBeReviewed/GRILLE/f2v.pro</a>
1413<table>
1414
1415<tr>
1416<td class="docroutine"><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw#_f2v">f2v</a></td>
1417<td class="docstat partialdoc">partially documented</td>
1418</tr>
1419
1420</table><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw">./ToBeReviewed/GRILLE/fmask.pro</a>
1421<table>
1422
1423<tr>
1424<td class="docroutine"><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw#_fmask">fmask</a></td>
1425<td class="docstat partialdoc">partially documented</td>
1426</tr>
1427
1428</table><a href="./ToBeReviewed/GRILLE/grille.html?format=raw">./ToBeReviewed/GRILLE/grille.pro</a>
1429<table>
1430
1431<tr>
1432<td class="docroutine"><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></td>
1433<td class="docstat partialdoc">partially documented</td>
1434</tr>
1435
1436</table><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw">./ToBeReviewed/GRILLE/t2v.pro</a>
1437<table>
1438
1439<tr>
1440<td class="docroutine"><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw#_t2v">t2v</a></td>
1441<td class="docstat partialdoc">partially documented</td>
1442</tr>
1443
1444</table><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw">./ToBeReviewed/GRILLE/tracegrille.pro</a>
1445<table>
1446
1447<tr>
1448<td class="docroutine"><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw#_tracegrille">tracegrille</a></td>
1449<td class="docstat partialdoc">partially documented</td>
1450</tr>
1451
1452</table><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw">./ToBeReviewed/GRILLE/u2t.pro</a>
1453<table>
1454
1455<tr>
1456<td class="docroutine"><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw#_u2t">u2t</a></td>
1457<td class="docstat partialdoc">partially documented</td>
1458</tr>
1459
1460</table><a href="./ToBeReviewed/GRILLE/umask.html?format=raw">./ToBeReviewed/GRILLE/umask.pro</a>
1461<table>
1462
1463<tr>
1464<td class="docroutine"><a href="./ToBeReviewed/GRILLE/umask.html?format=raw#_umask">umask</a></td>
1465<td class="docstat partialdoc">partially documented</td>
1466</tr>
1467
1468</table><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw">./ToBeReviewed/GRILLE/v2t.pro</a>
1469<table>
1470
1471<tr>
1472<td class="docroutine"><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw#_v2t">v2t</a></td>
1473<td class="docstat partialdoc">partially documented</td>
1474</tr>
1475
1476</table><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw">./ToBeReviewed/GRILLE/vmask.pro</a>
1477<table>
1478
1479<tr>
1480<td class="docroutine"><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw#_vmask">vmask</a></td>
1481<td class="docstat partialdoc">partially documented</td>
1482</tr>
1483
1484</table><a href="./ToBeReviewed/HOPE/completetype.html?format=raw">./ToBeReviewed/HOPE/completetype.pro</a>
1485<table>
1486
1487<tr>
1488<td class="docroutine"><a href="./ToBeReviewed/HOPE/completetype.html?format=raw#_completetype">completetype</a></td>
1489<td class="docstat notdoc">not documented</td>
1490</tr>
1491
1492</table><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw">./ToBeReviewed/HOPE/computehopegrid.pro</a>
1493<table>
1494
1495<tr>
1496<td class="docroutine"><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw#_computehopegrid">computehopegrid</a></td>
1497<td class="docstat partialdoc">partially documented</td>
1498</tr>
1499
1500</table><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw">./ToBeReviewed/HOPE/createhopestruct.pro</a>
1501<table>
1502
1503<tr>
1504<td class="docroutine"><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw#_createhopestruct">createhopestruct</a></td>
1505<td class="docstat notdoc">not documented</td>
1506</tr>
1507
1508</table><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw">./ToBeReviewed/HOPE/cw_selectinterval.pro</a>
1509<table>
1510
1511<tr>
1512<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_get_value">cw_selectinterval_get_value</a></td>
1513<td class="docstat notdoc">not documented</td>
1514</tr>
1515
1516<tr>
1517<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_event">cw_selectinterval_event</a></td>
1518<td class="docstat notdoc">not documented</td>
1519</tr>
1520
1521<tr>
1522<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval">cw_selectinterval</a></td>
1523<td class="docstat notdoc">not documented</td>
1524</tr>
1525
1526</table><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw">./ToBeReviewed/HOPE/domainpart.pro</a>
1527<table>
1528
1529<tr>
1530<td class="docroutine"><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">domainpart</a></td>
1531<td class="docstat notdoc">not documented</td>
1532</tr>
1533
1534</table><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw">./ToBeReviewed/HOPE/findlineandpointtype.pro</a>
1535<table>
1536
1537<tr>
1538<td class="docroutine"><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">findlineandpointtype</a></td>
1539<td class="docstat notdoc">not documented</td>
1540</tr>
1541
1542</table><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw">./ToBeReviewed/HOPE/read_hope.pro</a>
1543<table>
1544
1545<tr>
1546<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope_event">read_hope_event</a></td>
1547<td class="docstat partialdoc">partially documented</td>
1548</tr>
1549
1550<tr>
1551<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope">read_hope</a></td>
1552<td class="docstat notdoc">not documented</td>
1553</tr>
1554
1555</table><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw">./ToBeReviewed/HOPE/rh_alldomains.pro</a>
1556<table>
1557
1558<tr>
1559<td class="docroutine"><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">rh_alldomains</a></td>
1560<td class="docstat notdoc">not documented</td>
1561</tr>
1562
1563</table><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw">./ToBeReviewed/HOPE/sortdim.pro</a>
1564<table>
1565
1566<tr>
1567<td class="docroutine"><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></td>
1568<td class="docstat notdoc">not documented</td>
1569</tr>
1570
1571</table><a href="./ToBeReviewed/HOPE/xrh.html?format=raw">./ToBeReviewed/HOPE/xrh.pro</a>
1572<table>
1573
1574<tr>
1575<td class="docroutine"><a href="./ToBeReviewed/HOPE/xrh.html?format=raw#_xrh">xrh</a></td>
1576<td class="docstat notdoc">not documented</td>
1577</tr>
1578
1579</table><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw">./ToBeReviewed/IMAGE/animgif.pro</a>
1580<table>
1581
1582<tr>
1583<td class="docroutine"><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw#_animgif">animgif</a></td>
1584<td class="docstat partialdoc">partially documented</td>
1585</tr>
1586
1587</table><a href="./ToBeReviewed/INIT/initncdf.html?format=raw">./ToBeReviewed/INIT/initncdf.pro</a>
1588<table>
1589
1590<tr>
1591<td class="docroutine"><a href="./ToBeReviewed/INIT/initncdf.html?format=raw#_initncdf">initncdf</a></td>
1592<td class="docstat partialdoc">partially documented</td>
1593</tr>
1594
1595</table><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw">./ToBeReviewed/LECTURE/GRIB/bit2int.pro</a>
1596<table>
1597
1598<tr>
1599<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw#_bit2int">bit2int</a></td>
1600<td class="docstat notdoc">not documented</td>
1601</tr>
1602
1603</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib.pro</a>
1604<table>
1605
1606<tr>
1607<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw#_read_grib">read_grib</a></td>
1608<td class="docstat notdoc">not documented</td>
1609</tr>
1610
1611</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_bds.pro</a>
1612<table>
1613
1614<tr>
1615<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw#_read_grib_bds">read_grib_bds</a></td>
1616<td class="docstat notdoc">not documented</td>
1617</tr>
1618
1619</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_end.pro</a>
1620<table>
1621
1622<tr>
1623<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw#_read_grib_end">read_grib_end</a></td>
1624<td class="docstat notdoc">not documented</td>
1625</tr>
1626
1627</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_gds.pro</a>
1628<table>
1629
1630<tr>
1631<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw#_read_grib_gds">read_grib_gds</a></td>
1632<td class="docstat notdoc">not documented</td>
1633</tr>
1634
1635</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_is.pro</a>
1636<table>
1637
1638<tr>
1639<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw#_read_grib_is">read_grib_is</a></td>
1640<td class="docstat notdoc">not documented</td>
1641</tr>
1642
1643</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_pds.pro</a>
1644<table>
1645
1646<tr>
1647<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw#_read_grib_pds">read_grib_pds</a></td>
1648<td class="docstat notdoc">not documented</td>
1649</tr>
1650
1651</table><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_gribtable.pro</a>
1652<table>
1653
1654<tr>
1655<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw#_read_gribtable">read_gribtable</a></td>
1656<td class="docstat partialdoc">partially documented</td>
1657</tr>
1658
1659</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_code.pro</a>
1660<table>
1661
1662<tr>
1663<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw#_scan_grib_code">scan_grib_code</a></td>
1664<td class="docstat notdoc">not documented</td>
1665</tr>
1666
1667</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_date.pro</a>
1668<table>
1669
1670<tr>
1671<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw#_scan_grib_date">scan_grib_date</a></td>
1672<td class="docstat notdoc">not documented</td>
1673</tr>
1674
1675</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.pro</a>
1676<table>
1677
1678<tr>
1679<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw#_scan_grib_messize">scan_grib_messize</a></td>
1680<td class="docstat notdoc">not documented</td>
1681</tr>
1682
1683</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.pro</a>
1684<table>
1685
1686<tr>
1687<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw#_scan_grib_nbits">scan_grib_nbits</a></td>
1688<td class="docstat notdoc">not documented</td>
1689</tr>
1690
1691</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.pro</a>
1692<table>
1693
1694<tr>
1695<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw#_scan_grib_recstart">scan_grib_recstart</a></td>
1696<td class="docstat notdoc">not documented</td>
1697</tr>
1698
1699</table><a href="./ToBeReviewed/LECTURE/binary.html?format=raw">./ToBeReviewed/LECTURE/binary.pro</a>
1700<table>
1701
1702<tr>
1703<td class="docroutine"><a href="./ToBeReviewed/LECTURE/binary.html?format=raw#_binary">binary</a></td>
1704<td class="docstat partialdoc">partially documented</td>
1705</tr>
1706
1707</table><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw">./ToBeReviewed/LECTURE/changeread.pro</a>
1708<table>
1709
1710<tr>
1711<td class="docroutine"><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw#_changeread">changeread</a></td>
1712<td class="docstat notdoc">not documented</td>
1713</tr>
1714
1715</table><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw">./ToBeReviewed/LECTURE/inverse_binary.pro</a>
1716<table>
1717
1718<tr>
1719<td class="docroutine"><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw#_inverse_binary">inverse_binary</a></td>
1720<td class="docstat partialdoc">partially documented</td>
1721</tr>
1722
1723</table><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw">./ToBeReviewed/LECTURE/litchamp.pro</a>
1724<table>
1725
1726<tr>
1727<td class="docroutine"><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw#_litchamp">litchamp</a></td>
1728<td class="docstat partialdoc">partially documented</td>
1729</tr>
1730
1731</table><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/ncdf_lec.pro</a>
1732<table>
1733
1734<tr>
1735<td class="docroutine"><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw#_ncdf_lec">ncdf_lec</a></td>
1736<td class="docstat partialdoc">partially documented</td>
1737</tr>
1738
1739</table><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw">./ToBeReviewed/LECTURE/read_ftp.pro</a>
1740<table>
1741
1742<tr>
1743<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_post">ftp_post</a></td>
1744<td class="docstat partialdoc">partially documented</td>
1745</tr>
1746
1747<tr>
1748<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_parse_pasv">ftp_parse_pasv</a></td>
1749<td class="docstat notdoc">not documented</td>
1750</tr>
1751
1752<tr>
1753<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">read_ftp</a></td>
1754<td class="docstat notdoc">not documented</td>
1755</tr>
1756
1757</table><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw">./ToBeReviewed/LECTURE/read_ncdf.pro</a>
1758<table>
1759
1760<tr>
1761<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw#_read_ncdf">read_ncdf</a></td>
1762<td class="docstat partialdoc">partially documented</td>
1763</tr>
1764
1765</table><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/xncdf_lec.pro</a>
1766<table>
1767
1768<tr>
1769<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var_event">wid_var_event</a></td>
1770<td class="docstat partialdoc">partially documented</td>
1771</tr>
1772
1773<tr>
1774<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var">wid_var</a></td>
1775<td class="docstat partialdoc">partially documented</td>
1776</tr>
1777
1778<tr>
1779<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec_event">xncdf_lec_event</a></td>
1780<td class="docstat partialdoc">partially documented</td>
1781</tr>
1782
1783<tr>
1784<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">xncdf_lec</a></td>
1785<td class="docstat partialdoc">partially documented</td>
1786</tr>
1787
1788</table><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/bar_plot.pro</a>
1789<table>
1790
1791<tr>
1792<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw#_bar_plot">bar_plot</a></td>
1793<td class="docstat partialdoc">partially documented</td>
1794</tr>
1795
1796</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt.pro</a>
1797<table>
1798
1799<tr>
1800<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">plt</a></td>
1801<td class="docstat partialdoc">partially documented</td>
1802</tr>
1803
1804</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt1d.pro</a>
1805<table>
1806
1807<tr>
1808<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">plt1d</a></td>
1809<td class="docstat partialdoc">partially documented</td>
1810</tr>
1811
1812</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltbase.pro</a>
1813<table>
1814
1815<tr>
1816<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></td>
1817<td class="docstat partialdoc">partially documented</td>
1818</tr>
1819
1820</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltsc.pro</a>
1821<table>
1822
1823<tr>
1824<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">pltsc</a></td>
1825<td class="docstat notdoc">not documented</td>
1826</tr>
1827
1828</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltt.pro</a>
1829<table>
1830
1831<tr>
1832<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></td>
1833<td class="docstat partialdoc">partially documented</td>
1834</tr>
1835
1836</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltz.pro</a>
1837<table>
1838
1839<tr>
1840<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></td>
1841<td class="docstat partialdoc">partially documented</td>
1842</tr>
1843
1844</table><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro</a>
1845<table>
1846
1847<tr>
1848<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></td>
1849<td class="docstat partialdoc">partially documented</td>
1850</tr>
1851
1852</table><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/scontour.pro</a>
1853<table>
1854
1855<tr>
1856<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></td>
1857<td class="docstat partialdoc">partially documented</td>
1858</tr>
1859
1860</table><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/splot.pro</a>
1861<table>
1862
1863<tr>
1864<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></td>
1865<td class="docstat partialdoc">partially documented</td>
1866</tr>
1867
1868</table><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/tvplus.pro</a>
1869<table>
1870
1871<tr>
1872<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw#_tvplus">tvplus</a></td>
1873<td class="docstat partialdoc">partially documented</td>
1874</tr>
1875
1876</table><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/addaxe.pro</a>
1877<table>
1878
1879<tr>
1880<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw#_addaxe">addaxe</a></td>
1881<td class="docstat partialdoc">partially documented</td>
1882</tr>
1883
1884</table><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/autoscale.pro</a>
1885<table>
1886
1887<tr>
1888<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw#_autoscale">autoscale</a></td>
1889<td class="docstat partialdoc">partially documented</td>
1890</tr>
1891
1892</table><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro</a>
1893<table>
1894
1895<tr>
1896<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">axis4pltz</a></td>
1897<td class="docstat partialdoc">partially documented</td>
1898</tr>
1899
1900</table><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro</a>
1901<table>
1902
1903<tr>
1904<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></td>
1905<td class="docstat partialdoc">partially documented</td>
1906</tr>
1907
1908</table><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checkfield.pro</a>
1909<table>
1910
1911<tr>
1912<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_1d">err_1d</a></td>
1913<td class="docstat partialdoc">partially documented</td>
1914</tr>
1915
1916<tr>
1917<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_2d">err_2d</a></td>
1918<td class="docstat notdoc">not documented</td>
1919</tr>
1920
1921<tr>
1922<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_3d">err_3d</a></td>
1923<td class="docstat notdoc">not documented</td>
1924</tr>
1925
1926<tr>
1927<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></td>
1928<td class="docstat notdoc">not documented</td>
1929</tr>
1930
1931</table><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro</a>
1932<table>
1933
1934<tr>
1935<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw#_checktypeminmax">checktypeminmax</a></td>
1936<td class="docstat partialdoc">partially documented</td>
1937</tr>
1938
1939</table><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/determineminmax.pro</a>
1940<table>
1941
1942<tr>
1943<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></td>
1944<td class="docstat partialdoc">partially documented</td>
1945</tr>
1946
1947</table><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/givewindowsize.pro</a>
1948<table>
1949
1950<tr>
1951<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw#_givewindowsize">givewindowsize</a></td>
1952<td class="docstat notdoc">not documented</td>
1953</tr>
1954
1955</table><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/meridienparallele.pro</a>
1956<table>
1957
1958<tr>
1959<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw#_meridienparallele">meridienparallele</a></td>
1960<td class="docstat partialdoc">partially documented</td>
1961</tr>
1962
1963</table><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placecolor.pro</a>
1964<table>
1965
1966<tr>
1967<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw#_placecolor">placecolor</a></td>
1968<td class="docstat partialdoc">partially documented</td>
1969</tr>
1970
1971</table><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placedessin.pro</a>
1972<table>
1973
1974<tr>
1975<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">placedessin</a></td>
1976<td class="docstat partialdoc">partially documented</td>
1977</tr>
1978
1979</table><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/projsegment.pro</a>
1980<table>
1981
1982<tr>
1983<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw#_projsegment">projsegment</a></td>
1984<td class="docstat notdoc">not documented</td>
1985</tr>
1986
1987</table><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/restoreatt.pro</a>
1988<table>
1989
1990<tr>
1991<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw#_restoreatt">restoreatt</a></td>
1992<td class="docstat partialdoc">partially documented</td>
1993</tr>
1994
1995</table><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/rotation.pro</a>
1996<table>
1997
1998<tr>
1999<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw#_ROTATION">ROTATION</a></td>
2000<td class="docstat partialdoc">partially documented</td>
2001</tr>
2002
2003</table><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/saveatt.pro</a>
2004<table>
2005
2006<tr>
2007<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw#_saveatt">saveatt</a></td>
2008<td class="docstat partialdoc">partially documented</td>
2009</tr>
2010
2011</table><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/terminedessin.pro</a>
2012<table>
2013
2014<tr>
2015<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw#_terminedessin">terminedessin</a></td>
2016<td class="docstat partialdoc">partially documented</td>
2017</tr>
2018
2019</table><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label.pro</a>
2020<table>
2021
2022<tr>
2023<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">label</a></td>
2024<td class="docstat partialdoc">partially documented</td>
2025</tr>
2026
2027</table><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_date.pro</a>
2028<table>
2029
2030<tr>
2031<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw#_LABEL_DATE">LABEL_DATE</a></td>
2032<td class="docstat partialdoc">partially documented</td>
2033</tr>
2034
2035</table><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_gmt.pro</a>
2036<table>
2037
2038<tr>
2039<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw#_label_gmt">label_gmt</a></td>
2040<td class="docstat notdoc">not documented</td>
2041</tr>
2042
2043</table><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lataxe.pro</a>
2044<table>
2045
2046<tr>
2047<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw#_lataxe">lataxe</a></td>
2048<td class="docstat partialdoc">partially documented</td>
2049</tr>
2050
2051</table><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lonaxe.pro</a>
2052<table>
2053
2054<tr>
2055<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw#_lonaxe">lonaxe</a></td>
2056<td class="docstat partialdoc">partially documented</td>
2057</tr>
2058
2059</table><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro</a>
2060<table>
2061
2062<tr>
2063<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw#_ajoutvect">ajoutvect</a></td>
2064<td class="docstat partialdoc">partially documented</td>
2065</tr>
2066
2067</table><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/vecteur.pro</a>
2068<table>
2069
2070<tr>
2071<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_cv_cm2normal">cv_cm2normal</a></td>
2072<td class="docstat partialdoc">partially documented</td>
2073</tr>
2074
2075<tr>
2076<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_normalise">normalise</a></td>
2077<td class="docstat notdoc">not documented</td>
2078</tr>
2079
2080<tr>
2081<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_vecteur">vecteur</a></td>
2082<td class="docstat notdoc">not documented</td>
2083</tr>
2084
2085</table><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/velovect.pro</a>
2086<table>
2087
2088<tr>
2089<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw#_VELOVECT">VELOVECT</a></td>
2090<td class="docstat partialdoc">partially documented</td>
2091</tr>
2092
2093</table><a href="./ToBeReviewed/PLOTS/axe.html?format=raw">./ToBeReviewed/PLOTS/axe.pro</a>
2094<table>
2095
2096<tr>
2097<td class="docroutine"><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">axe</a></td>
2098<td class="docstat partialdoc">partially documented</td>
2099</tr>
2100
2101</table><a href="./ToBeReviewed/PLOTS/legende.html?format=raw">./ToBeReviewed/PLOTS/legende.pro</a>
2102<table>
2103
2104<tr>
2105<td class="docroutine"><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></td>
2106<td class="docstat partialdoc">partially documented</td>
2107</tr>
2108
2109</table><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw">./ToBeReviewed/PLOTS/plotsym.pro</a>
2110<table>
2111
2112<tr>
2113<td class="docroutine"><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">plotsym</a></td>
2114<td class="docstat partialdoc">partially documented</td>
2115</tr>
2116
2117</table><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw">./ToBeReviewed/PLOTS/reinitplt.pro</a>
2118<table>
2119
2120<tr>
2121<td class="docroutine"><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw#_reinitplt">reinitplt</a></td>
2122<td class="docstat partialdoc">partially documented</td>
2123</tr>
2124
2125</table><a href="./ToBeReviewed/PLOTS/style.html?format=raw">./ToBeReviewed/PLOTS/style.pro</a>
2126<table>
2127
2128<tr>
2129<td class="docroutine"><a href="./ToBeReviewed/PLOTS/style.html?format=raw#_style">style</a></td>
2130<td class="docstat partialdoc">partially documented</td>
2131</tr>
2132
2133</table><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw">./ToBeReviewed/PLOTS/symbols.pro</a>
2134<table>
2135
2136<tr>
2137<td class="docroutine"><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw#_symbols">symbols</a></td>
2138<td class="docstat partialdoc">partially documented</td>
2139</tr>
2140
2141</table><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw">./ToBeReviewed/POSTSCRIPT/calibre.pro</a>
2142<table>
2143
2144<tr>
2145<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw#_calibre">calibre</a></td>
2146<td class="docstat partialdoc">partially documented</td>
2147</tr>
2148
2149</table><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw">./ToBeReviewed/POSTSCRIPT/chcolps.pro</a>
2150<table>
2151
2152<tr>
2153<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_format_colortable_hexa">format_colortable_hexa</a></td>
2154<td class="docstat notdoc">not documented</td>
2155</tr>
2156
2157<tr>
2158<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_build_table">build_table</a></td>
2159<td class="docstat notdoc">not documented</td>
2160</tr>
2161
2162<tr>
2163<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_chcolps">chcolps</a></td>
2164<td class="docstat notdoc">not documented</td>
2165</tr>
2166
2167</table><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw">./ToBeReviewed/STATISTICS/a_correlate2d.pro</a>
2168<table>
2169
2170<tr>
2171<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_Auto_Cov2d">Auto_Cov2d</a></td>
2172<td class="docstat partialdoc">partially documented</td>
2173</tr>
2174
2175<tr>
2176<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_A_Correlate2d">A_Correlate2d</a></td>
2177<td class="docstat notdoc">not documented</td>
2178</tr>
2179
2180</table><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/a_timecorrelate.pro</a>
2181<table>
2182
2183<tr>
2184<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_TimeAuto_Cov">TimeAuto_Cov</a></td>
2185<td class="docstat partialdoc">partially documented</td>
2186</tr>
2187
2188<tr>
2189<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_A_TimeCorrelate">A_TimeCorrelate</a></td>
2190<td class="docstat notdoc">not documented</td>
2191</tr>
2192
2193</table><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/c_timecorrelate.pro</a>
2194<table>
2195
2196<tr>
2197<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_TimeCross_Cov">TimeCross_Cov</a></td>
2198<td class="docstat partialdoc">partially documented</td>
2199</tr>
2200
2201<tr>
2202<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_C_Timecorrelate">C_Timecorrelate</a></td>
2203<td class="docstat notdoc">not documented</td>
2204</tr>
2205
2206</table><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw">./ToBeReviewed/STRING/chkeywd.pro</a>
2207<table>
2208
2209<tr>
2210<td class="docroutine"><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">chkeywd</a></td>
2211<td class="docstat partialdoc">partially documented</td>
2212</tr>
2213
2214</table><a href="./ToBeReviewed/STRING/delchr.html?format=raw">./ToBeReviewed/STRING/delchr.pro</a>
2215<table>
2216
2217<tr>
2218<td class="docroutine"><a href="./ToBeReviewed/STRING/delchr.html?format=raw#_DELCHR">DELCHR</a></td>
2219<td class="docstat partialdoc">partially documented</td>
2220</tr>
2221
2222</table><a href="./ToBeReviewed/STRING/getfile.html?format=raw">./ToBeReviewed/STRING/getfile.pro</a>
2223<table>
2224
2225<tr>
2226<td class="docroutine"><a href="./ToBeReviewed/STRING/getfile.html?format=raw#_getfile">getfile</a></td>
2227<td class="docstat partialdoc">partially documented</td>
2228</tr>
2229
2230</table><a href="./ToBeReviewed/STRING/getwrd.html?format=raw">./ToBeReviewed/STRING/getwrd.pro</a>
2231<table>
2232
2233<tr>
2234<td class="docroutine"><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_GETWRD">GETWRD</a></td>
2235<td class="docstat partialdoc">partially documented</td>
2236</tr>
2237
2238</table><a href="./ToBeReviewed/STRING/isnumber.html?format=raw">./ToBeReviewed/STRING/isnumber.pro</a>
2239<table>
2240
2241<tr>
2242<td class="docroutine"><a href="./ToBeReviewed/STRING/isnumber.html?format=raw#_isnumber">isnumber</a></td>
2243<td class="docstat partialdoc">partially documented</td>
2244</tr>
2245
2246</table><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a>
2247<table>
2248
2249<tr>
2250<td class="docroutine"><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></td>
2251<td class="docstat partialdoc">partially documented</td>
2252</tr>
2253
2254</table><a href="./ToBeReviewed/STRING/nwrds.html?format=raw">./ToBeReviewed/STRING/nwrds.pro</a>
2255<table>
2256
2257<tr>
2258<td class="docroutine"><a href="./ToBeReviewed/STRING/nwrds.html?format=raw#_nwrds">nwrds</a></td>
2259<td class="docstat partialdoc">partially documented</td>
2260</tr>
2261
2262</table><a href="./ToBeReviewed/STRING/putfile.html?format=raw">./ToBeReviewed/STRING/putfile.pro</a>
2263<table>
2264
2265<tr>
2266<td class="docroutine"><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">putfile</a></td>
2267<td class="docstat partialdoc">partially documented</td>
2268</tr>
2269
2270</table><a href="./ToBeReviewed/STRING/str_size.html?format=raw">./ToBeReviewed/STRING/str_size.pro</a>
2271<table>
2272
2273<tr>
2274<td class="docroutine"><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_STR_SIZE">STR_SIZE</a></td>
2275<td class="docstat partialdoc">partially documented</td>
2276</tr>
2277
2278</table><a href="./ToBeReviewed/STRING/string2struct.html?format=raw">./ToBeReviewed/STRING/string2struct.pro</a>
2279<table>
2280
2281<tr>
2282<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_too_cool">too_cool</a></td>
2283<td class="docstat notdoc">not documented</td>
2284</tr>
2285
2286<tr>
2287<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_string2struct">string2struct</a></td>
2288<td class="docstat partialdoc">partially documented</td>
2289</tr>
2290
2291</table><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw">./ToBeReviewed/STRING/strkeywd.pro</a>
2292<table>
2293
2294<tr>
2295<td class="docroutine"><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw#_strkeywd">strkeywd</a></td>
2296<td class="docstat partialdoc">partially documented</td>
2297</tr>
2298
2299</table><a href="./ToBeReviewed/STRING/strrepl.html?format=raw">./ToBeReviewed/STRING/strrepl.pro</a>
2300<table>
2301
2302<tr>
2303<td class="docroutine"><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></td>
2304<td class="docstat partialdoc">partially documented</td>
2305</tr>
2306
2307</table><a href="./ToBeReviewed/STRING/strright.html?format=raw">./ToBeReviewed/STRING/strright.pro</a>
2308<table>
2309
2310<tr>
2311<td class="docroutine"><a href="./ToBeReviewed/STRING/strright.html?format=raw#_strright">strright</a></td>
2312<td class="docstat partialdoc">partially documented</td>
2313</tr>
2314
2315</table><a href="./ToBeReviewed/STRING/strsci.html?format=raw">./ToBeReviewed/STRING/strsci.pro</a>
2316<table>
2317
2318<tr>
2319<td class="docroutine"><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_StrSci">StrSci</a></td>
2320<td class="docstat partialdoc">partially documented</td>
2321</tr>
2322
2323</table><a href="./ToBeReviewed/STRING/strtok.html?format=raw">./ToBeReviewed/STRING/strtok.pro</a>
2324<table>
2325
2326<tr>
2327<td class="docroutine"><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_Strtok">Strtok</a></td>
2328<td class="docstat partialdoc">partially documented</td>
2329</tr>
2330
2331</table><a href="./ToBeReviewed/STRING/strwhere.html?format=raw">./ToBeReviewed/STRING/strwhere.pro</a>
2332<table>
2333
2334<tr>
2335<td class="docroutine"><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></td>
2336<td class="docstat partialdoc">partially documented</td>
2337</tr>
2338
2339</table><a href="./ToBeReviewed/STRING/tostr.html?format=raw">./ToBeReviewed/STRING/tostr.pro</a>
2340<table>
2341
2342<tr>
2343<td class="docroutine"><a href="./ToBeReviewed/STRING/tostr.html?format=raw#_tostr">tostr</a></td>
2344<td class="docstat partialdoc">partially documented</td>
2345</tr>
2346
2347</table><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw">./ToBeReviewed/STRUCTURE/chkstru.pro</a>
2348<table>
2349
2350<tr>
2351<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw#_chkstru">chkstru</a></td>
2352<td class="docstat partialdoc">partially documented</td>
2353</tr>
2354
2355</table><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw">./ToBeReviewed/STRUCTURE/extractstru.pro</a>
2356<table>
2357
2358<tr>
2359<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw#_extractstru">extractstru</a></td>
2360<td class="docstat partialdoc">partially documented</td>
2361</tr>
2362
2363</table><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw">./ToBeReviewed/STRUCTURE/mixstru.pro</a>
2364<table>
2365
2366<tr>
2367<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">mixstru</a></td>
2368<td class="docstat partialdoc">partially documented</td>
2369</tr>
2370
2371</table><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw">./ToBeReviewed/STRUCTURE/struct2string.pro</a>
2372<table>
2373
2374<tr>
2375<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct2string</a></td>
2376<td class="docstat partialdoc">partially documented</td>
2377</tr>
2378
2379</table><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw">./ToBeReviewed/STRUCTURE/where_tag.pro</a>
2380<table>
2381
2382<tr>
2383<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw#_where_Tag">where_Tag</a></td>
2384<td class="docstat partialdoc">partially documented</td>
2385</tr>
2386
2387</table><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw">./ToBeReviewed/TRIANGULATION/ciseauxtri.pro</a>
2388<table>
2389
2390<tr>
2391<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">ciseauxtri</a></td>
2392<td class="docstat partialdoc">partially documented</td>
2393</tr>
2394
2395</table><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw">./ToBeReviewed/TRIANGULATION/completecointerre.pro</a>
2396<table>
2397
2398<tr>
2399<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_draw_corner_triangle">draw_corner_triangle</a></td>
2400<td class="docstat partialdoc">partially documented</td>
2401</tr>
2402
2403<tr>
2404<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_completecointerre">completecointerre</a></td>
2405<td class="docstat notdoc">not documented</td>
2406</tr>
2407
2408</table><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri.pro</a>
2409<table>
2410
2411<tr>
2412<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw#_definetri">definetri</a></td>
2413<td class="docstat partialdoc">partially documented</td>
2414</tr>
2415
2416</table><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri_e.pro</a>
2417<table>
2418
2419<tr>
2420<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_numtri">numtri</a></td>
2421<td class="docstat notdoc">not documented</td>
2422</tr>
2423
2424<tr>
2425<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">definetri_e</a></td>
2426<td class="docstat partialdoc">partially documented</td>
2427</tr>
2428
2429</table><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw">./ToBeReviewed/TRIANGULATION/dessinetri.pro</a>
2430<table>
2431
2432<tr>
2433<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw#_dessinetri">dessinetri</a></td>
2434<td class="docstat partialdoc">partially documented</td>
2435</tr>
2436
2437</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_c.pro</a>
2438<table>
2439
2440<tr>
2441<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw#_drawcoast_c">drawcoast_c</a></td>
2442<td class="docstat notdoc">not documented</td>
2443</tr>
2444
2445</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_e.pro</a>
2446<table>
2447
2448<tr>
2449<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw#_drawcoast_e">drawcoast_e</a></td>
2450<td class="docstat notdoc">not documented</td>
2451</tr>
2452
2453</table><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw">./ToBeReviewed/TRIANGULATION/drawsectionbottom.pro</a>
2454<table>
2455
2456<tr>
2457<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw#_drawsectionbottom">drawsectionbottom</a></td>
2458<td class="docstat partialdoc">partially documented</td>
2459</tr>
2460
2461</table><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw">./ToBeReviewed/TRIANGULATION/fillcornermask.pro</a>
2462<table>
2463
2464<tr>
2465<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw#_fillcornermask">fillcornermask</a></td>
2466<td class="docstat partialdoc">partially documented</td>
2467</tr>
2468
2469</table><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw">./ToBeReviewed/TRIANGULATION/section.pro</a>
2470<table>
2471
2472<tr>
2473<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">section</a></td>
2474<td class="docstat partialdoc">partially documented</td>
2475</tr>
2476
2477</table><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw">./ToBeReviewed/TRIANGULATION/tracecote.pro</a>
2478<table>
2479
2480<tr>
2481<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw#_tracecote">tracecote</a></td>
2482<td class="docstat partialdoc">partially documented</td>
2483</tr>
2484
2485</table><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw">./ToBeReviewed/TRIANGULATION/tracemask.pro</a>
2486<table>
2487
2488<tr>
2489<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw#_tracemask">tracemask</a></td>
2490<td class="docstat partialdoc">partially documented</td>
2491</tr>
2492
2493</table><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule.pro</a>
2494<table>
2495
2496<tr>
2497<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw#_triangule">triangule</a></td>
2498<td class="docstat notdoc">not documented</td>
2499</tr>
2500
2501</table><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_c.pro</a>
2502<table>
2503
2504<tr>
2505<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw#_triangule_c">triangule_c</a></td>
2506<td class="docstat partialdoc">partially documented</td>
2507</tr>
2508
2509</table><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_e.pro</a>
2510<table>
2511
2512<tr>
2513<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw#_triangule_e">triangule_e</a></td>
2514<td class="docstat partialdoc">partially documented</td>
2515</tr>
2516
2517</table><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a>
2518<table>
2519
2520<tr>
2521<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></td>
2522<td class="docstat partialdoc">partially documented</td>
2523</tr>
2524
2525</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.pro</a>
2526<table>
2527
2528<tr>
2529<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw#_buildcmd">buildcmd</a></td>
2530<td class="docstat partialdoc">partially documented</td>
2531</tr>
2532
2533</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro</a>
2534<table>
2535
2536<tr>
2537<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw#_buildreadcmd">buildreadcmd</a></td>
2538<td class="docstat partialdoc">partially documented</td>
2539</tr>
2540
2541</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.pro</a>
2542<table>
2543
2544<tr>
2545<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw#_changefield">changefield</a></td>
2546<td class="docstat notdoc">not documented</td>
2547</tr>
2548
2549</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.pro</a>
2550<table>
2551
2552<tr>
2553<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw#_changefile">changefile</a></td>
2554<td class="docstat notdoc">not documented</td>
2555</tr>
2556
2557</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro</a>
2558<table>
2559
2560<tr>
2561<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw#_createhistory">createhistory</a></td>
2562<td class="docstat notdoc">not documented</td>
2563</tr>
2564
2565</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.pro</a>
2566<table>
2567
2568<tr>
2569<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw#_cutcmd">cutcmd</a></td>
2570<td class="docstat notdoc">not documented</td>
2571</tr>
2572
2573</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.pro</a>
2574<table>
2575
2576<tr>
2577<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw#_definedefaultextra">definedefaultextra</a></td>
2578<td class="docstat notdoc">not documented</td>
2579</tr>
2580
2581</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.pro</a>
2582<table>
2583
2584<tr>
2585<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw#_doubleclickaction">doubleclickaction</a></td>
2586<td class="docstat notdoc">not documented</td>
2587</tr>
2588
2589</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.pro</a>
2590<table>
2591
2592<tr>
2593<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw#_extractatt">extractatt</a></td>
2594<td class="docstat notdoc">not documented</td>
2595</tr>
2596
2597</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.pro</a>
2598<table>
2599
2600<tr>
2601<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw#_findline">findline</a></td>
2602<td class="docstat notdoc">not documented</td>
2603</tr>
2604
2605</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.pro</a>
2606<table>
2607
2608<tr>
2609<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw#_identifyclick">identifyclick</a></td>
2610<td class="docstat notdoc">not documented</td>
2611</tr>
2612
2613</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.pro</a>
2614<table>
2615
2616<tr>
2617<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw#_inserthistory">inserthistory</a></td>
2618<td class="docstat notdoc">not documented</td>
2619</tr>
2620
2621</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro</a>
2622<table>
2623
2624<tr>
2625<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw#_letsdraw">letsdraw</a></td>
2626<td class="docstat partialdoc">partially documented</td>
2627</tr>
2628
2629</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro</a>
2630<table>
2631
2632<tr>
2633<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw#_loadgrid">loadgrid</a></td>
2634<td class="docstat notdoc">not documented</td>
2635</tr>
2636
2637</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.pro</a>
2638<table>
2639
2640<tr>
2641<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw#_longclickaction">longclickaction</a></td>
2642<td class="docstat notdoc">not documented</td>
2643</tr>
2644
2645</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro</a>
2646<table>
2647
2648<tr>
2649<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw#_read_vermair">read_vermair</a></td>
2650<td class="docstat notdoc">not documented</td>
2651</tr>
2652
2653</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro</a>
2654<table>
2655
2656<tr>
2657<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">scanfile</a></td>
2658<td class="docstat notdoc">not documented</td>
2659</tr>
2660
2661</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro</a>
2662<table>
2663
2664<tr>
2665<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile_event">selectfile_event</a></td>
2666<td class="docstat notdoc">not documented</td>
2667</tr>
2668
2669<tr>
2670<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile">selectfile</a></td>
2671<td class="docstat notdoc">not documented</td>
2672</tr>
2673
2674</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.pro</a>
2675<table>
2676
2677<tr>
2678<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw#_singleclickaction">singleclickaction</a></td>
2679<td class="docstat notdoc">not documented</td>
2680</tr>
2681
2682</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.pro</a>
2683<table>
2684
2685<tr>
2686<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw#_tracecadre">tracecadre</a></td>
2687<td class="docstat notdoc">not documented</td>
2688</tr>
2689
2690</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.pro</a>
2691<table>
2692
2693<tr>
2694<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw#_updatewidget">updatewidget</a></td>
2695<td class="docstat notdoc">not documented</td>
2696</tr>
2697
2698</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.pro</a>
2699<table>
2700
2701<tr>
2702<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim_event">xcreateanim_event</a></td>
2703<td class="docstat notdoc">not documented</td>
2704</tr>
2705
2706<tr>
2707<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim">xcreateanim</a></td>
2708<td class="docstat notdoc">not documented</td>
2709</tr>
2710
2711</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro</a>
2712<table>
2713
2714<tr>
2715<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw#_xxxmenubar_event">xxxmenubar_event</a></td>
2716<td class="docstat notdoc">not documented</td>
2717</tr>
2718
2719</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro</a>
2720<table>
2721
2722<tr>
2723<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_SETV">CW_BGROUP_SETV</a></td>
2724<td class="docstat partialdoc">partially documented</td>
2725</tr>
2726
2727<tr>
2728<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_GETV">CW_BGROUP_GETV</a></td>
2729<td class="docstat notdoc">not documented</td>
2730</tr>
2731
2732<tr>
2733<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_EVENT">CW_BGROUP_EVENT</a></td>
2734<td class="docstat notdoc">not documented</td>
2735</tr>
2736
2737<tr>
2738<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP">CW_BGROUP</a></td>
2739<td class="docstat notdoc">not documented</td>
2740</tr>
2741
2742</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro</a>
2743<table>
2744
2745<tr>
2746<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_set_value">cw_calendar_set_value</a></td>
2747<td class="docstat notdoc">not documented</td>
2748</tr>
2749
2750<tr>
2751<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_get_value">cw_calendar_get_value</a></td>
2752<td class="docstat notdoc">not documented</td>
2753</tr>
2754
2755<tr>
2756<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_get_cal_value">get_cal_value</a></td>
2757<td class="docstat notdoc">not documented</td>
2758</tr>
2759
2760<tr>
2761<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_set_cal_combobox">set_cal_combobox</a></td>
2762<td class="docstat notdoc">not documented</td>
2763</tr>
2764
2765<tr>
2766<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_move">move</a></td>
2767<td class="docstat notdoc">not documented</td>
2768</tr>
2769
2770<tr>
2771<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_event">cw_calendar_event</a></td>
2772<td class="docstat notdoc">not documented</td>
2773</tr>
2774
2775<tr>
2776<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar">cw_calendar</a></td>
2777<td class="docstat notdoc">not documented</td>
2778</tr>
2779
2780</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro</a>
2781<table>
2782
2783<tr>
2784<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm_set_value">cw_combobox_pm_set_value</a></td>
2785<td class="docstat partialdoc">partially documented</td>
2786</tr>
2787
2788<tr>
2789<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm_get_value">cw_combobox_pm_get_value</a></td>
2790<td class="docstat notdoc">not documented</td>
2791</tr>
2792
2793<tr>
2794<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm_event">cw_combobox_pm_event</a></td>
2795<td class="docstat notdoc">not documented</td>
2796</tr>
2797
2798<tr>
2799<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm">cw_combobox_pm</a></td>
2800<td class="docstat notdoc">not documented</td>
2801</tr>
2802
2803</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro</a>
2804<table>
2805
2806<tr>
2807<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_set_value">cw_domain_set_value</a></td>
2808<td class="docstat notdoc">not documented</td>
2809</tr>
2810
2811<tr>
2812<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_get_value">cw_domain_get_value</a></td>
2813<td class="docstat notdoc">not documented</td>
2814</tr>
2815
2816<tr>
2817<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_event">cw_domain_event</a></td>
2818<td class="docstat notdoc">not documented</td>
2819</tr>
2820
2821<tr>
2822<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain">cw_domain</a></td>
2823<td class="docstat notdoc">not documented</td>
2824</tr>
2825
2826</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro</a>
2827<table>
2828
2829<tr>
2830<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm_set_value">cw_droplist_pm_set_value</a></td>
2831<td class="docstat partialdoc">partially documented</td>
2832</tr>
2833
2834<tr>
2835<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm_get_value">cw_droplist_pm_get_value</a></td>
2836<td class="docstat notdoc">not documented</td>
2837</tr>
2838
2839<tr>
2840<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm_event">cw_droplist_pm_event</a></td>
2841<td class="docstat notdoc">not documented</td>
2842</tr>
2843
2844<tr>
2845<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm">cw_droplist_pm</a></td>
2846<td class="docstat notdoc">not documented</td>
2847</tr>
2848
2849</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro</a>
2850<table>
2851
2852<tr>
2853<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout_event">cw_pagelayout_event</a></td>
2854<td class="docstat notdoc">not documented</td>
2855</tr>
2856
2857<tr>
2858<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout">cw_pagelayout</a></td>
2859<td class="docstat notdoc">not documented</td>
2860</tr>
2861
2862</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro</a>
2863<table>
2864
2865<tr>
2866<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice_set_value">cw_slide_slice_set_value</a></td>
2867<td class="docstat notdoc">not documented</td>
2868</tr>
2869
2870<tr>
2871<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice_event">cw_slide_slice_event</a></td>
2872<td class="docstat notdoc">not documented</td>
2873</tr>
2874
2875<tr>
2876<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice">cw_slide_slice</a></td>
2877<td class="docstat notdoc">not documented</td>
2878</tr>
2879
2880</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro</a>
2881<table>
2882
2883<tr>
2884<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decvalue">decvalue</a></td>
2885<td class="docstat partialdoc">partially documented</td>
2886</tr>
2887
2888<tr>
2889<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decind">decind</a></td>
2890<td class="docstat notdoc">not documented</td>
2891</tr>
2892
2893<tr>
2894<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm_set_value">cw_slider_pm_set_value</a></td>
2895<td class="docstat notdoc">not documented</td>
2896</tr>
2897
2898<tr>
2899<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm_get_value">cw_slider_pm_get_value</a></td>
2900<td class="docstat notdoc">not documented</td>
2901</tr>
2902
2903<tr>
2904<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm_event">cw_slider_pm_event</a></td>
2905<td class="docstat notdoc">not documented</td>
2906</tr>
2907
2908<tr>
2909<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm">cw_slider_pm</a></td>
2910<td class="docstat notdoc">not documented</td>
2911</tr>
2912
2913</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro</a>
2914<table>
2915
2916<tr>
2917<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_set_value">cw_specifie_set_value</a></td>
2918<td class="docstat notdoc">not documented</td>
2919</tr>
2920
2921<tr>
2922<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_get_value">cw_specifie_get_value</a></td>
2923<td class="docstat notdoc">not documented</td>
2924</tr>
2925
2926<tr>
2927<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_event">cw_specifie_event</a></td>
2928<td class="docstat notdoc">not documented</td>
2929</tr>
2930
2931<tr>
2932<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie">cw_specifie</a></td>
2933<td class="docstat notdoc">not documented</td>
2934</tr>
2935
2936</table><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw">./ToBeReviewed/WIDGET/findtopid.pro</a>
2937<table>
2938
2939<tr>
2940<td class="docroutine"><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw#_findtopid">findtopid</a></td>
2941<td class="docstat partialdoc">partially documented</td>
2942</tr>
2943
2944</table><a href="./ToBeReviewed/WIDGET/slec.html?format=raw">./ToBeReviewed/WIDGET/slec.pro</a>
2945<table>
2946
2947<tr>
2948<td class="docroutine"><a href="./ToBeReviewed/WIDGET/slec.html?format=raw#_slec">slec</a></td>
2949<td class="docstat notdoc">not documented</td>
2950</tr>
2951
2952</table><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw">./ToBeReviewed/WIDGET/xnotice.pro</a>
2953<table>
2954
2955<tr>
2956<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw#_xnotice">xnotice</a></td>
2957<td class="docstat partialdoc">partially documented</td>
2958</tr>
2959
2960</table><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw">./ToBeReviewed/WIDGET/xquestion.pro</a>
2961<table>
2962
2963<tr>
2964<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion_event">xquestion_event</a></td>
2965<td class="docstat partialdoc">partially documented</td>
2966</tr>
2967
2968<tr>
2969<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion">xquestion</a></td>
2970<td class="docstat notdoc">not documented</td>
2971</tr>
2972
2973</table><a href="./ToBeReviewed/WIDGET/xx.html?format=raw">./ToBeReviewed/WIDGET/xx.pro</a>
2974<table>
2975
2976<tr>
2977<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xx.html?format=raw#_xx">xx</a></td>
2978<td class="docstat notdoc">not documented</td>
2979</tr>
2980
2981</table><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw">./ToBeReviewed/WIDGET/xxx.pro</a>
2982<table>
2983
2984<tr>
2985<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx_event">xxx_event</a></td>
2986<td class="docstat partialdoc">partially documented</td>
2987</tr>
2988
2989<tr>
2990<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx">xxx</a></td>
2991<td class="docstat notdoc">not documented</td>
2992</tr>
2993
2994</table><a href="./Utilities/createfunc.html?format=raw">./Utilities/createfunc.pro</a>
2995<table>
2996
2997<tr>
2998<td class="docroutine"><a href="./Utilities/createfunc.html?format=raw#_createfunc">createfunc</a></td>
2999<td class="docstat partialdoc">partially documented</td>
3000</tr>
3001
3002</table><a href="./buildinit.html?format=raw">./buildinit.pro</a>
3003<table>
3004
3005<tr>
3006<td class="docroutine"><a href="./buildinit.html?format=raw#_CW_FIELD2">CW_FIELD2</a></td>
3007<td class="docstat partialdoc">partially documented</td>
3008</tr>
3009
3010<tr>
3011<td class="docroutine"><a href="./buildinit.html?format=raw#_printerdef_event">printerdef_event</a></td>
3012<td class="docstat notdoc">not documented</td>
3013</tr>
3014
3015<tr>
3016<td class="docroutine"><a href="./buildinit.html?format=raw#_papsize_event">papsize_event</a></td>
3017<td class="docstat notdoc">not documented</td>
3018</tr>
3019
3020<tr>
3021<td class="docroutine"><a href="./buildinit.html?format=raw#_xask_event">xask_event</a></td>
3022<td class="docstat notdoc">not documented</td>
3023</tr>
3024
3025<tr>
3026<td class="docroutine"><a href="./buildinit.html?format=raw#_xask">xask</a></td>
3027<td class="docstat notdoc">not documented</td>
3028</tr>
3029
3030<tr>
3031<td class="docroutine"><a href="./buildinit.html?format=raw#_getdir">getdir</a></td>
3032<td class="docstat notdoc">not documented</td>
3033</tr>
3034
3035<tr>
3036<td class="docroutine"><a href="./buildinit.html?format=raw#_buildinit">buildinit</a></td>
3037<td class="docstat notdoc">not documented</td>
3038</tr>
3039
3040</table></div>
3041<div id="obsolete">
3042  <h2>Obsolete routines</h2><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
3043<table>
3044
3045<tr>
3046<td class="obsroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
3047</tr>
3048
3049</table><a href="./Obsolete/extrait.html?format=raw">./Obsolete/extrait.pro</a>
3050<table>
3051
3052<tr>
3053<td class="obsroutine"><a href="./Obsolete/extrait.html?format=raw#_extrait">extrait</a></td>
3054</tr>
3055
3056</table><a href="./Obsolete/ficdate.html?format=raw">./Obsolete/ficdate.pro</a>
3057<table>
3058
3059<tr>
3060<td class="obsroutine"><a href="./Obsolete/ficdate.html?format=raw#_ficdate">ficdate</a></td>
3061</tr>
3062
3063</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
3064<table>
3065
3066<tr>
3067<td class="obsroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
3068</tr>
3069
3070</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
3071<table>
3072
3073<tr>
3074<td class="obsroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
3075</tr>
3076
3077</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
3078<table>
3079
3080<tr>
3081<td class="obsroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
3082</tr>
3083
3084</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
3085<table>
3086
3087<tr>
3088<td class="obsroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
3089</tr>
3090
3091</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
3092<table>
3093
3094<tr>
3095<td class="obsroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
3096</tr>
3097
3098</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
3099<table>
3100
3101<tr>
3102<td class="obsroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
3103</tr>
3104
3105</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
3106<table>
3107
3108<tr>
3109<td class="obsroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
3110</tr>
3111
3112</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
3113<table>
3114
3115<tr>
3116<td class="obsroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
3117</tr>
3118
3119</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
3120<table>
3121
3122<tr>
3123<td class="obsroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
3124</tr>
3125
3126</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
3127<table>
3128
3129<tr>
3130<td class="obsroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
3131</tr>
3132
3133</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
3134<table>
3135
3136<tr>
3137<td class="obsroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
3138</tr>
3139
3140</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
3141<table>
3142
3143<tr>
3144<td class="obsroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
3145</tr>
3146
3147</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
3148<table>
3149
3150<tr>
3151<td class="obsroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
3152</tr>
3153
3154</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
3155<table>
3156
3157<tr>
3158<td class="obsroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
3159</tr>
3160
3161</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
3162<table>
3163
3164<tr>
3165<td class="obsroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
3166</tr>
3167
3168</table><a href="./Obsolete/zeroun.html?format=raw">./Obsolete/zeroun.pro</a>
3169<table>
3170
3171<tr>
3172<td class="obsroutine"><a href="./Obsolete/zeroun.html?format=raw#_zeroun">zeroun</a></td>
3173</tr>
3174
3175</table></div>
3176<div id="statistics">
3177  <h2>Statistics warnings</h2></div>
3178     
3179
3180      <div id="tagline">Produced by IDLdoc 2.0.</div>
3181
3182    </div>
3183
3184  </body>
3185</html>
Note: See TracBrowser for help on using the repository browser.