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

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

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File size: 125.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 { 
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></div>
741<div id="bugs">
742  <h2>Known bugs</h2></div>
743<div id="undoc">
744  <h2>Undocumented routines</h2><a href="./Calendar/date2string.html?format=raw">./Calendar/date2string.pro</a>
745<table>
746
747<tr>
748<td class="docroutine"><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></td>
749<td class="docstat partialdoc">partially documented</td>
750</tr>
751
752</table><a href="./Calendar/monthname.html?format=raw">./Calendar/monthname.pro</a>
753<table>
754
755<tr>
756<td class="docroutine"><a href="./Calendar/monthname.html?format=raw#_monthname">monthname</a></td>
757<td class="docstat partialdoc">partially documented</td>
758</tr>
759
760</table><a href="./Grid/computegrid.html?format=raw">./Grid/computegrid.pro</a>
761<table>
762
763<tr>
764<td class="docroutine"><a href="./Grid/computegrid.html?format=raw#_computegrid">computegrid</a></td>
765<td class="docstat partialdoc">partially documented</td>
766</tr>
767
768</table><a href="./Grid/micromeshmask.html?format=raw">./Grid/micromeshmask.pro</a>
769<table>
770
771<tr>
772<td class="docroutine"><a href="./Grid/micromeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></td>
773<td class="docstat partialdoc">partially documented</td>
774</tr>
775
776</table><a href="./Grid/ncdf_meshread.html?format=raw">./Grid/ncdf_meshread.pro</a>
777<table>
778
779<tr>
780<td class="docroutine"><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">ncdf_meshread</a></td>
781<td class="docstat partialdoc">partially documented</td>
782</tr>
783
784</table><a href="./Grid/smallmeshmask.html?format=raw">./Grid/smallmeshmask.pro</a>
785<table>
786
787<tr>
788<td class="docroutine"><a href="./Grid/smallmeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></td>
789<td class="docstat partialdoc">partially documented</td>
790</tr>
791
792</table><a href="./Interpolation/angle.html?format=raw">./Interpolation/angle.pro</a>
793<table>
794
795<tr>
796<td class="docroutine"><a href="./Interpolation/angle.html?format=raw#_fsnspp">fsnspp</a></td>
797<td class="docstat partialdoc">partially documented</td>
798</tr>
799
800<tr>
801<td class="docroutine"><a href="./Interpolation/angle.html?format=raw#_angle">angle</a></td>
802<td class="docstat partialdoc">partially documented</td>
803</tr>
804
805</table><a href="./Interpolation/compute_fromirr_bilinear_weigaddr.html?format=raw">./Interpolation/compute_fromirr_bilinear_weigaddr.pro</a>
806<table>
807
808<tr>
809<td class="docroutine"><a href="./Interpolation/compute_fromirr_bilinear_weigaddr.html?format=raw#_compute_fromirr_bilinear_weigaddr">compute_fromirr_bilinear_weigaddr</a></td>
810<td class="docstat partialdoc">partially documented</td>
811</tr>
812
813</table><a href="./Interpolation/compute_fromreg_bilinear_weigaddr.html?format=raw">./Interpolation/compute_fromreg_bilinear_weigaddr.pro</a>
814<table>
815
816<tr>
817<td class="docroutine"><a href="./Interpolation/compute_fromreg_bilinear_weigaddr.html?format=raw#_compute_fromreg_bilinear_weigaddr">compute_fromreg_bilinear_weigaddr</a></td>
818<td class="docstat partialdoc">partially documented</td>
819</tr>
820
821</table><a href="./Interpolation/compute_fromreg_imoms3_weigaddr.html?format=raw">./Interpolation/compute_fromreg_imoms3_weigaddr.pro</a>
822<table>
823
824<tr>
825<td class="docroutine"><a href="./Interpolation/compute_fromreg_imoms3_weigaddr.html?format=raw#_compute_fromreg_imoms3_weigaddr">compute_fromreg_imoms3_weigaddr</a></td>
826<td class="docstat partialdoc">partially documented</td>
827</tr>
828
829</table><a href="./Interpolation/cutpar.html?format=raw">./Interpolation/cutpar.pro</a>
830<table>
831
832<tr>
833<td class="docroutine"><a href="./Interpolation/cutpar.html?format=raw#_cutpar">cutpar</a></td>
834<td class="docstat partialdoc">partially documented</td>
835</tr>
836
837</table><a href="./Interpolation/cutsegment.html?format=raw">./Interpolation/cutsegment.pro</a>
838<table>
839
840<tr>
841<td class="docroutine"><a href="./Interpolation/cutsegment.html?format=raw#_cutsegment">cutsegment</a></td>
842<td class="docstat partialdoc">partially documented</td>
843</tr>
844
845</table><a href="./Interpolation/extrapolate.html?format=raw">./Interpolation/extrapolate.pro</a>
846<table>
847
848<tr>
849<td class="docroutine"><a href="./Interpolation/extrapolate.html?format=raw#_extrapolate">extrapolate</a></td>
850<td class="docstat partialdoc">partially documented</td>
851</tr>
852
853</table><a href="./Interpolation/fromreg.html?format=raw">./Interpolation/fromreg.pro</a>
854<table>
855
856<tr>
857<td class="docroutine"><a href="./Interpolation/fromreg.html?format=raw#_fromreg">fromreg</a></td>
858<td class="docstat partialdoc">partially documented</td>
859</tr>
860
861</table><a href="./Interpolation/get_gridparams.html?format=raw">./Interpolation/get_gridparams.pro</a>
862<table>
863
864<tr>
865<td class="docroutine"><a href="./Interpolation/get_gridparams.html?format=raw#_get_gridparams">get_gridparams</a></td>
866<td class="docstat partialdoc">partially documented</td>
867</tr>
868
869</table><a href="./Interpolation/imoms3.html?format=raw">./Interpolation/imoms3.pro</a>
870<table>
871
872<tr>
873<td class="docroutine"><a href="./Interpolation/imoms3.html?format=raw#_imoms3">imoms3</a></td>
874<td class="docstat partialdoc">partially documented</td>
875</tr>
876
877</table><a href="./Interpolation/inquad.html?format=raw">./Interpolation/inquad.pro</a>
878<table>
879
880<tr>
881<td class="docroutine"><a href="./Interpolation/inquad.html?format=raw#_inquad">inquad</a></td>
882<td class="docstat partialdoc">partially documented</td>
883</tr>
884
885</table><a href="./Interpolation/inrecgrid.html?format=raw">./Interpolation/inrecgrid.pro</a>
886<table>
887
888<tr>
889<td class="docroutine"><a href="./Interpolation/inrecgrid.html?format=raw#_inrecgrid">inrecgrid</a></td>
890<td class="docstat partialdoc">partially documented</td>
891</tr>
892
893</table><a href="./Interpolation/map_npoints.html?format=raw">./Interpolation/map_npoints.pro</a>
894<table>
895
896<tr>
897<td class="docroutine"><a href="./Interpolation/map_npoints.html?format=raw#_Map_npoints">Map_npoints</a></td>
898<td class="docstat partialdoc">partially documented</td>
899</tr>
900
901</table><a href="./Interpolation/neighbor.html?format=raw">./Interpolation/neighbor.pro</a>
902<table>
903
904<tr>
905<td class="docroutine"><a href="./Interpolation/neighbor.html?format=raw#_neighbor">neighbor</a></td>
906<td class="docstat partialdoc">partially documented</td>
907</tr>
908
909</table><a href="./Interpolation/quadrilateral2square.html?format=raw">./Interpolation/quadrilateral2square.pro</a>
910<table>
911
912<tr>
913<td class="docroutine"><a href="./Interpolation/quadrilateral2square.html?format=raw#_quadrilateral2square">quadrilateral2square</a></td>
914<td class="docstat partialdoc">partially documented</td>
915</tr>
916
917</table><a href="./Interpolation/spl_incr.html?format=raw">./Interpolation/spl_incr.pro</a>
918<table>
919
920<tr>
921<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_concave">pure_concave</a></td>
922<td class="docstat partialdoc">partially documented</td>
923</tr>
924
925<tr>
926<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_convex">pure_convex</a></td>
927<td class="docstat notdoc">not documented</td>
928</tr>
929
930<tr>
931<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_spl_incr">spl_incr</a></td>
932<td class="docstat partialdoc">partially documented</td>
933</tr>
934
935</table><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
936<table>
937
938<tr>
939<td class="docroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
940<td class="docstat partialdoc">partially documented</td>
941</tr>
942
943</table><a href="./Obsolete/fictype.html?format=raw">./Obsolete/fictype.pro</a>
944<table>
945
946<tr>
947<td class="docroutine"><a href="./Obsolete/fictype.html?format=raw#_fictype">fictype</a></td>
948<td class="docstat partialdoc">partially documented</td>
949</tr>
950
951</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
952<table>
953
954<tr>
955<td class="docroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
956<td class="docstat partialdoc">partially documented</td>
957</tr>
958
959</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
960<table>
961
962<tr>
963<td class="docroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
964<td class="docstat partialdoc">partially documented</td>
965</tr>
966
967</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
968<table>
969
970<tr>
971<td class="docroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
972<td class="docstat partialdoc">partially documented</td>
973</tr>
974
975</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
976<table>
977
978<tr>
979<td class="docroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
980<td class="docstat partialdoc">partially documented</td>
981</tr>
982
983</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
984<table>
985
986<tr>
987<td class="docroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
988<td class="docstat partialdoc">partially documented</td>
989</tr>
990
991</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
992<table>
993
994<tr>
995<td class="docroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
996<td class="docstat partialdoc">partially documented</td>
997</tr>
998
999</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
1000<table>
1001
1002<tr>
1003<td class="docroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
1004<td class="docstat partialdoc">partially documented</td>
1005</tr>
1006
1007</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
1008<table>
1009
1010<tr>
1011<td class="docroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
1012<td class="docstat partialdoc">partially documented</td>
1013</tr>
1014
1015</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
1016<table>
1017
1018<tr>
1019<td class="docroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
1020<td class="docstat partialdoc">partially documented</td>
1021</tr>
1022
1023</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
1024<table>
1025
1026<tr>
1027<td class="docroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
1028<td class="docstat partialdoc">partially documented</td>
1029</tr>
1030
1031</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
1032<table>
1033
1034<tr>
1035<td class="docroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
1036<td class="docstat partialdoc">partially documented</td>
1037</tr>
1038
1039</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
1040<table>
1041
1042<tr>
1043<td class="docroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
1044<td class="docstat partialdoc">partially documented</td>
1045</tr>
1046
1047</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
1048<table>
1049
1050<tr>
1051<td class="docroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
1052<td class="docstat partialdoc">partially documented</td>
1053</tr>
1054
1055</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
1056<table>
1057
1058<tr>
1059<td class="docroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
1060<td class="docstat partialdoc">partially documented</td>
1061</tr>
1062
1063</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
1064<table>
1065
1066<tr>
1067<td class="docroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
1068<td class="docstat partialdoc">partially documented</td>
1069</tr>
1070
1071</table><a href="./Postscript/openps.html?format=raw">./Postscript/openps.pro</a>
1072<table>
1073
1074<tr>
1075<td class="docroutine"><a href="./Postscript/openps.html?format=raw#_openps">openps</a></td>
1076<td class="docstat partialdoc">partially documented</td>
1077</tr>
1078
1079</table><a href="./Postscript/printps.html?format=raw">./Postscript/printps.pro</a>
1080<table>
1081
1082<tr>
1083<td class="docroutine"><a href="./Postscript/printps.html?format=raw#_printps_event">printps_event</a></td>
1084<td class="docstat partialdoc">partially documented</td>
1085</tr>
1086
1087</table><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listdims.pro</a>
1088<table>
1089
1090<tr>
1091<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw#_ncdf_listdims">ncdf_listdims</a></td>
1092<td class="docstat notdoc">not documented</td>
1093</tr>
1094
1095</table><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listvars.pro</a>
1096<table>
1097
1098<tr>
1099<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw#_ncdf_listvars">ncdf_listvars</a></td>
1100<td class="docstat notdoc">not documented</td>
1101</tr>
1102
1103</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro</a>
1104<table>
1105
1106<tr>
1107<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getFile">ncdf_quickread_getFile</a></td>
1108<td class="docstat notdoc">not documented</td>
1109</tr>
1110
1111<tr>
1112<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getDir">ncdf_quickread_getDir</a></td>
1113<td class="docstat notdoc">not documented</td>
1114</tr>
1115
1116<tr>
1117<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_validateName">ncdf_quickread_validateName</a></td>
1118<td class="docstat notdoc">not documented</td>
1119</tr>
1120
1121<tr>
1122<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_helper">ncdf_quickread_helper</a></td>
1123<td class="docstat notdoc">not documented</td>
1124</tr>
1125
1126</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.pro</a>
1127<table>
1128
1129<tr>
1130<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw#_ncdf_quickwrite_helper1">ncdf_quickwrite_helper1</a></td>
1131<td class="docstat notdoc">not documented</td>
1132</tr>
1133
1134</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.pro</a>
1135<table>
1136
1137<tr>
1138<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#__str">_str</a></td>
1139<td class="docstat notdoc">not documented</td>
1140</tr>
1141
1142<tr>
1143<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_typename">ncdf_quickwrite_typename</a></td>
1144<td class="docstat notdoc">not documented</td>
1145</tr>
1146
1147<tr>
1148<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">ncdf_quickwrite_helper2</a></td>
1149<td class="docstat notdoc">not documented</td>
1150</tr>
1151
1152</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.pro</a>
1153<table>
1154
1155<tr>
1156<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw#_ncdf_quickwrite_helper3">ncdf_quickwrite_helper3</a></td>
1157<td class="docstat notdoc">not documented</td>
1158</tr>
1159
1160</table><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_read.pro</a>
1161<table>
1162
1163<tr>
1164<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw#_ncdf_read">ncdf_read</a></td>
1165<td class="docstat notdoc">not documented</td>
1166</tr>
1167
1168</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct.pro</a>
1169<table>
1170
1171<tr>
1172<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw#_ncdf_struct">ncdf_struct</a></td>
1173<td class="docstat notdoc">not documented</td>
1174</tr>
1175
1176</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct_free.pro</a>
1177<table>
1178
1179<tr>
1180<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw#_ncdf_struct_free">ncdf_struct_free</a></td>
1181<td class="docstat notdoc">not documented</td>
1182</tr>
1183
1184</table><a href="./ReadWrite/ncdf_timeget.html?format=raw">./ReadWrite/ncdf_timeget.pro</a>
1185<table>
1186
1187<tr>
1188<td class="docroutine"><a href="./ReadWrite/ncdf_timeget.html?format=raw#_ncdf_timeget">ncdf_timeget</a></td>
1189<td class="docstat partialdoc">partially documented</td>
1190</tr>
1191
1192</table><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a>
1193<table>
1194
1195<tr>
1196<td class="docroutine"><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></td>
1197<td class="docstat partialdoc">partially documented</td>
1198</tr>
1199
1200</table><a href="./ReadWrite/readoldopadistcoast.html?format=raw">./ReadWrite/readoldopadistcoast.pro</a>
1201<table>
1202
1203<tr>
1204<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></td>
1205<td class="docstat partialdoc">partially documented</td>
1206</tr>
1207
1208<tr>
1209<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_readoldopadistcoast">readoldopadistcoast</a></td>
1210<td class="docstat partialdoc">partially documented</td>
1211</tr>
1212
1213</table><a href="./ReadWrite/readoldoparestart.html?format=raw">./ReadWrite/readoldoparestart.pro</a>
1214<table>
1215
1216<tr>
1217<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></td>
1218<td class="docstat partialdoc">partially documented</td>
1219</tr>
1220
1221<tr>
1222<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read3fromopa">read3fromopa</a></td>
1223<td class="docstat partialdoc">partially documented</td>
1224</tr>
1225
1226</table><a href="./ReadWrite/scanctl.html?format=raw">./ReadWrite/scanctl.pro</a>
1227<table>
1228
1229<tr>
1230<td class="docroutine"><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></td>
1231<td class="docstat partialdoc">partially documented</td>
1232</tr>
1233
1234</table><a href="./Tests/TestsOld/tst_basic_old.html?format=raw">./Tests/TestsOld/tst_basic_old.pro</a>
1235<table>
1236
1237<tr>
1238<td class="docroutine"><a href="./Tests/TestsOld/tst_basic_old.html?format=raw#_tst_basic_old">tst_basic_old</a></td>
1239<td class="docstat notdoc">not documented</td>
1240</tr>
1241
1242</table><a href="./Tests/TestsOld/tst_plt_old.html?format=raw">./Tests/TestsOld/tst_plt_old.pro</a>
1243<table>
1244
1245<tr>
1246<td class="docroutine"><a href="./Tests/TestsOld/tst_plt_old.html?format=raw#_tst_plt_old">tst_plt_old</a></td>
1247<td class="docstat notdoc">not documented</td>
1248</tr>
1249
1250</table><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw">./Tests/TestsOld/tst_pltt_old.pro</a>
1251<table>
1252
1253<tr>
1254<td class="docroutine"><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw#_tst_pltt_old">tst_pltt_old</a></td>
1255<td class="docstat notdoc">not documented</td>
1256</tr>
1257
1258</table><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw">./Tests/TestsOld/tst_pltz_old.pro</a>
1259<table>
1260
1261<tr>
1262<td class="docroutine"><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw#_tst_pltz_old">tst_pltz_old</a></td>
1263<td class="docstat notdoc">not documented</td>
1264</tr>
1265
1266</table><a href="./Tests/tst_basic.html?format=raw">./Tests/tst_basic.pro</a>
1267<table>
1268
1269<tr>
1270<td class="docroutine"><a href="./Tests/tst_basic.html?format=raw#_tst_basic">tst_basic</a></td>
1271<td class="docstat notdoc">not documented</td>
1272</tr>
1273
1274</table><a href="./Tests/tst_plt.html?format=raw">./Tests/tst_plt.pro</a>
1275<table>
1276
1277<tr>
1278<td class="docroutine"><a href="./Tests/tst_plt.html?format=raw#_tst_plt">tst_plt</a></td>
1279<td class="docstat notdoc">not documented</td>
1280</tr>
1281
1282</table><a href="./Tests/tst_pltt.html?format=raw">./Tests/tst_pltt.pro</a>
1283<table>
1284
1285<tr>
1286<td class="docroutine"><a href="./Tests/tst_pltt.html?format=raw#_tst_pltt">tst_pltt</a></td>
1287<td class="docstat notdoc">not documented</td>
1288</tr>
1289
1290</table><a href="./Tests/tst_pltz.html?format=raw">./Tests/tst_pltz.pro</a>
1291<table>
1292
1293<tr>
1294<td class="docroutine"><a href="./Tests/tst_pltz.html?format=raw#_tst_pltz">tst_pltz</a></td>
1295<td class="docstat notdoc">not documented</td>
1296</tr>
1297
1298</table><a href="./Textoidl/matchdelim.html?format=raw">./Textoidl/matchdelim.pro</a>
1299<table>
1300
1301<tr>
1302<td class="docroutine"><a href="./Textoidl/matchdelim.html?format=raw#_Matchdelim">Matchdelim</a></td>
1303<td class="docstat partialdoc">partially documented</td>
1304</tr>
1305
1306</table><a href="./Textoidl/nexttok.html?format=raw">./Textoidl/nexttok.pro</a>
1307<table>
1308
1309<tr>
1310<td class="docroutine"><a href="./Textoidl/nexttok.html?format=raw#_nexttok">nexttok</a></td>
1311<td class="docstat partialdoc">partially documented</td>
1312</tr>
1313
1314</table><a href="./Textoidl/showtex.html?format=raw">./Textoidl/showtex.pro</a>
1315<table>
1316
1317<tr>
1318<td class="docroutine"><a href="./Textoidl/showtex.html?format=raw#_Showtex">Showtex</a></td>
1319<td class="docstat partialdoc">partially documented</td>
1320</tr>
1321
1322</table><a href="./Textoidl/str_token.html?format=raw">./Textoidl/str_token.pro</a>
1323<table>
1324
1325<tr>
1326<td class="docroutine"><a href="./Textoidl/str_token.html?format=raw#_Str_token">Str_token</a></td>
1327<td class="docstat partialdoc">partially documented</td>
1328</tr>
1329
1330</table><a href="./Textoidl/strcnt.html?format=raw">./Textoidl/strcnt.pro</a>
1331<table>
1332
1333<tr>
1334<td class="docroutine"><a href="./Textoidl/strcnt.html?format=raw#_Strcnt">Strcnt</a></td>
1335<td class="docstat partialdoc">partially documented</td>
1336</tr>
1337
1338</table><a href="./Textoidl/strtrans.html?format=raw">./Textoidl/strtrans.pro</a>
1339<table>
1340
1341<tr>
1342<td class="docroutine"><a href="./Textoidl/strtrans.html?format=raw#_strtrans">strtrans</a></td>
1343<td class="docstat partialdoc">partially documented</td>
1344</tr>
1345
1346</table><a href="./Textoidl/sub_sup_idl.html?format=raw">./Textoidl/sub_sup_idl.pro</a>
1347<table>
1348
1349<tr>
1350<td class="docroutine"><a href="./Textoidl/sub_sup_idl.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1351<td class="docstat partialdoc">partially documented</td>
1352</tr>
1353
1354</table><a href="./Textoidl/textable.html?format=raw">./Textoidl/textable.pro</a>
1355<table>
1356
1357<tr>
1358<td class="docroutine"><a href="./Textoidl/textable.html?format=raw#_textable">textable</a></td>
1359<td class="docstat partialdoc">partially documented</td>
1360</tr>
1361
1362</table><a href="./Textoidl/textoidl.html?format=raw">./Textoidl/textoidl.pro</a>
1363<table>
1364
1365<tr>
1366<td class="docroutine"><a href="./Textoidl/textoidl.html?format=raw#_Textoidl">Textoidl</a></td>
1367<td class="docstat partialdoc">partially documented</td>
1368</tr>
1369
1370</table><a href="./Textoidl/translate_sub_super.html?format=raw">./Textoidl/translate_sub_super.pro</a>
1371<table>
1372
1373<tr>
1374<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1375<td class="docstat partialdoc">partially documented</td>
1376</tr>
1377
1378<tr>
1379<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Translate_sub_super">Translate_sub_super</a></td>
1380<td class="docstat partialdoc">partially documented</td>
1381</tr>
1382
1383</table><a href="./ToBeReviewed/CALCULS/curl.html?format=raw">./ToBeReviewed/CALCULS/curl.pro</a>
1384<table>
1385
1386<tr>
1387<td class="docroutine"><a href="./ToBeReviewed/CALCULS/curl.html?format=raw#_curl">curl</a></td>
1388<td class="docstat partialdoc">partially documented</td>
1389</tr>
1390
1391</table><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw">./ToBeReviewed/CALCULS/depth2floatlevel.pro</a>
1392<table>
1393
1394<tr>
1395<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw#_depth2floatlevel">depth2floatlevel</a></td>
1396<td class="docstat partialdoc">partially documented</td>
1397</tr>
1398
1399</table><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw">./ToBeReviewed/CALCULS/depth2level.pro</a>
1400<table>
1401
1402<tr>
1403<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw#_depth2level">depth2level</a></td>
1404<td class="docstat partialdoc">partially documented</td>
1405</tr>
1406
1407</table><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw">./ToBeReviewed/CALCULS/depth2mask.pro</a>
1408<table>
1409
1410<tr>
1411<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw#_depth2mask">depth2mask</a></td>
1412<td class="docstat partialdoc">partially documented</td>
1413</tr>
1414
1415</table><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw">./ToBeReviewed/CALCULS/determ2.pro</a>
1416<table>
1417
1418<tr>
1419<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw#_determ2">determ2</a></td>
1420<td class="docstat partialdoc">partially documented</td>
1421</tr>
1422
1423</table><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw">./ToBeReviewed/CALCULS/determ3.pro</a>
1424<table>
1425
1426<tr>
1427<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw#_determ3">determ3</a></td>
1428<td class="docstat partialdoc">partially documented</td>
1429</tr>
1430
1431</table><a href="./ToBeReviewed/CALCULS/div.html?format=raw">./ToBeReviewed/CALCULS/div.pro</a>
1432<table>
1433
1434<tr>
1435<td class="docroutine"><a href="./ToBeReviewed/CALCULS/div.html?format=raw#_div">div</a></td>
1436<td class="docstat partialdoc">partially documented</td>
1437</tr>
1438
1439</table><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw">./ToBeReviewed/CALCULS/floatlevel2depth.pro</a>
1440<table>
1441
1442<tr>
1443<td class="docroutine"><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw#_floatlevel2depth">floatlevel2depth</a></td>
1444<td class="docstat partialdoc">partially documented</td>
1445</tr>
1446
1447</table><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw">./ToBeReviewed/CALCULS/fsfzpt.pro</a>
1448<table>
1449
1450<tr>
1451<td class="docroutine"><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw#_fsfzpt">fsfzpt</a></td>
1452<td class="docstat partialdoc">partially documented</td>
1453</tr>
1454
1455</table><a href="./ToBeReviewed/CALCULS/grad.html?format=raw">./ToBeReviewed/CALCULS/grad.pro</a>
1456<table>
1457
1458<tr>
1459<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grad.html?format=raw#_grad">grad</a></td>
1460<td class="docstat partialdoc">partially documented</td>
1461</tr>
1462
1463</table><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw">./ToBeReviewed/CALCULS/grossemoyenne.pro</a>
1464<table>
1465
1466<tr>
1467<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">grossemoyenne</a></td>
1468<td class="docstat partialdoc">partially documented</td>
1469</tr>
1470
1471</table><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw">./ToBeReviewed/CALCULS/hdyn.pro</a>
1472<table>
1473
1474<tr>
1475<td class="docroutine"><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">hdyn</a></td>
1476<td class="docstat partialdoc">partially documented</td>
1477</tr>
1478
1479</table><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw">./ToBeReviewed/CALCULS/level2depth.pro</a>
1480<table>
1481
1482<tr>
1483<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw#_level2depth">level2depth</a></td>
1484<td class="docstat partialdoc">partially documented</td>
1485</tr>
1486
1487</table><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw">./ToBeReviewed/CALCULS/level2index.pro</a>
1488<table>
1489
1490<tr>
1491<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw#_level2index">level2index</a></td>
1492<td class="docstat partialdoc">partially documented</td>
1493</tr>
1494
1495</table><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw">./ToBeReviewed/CALCULS/level2mask.pro</a>
1496<table>
1497
1498<tr>
1499<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw#_level2mask">level2mask</a></td>
1500<td class="docstat partialdoc">partially documented</td>
1501</tr>
1502
1503</table><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw">./ToBeReviewed/CALCULS/moyenne.pro</a>
1504<table>
1505
1506<tr>
1507<td class="docroutine"><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw#_moyenne">moyenne</a></td>
1508<td class="docstat partialdoc">partially documented</td>
1509</tr>
1510
1511</table><a href="./ToBeReviewed/CALCULS/norme.html?format=raw">./ToBeReviewed/CALCULS/norme.pro</a>
1512<table>
1513
1514<tr>
1515<td class="docroutine"><a href="./ToBeReviewed/CALCULS/norme.html?format=raw#_norme">norme</a></td>
1516<td class="docstat partialdoc">partially documented</td>
1517</tr>
1518
1519</table><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw">./ToBeReviewed/CALCULS/projectondepth.pro</a>
1520<table>
1521
1522<tr>
1523<td class="docroutine"><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw#_projectondepth">projectondepth</a></td>
1524<td class="docstat partialdoc">partially documented</td>
1525</tr>
1526
1527</table><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw">./ToBeReviewed/CALCULS/remplit.pro</a>
1528<table>
1529
1530<tr>
1531<td class="docroutine"><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw#_remplit">remplit</a></td>
1532<td class="docstat partialdoc">partially documented</td>
1533</tr>
1534
1535</table><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw">./ToBeReviewed/CALCULS/rhon.pro</a>
1536<table>
1537
1538<tr>
1539<td class="docroutine"><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">rhon</a></td>
1540<td class="docstat partialdoc">partially documented</td>
1541</tr>
1542
1543</table><a href="./ToBeReviewed/CALENDRIER/caldat.html?format=raw">./ToBeReviewed/CALENDRIER/caldat.pro</a>
1544<table>
1545
1546<tr>
1547<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/caldat.html?format=raw#_CALDAT">CALDAT</a></td>
1548<td class="docstat partialdoc">partially documented</td>
1549</tr>
1550
1551</table><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a>
1552<table>
1553
1554<tr>
1555<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></td>
1556<td class="docstat notdoc">not documented</td>
1557</tr>
1558
1559</table><a href="./ToBeReviewed/CALENDRIER/julday.html?format=raw">./ToBeReviewed/CALENDRIER/julday.pro</a>
1560<table>
1561
1562<tr>
1563<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/julday.html?format=raw#_JULDAY">JULDAY</a></td>
1564<td class="docstat partialdoc">partially documented</td>
1565</tr>
1566
1567</table><a href="./ToBeReviewed/COULEURS/color24.html?format=raw">./ToBeReviewed/COULEURS/color24.pro</a>
1568<table>
1569
1570<tr>
1571<td class="docroutine"><a href="./ToBeReviewed/COULEURS/color24.html?format=raw#_COLOR24">COLOR24</a></td>
1572<td class="docstat partialdoc">partially documented</td>
1573</tr>
1574
1575</table><a href="./ToBeReviewed/COULEURS/colorbar.html?format=raw">./ToBeReviewed/COULEURS/colorbar.pro</a>
1576<table>
1577
1578<tr>
1579<td class="docroutine"><a href="./ToBeReviewed/COULEURS/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></td>
1580<td class="docstat partialdoc">partially documented</td>
1581</tr>
1582
1583</table><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw">./ToBeReviewed/COULEURS/getcolor.pro</a>
1584<table>
1585
1586<tr>
1587<td class="docroutine"><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw#_COLOR24">COLOR24</a></td>
1588<td class="docstat partialdoc">partially documented</td>
1589</tr>
1590
1591<tr>
1592<td class="docroutine"><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw#_GETCOLOR">GETCOLOR</a></td>
1593<td class="docstat notdoc">not documented</td>
1594</tr>
1595
1596</table><a href="./ToBeReviewed/COULEURS/lct.html?format=raw">./ToBeReviewed/COULEURS/lct.pro</a>
1597<table>
1598
1599<tr>
1600<td class="docroutine"><a href="./ToBeReviewed/COULEURS/lct.html?format=raw#_lct">lct</a></td>
1601<td class="docstat partialdoc">partially documented</td>
1602</tr>
1603
1604</table><a href="./ToBeReviewed/COULEURS/newpalette.html?format=raw">./ToBeReviewed/COULEURS/newpalette.pro</a>
1605<table>
1606
1607<tr>
1608<td class="docroutine"><a href="./ToBeReviewed/COULEURS/newpalette.html?format=raw#_newpalette">newpalette</a></td>
1609<td class="docstat partialdoc">partially documented</td>
1610</tr>
1611
1612</table><a href="./ToBeReviewed/COULEURS/palit.html?format=raw">./ToBeReviewed/COULEURS/palit.pro</a>
1613<table>
1614
1615<tr>
1616<td class="docroutine"><a href="./ToBeReviewed/COULEURS/palit.html?format=raw#_palit">palit</a></td>
1617<td class="docstat partialdoc">partially documented</td>
1618</tr>
1619
1620</table><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw">./ToBeReviewed/COULEURS/xlct.pro</a>
1621<table>
1622
1623<tr>
1624<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_XLCT_PSAVE">XLCT_PSAVE</a></td>
1625<td class="docstat partialdoc">partially documented</td>
1626</tr>
1627
1628<tr>
1629<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_alert_caller">xlct_alert_caller</a></td>
1630<td class="docstat partialdoc">partially documented</td>
1631</tr>
1632
1633<tr>
1634<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_show">xlct_show</a></td>
1635<td class="docstat partialdoc">partially documented</td>
1636</tr>
1637
1638<tr>
1639<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_draw_cps">xlct_draw_cps</a></td>
1640<td class="docstat partialdoc">partially documented</td>
1641</tr>
1642
1643<tr>
1644<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_transfer">xlct_transfer</a></td>
1645<td class="docstat partialdoc">partially documented</td>
1646</tr>
1647
1648<tr>
1649<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_event">xlct_event</a></td>
1650<td class="docstat partialdoc">partially documented</td>
1651</tr>
1652
1653<tr>
1654<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_XLct">XLct</a></td>
1655<td class="docstat partialdoc">partially documented</td>
1656</tr>
1657
1658</table><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw">./ToBeReviewed/COULEURS/xpal.pro</a>
1659<table>
1660
1661<tr>
1662<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_NEW_COLORS">XP_NEW_COLORS</a></td>
1663<td class="docstat partialdoc">partially documented</td>
1664</tr>
1665
1666<tr>
1667<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_ALERT_CALLER">XP_ALERT_CALLER</a></td>
1668<td class="docstat partialdoc">partially documented</td>
1669</tr>
1670
1671<tr>
1672<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_XLCTCALLBACK">XP_XLCTCALLBACK</a></td>
1673<td class="docstat notdoc">not documented</td>
1674</tr>
1675
1676<tr>
1677<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_REDRAW">XP_REDRAW</a></td>
1678<td class="docstat partialdoc">partially documented</td>
1679</tr>
1680
1681<tr>
1682<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_REPLOT">XP_REPLOT</a></td>
1683<td class="docstat partialdoc">partially documented</td>
1684</tr>
1685
1686<tr>
1687<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_CHANGE_COLOR">XP_CHANGE_COLOR</a></td>
1688<td class="docstat partialdoc">partially documented</td>
1689</tr>
1690
1691<tr>
1692<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_BUTTON_EVENT">XP_BUTTON_EVENT</a></td>
1693<td class="docstat partialdoc">partially documented</td>
1694</tr>
1695
1696<tr>
1697<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_xp_button_event_event">xp_button_event_event</a></td>
1698<td class="docstat partialdoc">partially documented</td>
1699</tr>
1700
1701<tr>
1702<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_EVENT">XP_EVENT</a></td>
1703<td class="docstat partialdoc">partially documented</td>
1704</tr>
1705
1706<tr>
1707<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XPAL">XPAL</a></td>
1708<td class="docstat partialdoc">partially documented</td>
1709</tr>
1710
1711</table><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw">./ToBeReviewed/GRILLE/changegrid.pro</a>
1712<table>
1713
1714<tr>
1715<td class="docroutine"><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw#_changegrid">changegrid</a></td>
1716<td class="docstat notdoc">not documented</td>
1717</tr>
1718
1719</table><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw">./ToBeReviewed/GRILLE/cmpgrid.pro</a>
1720<table>
1721
1722<tr>
1723<td class="docroutine"><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw#_cmpgrid">cmpgrid</a></td>
1724<td class="docstat notdoc">not documented</td>
1725</tr>
1726
1727</table><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw">./ToBeReviewed/GRILLE/decoupeterre.pro</a>
1728<table>
1729
1730<tr>
1731<td class="docroutine"><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></td>
1732<td class="docstat partialdoc">partially documented</td>
1733</tr>
1734
1735</table><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw">./ToBeReviewed/GRILLE/domdef.pro</a>
1736<table>
1737
1738<tr>
1739<td class="docroutine"><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">domdef</a></td>
1740<td class="docstat partialdoc">partially documented</td>
1741</tr>
1742
1743</table><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw">./ToBeReviewed/GRILLE/f2v.pro</a>
1744<table>
1745
1746<tr>
1747<td class="docroutine"><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw#_f2v">f2v</a></td>
1748<td class="docstat partialdoc">partially documented</td>
1749</tr>
1750
1751</table><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw">./ToBeReviewed/GRILLE/fmask.pro</a>
1752<table>
1753
1754<tr>
1755<td class="docroutine"><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw#_fmask">fmask</a></td>
1756<td class="docstat partialdoc">partially documented</td>
1757</tr>
1758
1759</table><a href="./ToBeReviewed/GRILLE/grille.html?format=raw">./ToBeReviewed/GRILLE/grille.pro</a>
1760<table>
1761
1762<tr>
1763<td class="docroutine"><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></td>
1764<td class="docstat partialdoc">partially documented</td>
1765</tr>
1766
1767</table><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw">./ToBeReviewed/GRILLE/t2v.pro</a>
1768<table>
1769
1770<tr>
1771<td class="docroutine"><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw#_t2v">t2v</a></td>
1772<td class="docstat partialdoc">partially documented</td>
1773</tr>
1774
1775</table><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw">./ToBeReviewed/GRILLE/tracegrille.pro</a>
1776<table>
1777
1778<tr>
1779<td class="docroutine"><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw#_tracegrille">tracegrille</a></td>
1780<td class="docstat partialdoc">partially documented</td>
1781</tr>
1782
1783</table><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw">./ToBeReviewed/GRILLE/u2t.pro</a>
1784<table>
1785
1786<tr>
1787<td class="docroutine"><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw#_u2t">u2t</a></td>
1788<td class="docstat partialdoc">partially documented</td>
1789</tr>
1790
1791</table><a href="./ToBeReviewed/GRILLE/umask.html?format=raw">./ToBeReviewed/GRILLE/umask.pro</a>
1792<table>
1793
1794<tr>
1795<td class="docroutine"><a href="./ToBeReviewed/GRILLE/umask.html?format=raw#_umask">umask</a></td>
1796<td class="docstat partialdoc">partially documented</td>
1797</tr>
1798
1799</table><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw">./ToBeReviewed/GRILLE/v2t.pro</a>
1800<table>
1801
1802<tr>
1803<td class="docroutine"><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw#_v2t">v2t</a></td>
1804<td class="docstat partialdoc">partially documented</td>
1805</tr>
1806
1807</table><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw">./ToBeReviewed/GRILLE/vmask.pro</a>
1808<table>
1809
1810<tr>
1811<td class="docroutine"><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw#_vmask">vmask</a></td>
1812<td class="docstat partialdoc">partially documented</td>
1813</tr>
1814
1815</table><a href="./ToBeReviewed/HOPE/completetype.html?format=raw">./ToBeReviewed/HOPE/completetype.pro</a>
1816<table>
1817
1818<tr>
1819<td class="docroutine"><a href="./ToBeReviewed/HOPE/completetype.html?format=raw#_completetype">completetype</a></td>
1820<td class="docstat notdoc">not documented</td>
1821</tr>
1822
1823</table><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw">./ToBeReviewed/HOPE/computehopegrid.pro</a>
1824<table>
1825
1826<tr>
1827<td class="docroutine"><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw#_computehopegrid">computehopegrid</a></td>
1828<td class="docstat partialdoc">partially documented</td>
1829</tr>
1830
1831</table><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw">./ToBeReviewed/HOPE/createhopestruct.pro</a>
1832<table>
1833
1834<tr>
1835<td class="docroutine"><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw#_createhopestruct">createhopestruct</a></td>
1836<td class="docstat notdoc">not documented</td>
1837</tr>
1838
1839</table><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw">./ToBeReviewed/HOPE/cw_selectinterval.pro</a>
1840<table>
1841
1842<tr>
1843<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_get_value">cw_selectinterval_get_value</a></td>
1844<td class="docstat notdoc">not documented</td>
1845</tr>
1846
1847<tr>
1848<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_event">cw_selectinterval_event</a></td>
1849<td class="docstat notdoc">not documented</td>
1850</tr>
1851
1852<tr>
1853<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval">cw_selectinterval</a></td>
1854<td class="docstat notdoc">not documented</td>
1855</tr>
1856
1857</table><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw">./ToBeReviewed/HOPE/domainpart.pro</a>
1858<table>
1859
1860<tr>
1861<td class="docroutine"><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">domainpart</a></td>
1862<td class="docstat notdoc">not documented</td>
1863</tr>
1864
1865</table><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw">./ToBeReviewed/HOPE/findlineandpointtype.pro</a>
1866<table>
1867
1868<tr>
1869<td class="docroutine"><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">findlineandpointtype</a></td>
1870<td class="docstat notdoc">not documented</td>
1871</tr>
1872
1873</table><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw">./ToBeReviewed/HOPE/read_hope.pro</a>
1874<table>
1875
1876<tr>
1877<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope_event">read_hope_event</a></td>
1878<td class="docstat partialdoc">partially documented</td>
1879</tr>
1880
1881<tr>
1882<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope">read_hope</a></td>
1883<td class="docstat notdoc">not documented</td>
1884</tr>
1885
1886</table><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw">./ToBeReviewed/HOPE/rh_alldomains.pro</a>
1887<table>
1888
1889<tr>
1890<td class="docroutine"><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">rh_alldomains</a></td>
1891<td class="docstat notdoc">not documented</td>
1892</tr>
1893
1894</table><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw">./ToBeReviewed/HOPE/sortdim.pro</a>
1895<table>
1896
1897<tr>
1898<td class="docroutine"><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></td>
1899<td class="docstat notdoc">not documented</td>
1900</tr>
1901
1902</table><a href="./ToBeReviewed/HOPE/xrh.html?format=raw">./ToBeReviewed/HOPE/xrh.pro</a>
1903<table>
1904
1905<tr>
1906<td class="docroutine"><a href="./ToBeReviewed/HOPE/xrh.html?format=raw#_xrh">xrh</a></td>
1907<td class="docstat notdoc">not documented</td>
1908</tr>
1909
1910</table><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw">./ToBeReviewed/IMAGE/animgif.pro</a>
1911<table>
1912
1913<tr>
1914<td class="docroutine"><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw#_animgif">animgif</a></td>
1915<td class="docstat partialdoc">partially documented</td>
1916</tr>
1917
1918</table><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw">./ToBeReviewed/IMAGE/image_viewer.pro</a>
1919<table>
1920
1921<tr>
1922<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FILES">IMAGE_VIEWER_OPEN_FILES</a></td>
1923<td class="docstat partialdoc">partially documented</td>
1924</tr>
1925
1926<tr>
1927<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FOLDER">IMAGE_VIEWER_OPEN_FOLDER</a></td>
1928<td class="docstat notdoc">not documented</td>
1929</tr>
1930
1931<tr>
1932<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_CANCEL">IMAGE_VIEWER_CANCEL</a></td>
1933<td class="docstat notdoc">not documented</td>
1934</tr>
1935
1936<tr>
1937<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_TIMER">IMAGE_VIEWER_TIMER</a></td>
1938<td class="docstat notdoc">not documented</td>
1939</tr>
1940
1941<tr>
1942<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_EXIT">IMAGE_VIEWER_EXIT</a></td>
1943<td class="docstat notdoc">not documented</td>
1944</tr>
1945
1946<tr>
1947<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_HELP">IMAGE_VIEWER_HELP</a></td>
1948<td class="docstat notdoc">not documented</td>
1949</tr>
1950
1951<tr>
1952<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_THUMBS">IMAGE_VIEWER_THUMBS</a></td>
1953<td class="docstat notdoc">not documented</td>
1954</tr>
1955
1956<tr>
1957<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_CLEANUP">IMAGE_VIEWER_CLEANUP</a></td>
1958<td class="docstat notdoc">not documented</td>
1959</tr>
1960
1961<tr>
1962<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_EVENT">IMAGE_VIEWER_EVENT</a></td>
1963<td class="docstat notdoc">not documented</td>
1964</tr>
1965
1966<tr>
1967<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER">IMAGE_VIEWER</a></td>
1968<td class="docstat notdoc">not documented</td>
1969</tr>
1970
1971</table><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw">./ToBeReviewed/IMAGE/imdisp.pro</a>
1972<table>
1973
1974<tr>
1975<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_GETPOS">IMDISP_GETPOS</a></td>
1976<td class="docstat notdoc">not documented</td>
1977</tr>
1978
1979<tr>
1980<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMSCALE">IMDISP_IMSCALE</a></td>
1981<td class="docstat notdoc">not documented</td>
1982</tr>
1983
1984<tr>
1985<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMREGRID">IMDISP_IMREGRID</a></td>
1986<td class="docstat notdoc">not documented</td>
1987</tr>
1988
1989<tr>
1990<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMSIZE">IMDISP_IMSIZE</a></td>
1991<td class="docstat notdoc">not documented</td>
1992</tr>
1993
1994<tr>
1995<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP">IMDISP</a></td>
1996<td class="docstat notdoc">not documented</td>
1997</tr>
1998
1999</table><a href="./ToBeReviewed/IMAGE/saveimage.html?format=raw">./ToBeReviewed/IMAGE/saveimage.pro</a>
2000<table>
2001
2002<tr>
2003<td class="docroutine"><a href="./ToBeReviewed/IMAGE/saveimage.html?format=raw#_SAVEIMAGE">SAVEIMAGE</a></td>
2004<td class="docstat notdoc">not documented</td>
2005</tr>
2006
2007</table><a href="./ToBeReviewed/IMAGE/showimage.html?format=raw">./ToBeReviewed/IMAGE/showimage.pro</a>
2008<table>
2009
2010<tr>
2011<td class="docroutine"><a href="./ToBeReviewed/IMAGE/showimage.html?format=raw#_SHOWIMAGE">SHOWIMAGE</a></td>
2012<td class="docstat notdoc">not documented</td>
2013</tr>
2014
2015</table><a href="./ToBeReviewed/INIT/initncdf.html?format=raw">./ToBeReviewed/INIT/initncdf.pro</a>
2016<table>
2017
2018<tr>
2019<td class="docroutine"><a href="./ToBeReviewed/INIT/initncdf.html?format=raw#_initncdf">initncdf</a></td>
2020<td class="docstat partialdoc">partially documented</td>
2021</tr>
2022
2023</table><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw">./ToBeReviewed/LECTURE/GRIB/bit2int.pro</a>
2024<table>
2025
2026<tr>
2027<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw#_bit2int">bit2int</a></td>
2028<td class="docstat notdoc">not documented</td>
2029</tr>
2030
2031</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib.pro</a>
2032<table>
2033
2034<tr>
2035<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw#_read_grib">read_grib</a></td>
2036<td class="docstat notdoc">not documented</td>
2037</tr>
2038
2039</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_bds.pro</a>
2040<table>
2041
2042<tr>
2043<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw#_read_grib_bds">read_grib_bds</a></td>
2044<td class="docstat notdoc">not documented</td>
2045</tr>
2046
2047</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_end.pro</a>
2048<table>
2049
2050<tr>
2051<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw#_read_grib_end">read_grib_end</a></td>
2052<td class="docstat notdoc">not documented</td>
2053</tr>
2054
2055</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_gds.pro</a>
2056<table>
2057
2058<tr>
2059<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw#_read_grib_gds">read_grib_gds</a></td>
2060<td class="docstat notdoc">not documented</td>
2061</tr>
2062
2063</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_is.pro</a>
2064<table>
2065
2066<tr>
2067<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw#_read_grib_is">read_grib_is</a></td>
2068<td class="docstat notdoc">not documented</td>
2069</tr>
2070
2071</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_pds.pro</a>
2072<table>
2073
2074<tr>
2075<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw#_read_grib_pds">read_grib_pds</a></td>
2076<td class="docstat notdoc">not documented</td>
2077</tr>
2078
2079</table><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_gribtable.pro</a>
2080<table>
2081
2082<tr>
2083<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw#_read_gribtable">read_gribtable</a></td>
2084<td class="docstat partialdoc">partially documented</td>
2085</tr>
2086
2087</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_code.pro</a>
2088<table>
2089
2090<tr>
2091<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw#_scan_grib_code">scan_grib_code</a></td>
2092<td class="docstat notdoc">not documented</td>
2093</tr>
2094
2095</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_date.pro</a>
2096<table>
2097
2098<tr>
2099<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw#_scan_grib_date">scan_grib_date</a></td>
2100<td class="docstat notdoc">not documented</td>
2101</tr>
2102
2103</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.pro</a>
2104<table>
2105
2106<tr>
2107<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw#_scan_grib_messize">scan_grib_messize</a></td>
2108<td class="docstat notdoc">not documented</td>
2109</tr>
2110
2111</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.pro</a>
2112<table>
2113
2114<tr>
2115<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw#_scan_grib_nbits">scan_grib_nbits</a></td>
2116<td class="docstat notdoc">not documented</td>
2117</tr>
2118
2119</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.pro</a>
2120<table>
2121
2122<tr>
2123<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw#_scan_grib_recstart">scan_grib_recstart</a></td>
2124<td class="docstat notdoc">not documented</td>
2125</tr>
2126
2127</table><a href="./ToBeReviewed/LECTURE/binary.html?format=raw">./ToBeReviewed/LECTURE/binary.pro</a>
2128<table>
2129
2130<tr>
2131<td class="docroutine"><a href="./ToBeReviewed/LECTURE/binary.html?format=raw#_binary">binary</a></td>
2132<td class="docstat partialdoc">partially documented</td>
2133</tr>
2134
2135</table><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw">./ToBeReviewed/LECTURE/changeread.pro</a>
2136<table>
2137
2138<tr>
2139<td class="docroutine"><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw#_changeread">changeread</a></td>
2140<td class="docstat notdoc">not documented</td>
2141</tr>
2142
2143</table><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw">./ToBeReviewed/LECTURE/inverse_binary.pro</a>
2144<table>
2145
2146<tr>
2147<td class="docroutine"><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw#_inverse_binary">inverse_binary</a></td>
2148<td class="docstat partialdoc">partially documented</td>
2149</tr>
2150
2151</table><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw">./ToBeReviewed/LECTURE/litchamp.pro</a>
2152<table>
2153
2154<tr>
2155<td class="docroutine"><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw#_litchamp">litchamp</a></td>
2156<td class="docstat partialdoc">partially documented</td>
2157</tr>
2158
2159</table><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/ncdf_lec.pro</a>
2160<table>
2161
2162<tr>
2163<td class="docroutine"><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw#_ncdf_lec">ncdf_lec</a></td>
2164<td class="docstat partialdoc">partially documented</td>
2165</tr>
2166
2167</table><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw">./ToBeReviewed/LECTURE/read_ftp.pro</a>
2168<table>
2169
2170<tr>
2171<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_post">ftp_post</a></td>
2172<td class="docstat partialdoc">partially documented</td>
2173</tr>
2174
2175<tr>
2176<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_parse_pasv">ftp_parse_pasv</a></td>
2177<td class="docstat notdoc">not documented</td>
2178</tr>
2179
2180<tr>
2181<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">read_ftp</a></td>
2182<td class="docstat notdoc">not documented</td>
2183</tr>
2184
2185</table><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw">./ToBeReviewed/LECTURE/read_ncdf.pro</a>
2186<table>
2187
2188<tr>
2189<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw#_read_ncdf">read_ncdf</a></td>
2190<td class="docstat partialdoc">partially documented</td>
2191</tr>
2192
2193</table><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/xncdf_lec.pro</a>
2194<table>
2195
2196<tr>
2197<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var_event">wid_var_event</a></td>
2198<td class="docstat partialdoc">partially documented</td>
2199</tr>
2200
2201<tr>
2202<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var">wid_var</a></td>
2203<td class="docstat partialdoc">partially documented</td>
2204</tr>
2205
2206<tr>
2207<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec_event">xncdf_lec_event</a></td>
2208<td class="docstat partialdoc">partially documented</td>
2209</tr>
2210
2211<tr>
2212<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">xncdf_lec</a></td>
2213<td class="docstat partialdoc">partially documented</td>
2214</tr>
2215
2216</table><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw">./ToBeReviewed/MATRICE/cmapply.pro</a>
2217<table>
2218
2219<tr>
2220<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></td>
2221<td class="docstat partialdoc">partially documented</td>
2222</tr>
2223
2224<tr>
2225<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></td>
2226<td class="docstat notdoc">not documented</td>
2227</tr>
2228
2229<tr>
2230<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply">cmapply</a></td>
2231<td class="docstat notdoc">not documented</td>
2232</tr>
2233
2234</table><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw">./ToBeReviewed/MATRICE/cmset_op.pro</a>
2235<table>
2236
2237<tr>
2238<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></td>
2239<td class="docstat partialdoc">partially documented</td>
2240</tr>
2241
2242<tr>
2243<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw#_cmset_op">cmset_op</a></td>
2244<td class="docstat notdoc">not documented</td>
2245</tr>
2246
2247</table><a href="./ToBeReviewed/MATRICE/colle.html?format=raw">./ToBeReviewed/MATRICE/colle.pro</a>
2248<table>
2249
2250<tr>
2251<td class="docroutine"><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_UNDEFINE">UNDEFINE</a></td>
2252<td class="docstat partialdoc">partially documented</td>
2253</tr>
2254
2255<tr>
2256<td class="docroutine"><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_colle">colle</a></td>
2257<td class="docstat notdoc">not documented</td>
2258</tr>
2259
2260</table><a href="./ToBeReviewed/MATRICE/congridseb.html?format=raw">./ToBeReviewed/MATRICE/congridseb.pro</a>
2261<table>
2262
2263<tr>
2264<td class="docroutine"><a href="./ToBeReviewed/MATRICE/congridseb.html?format=raw#_congridseb">congridseb</a></td>
2265<td class="docstat partialdoc">partially documented</td>
2266</tr>
2267
2268</table><a href="./ToBeReviewed/MATRICE/different.html?format=raw">./ToBeReviewed/MATRICE/different.pro</a>
2269<table>
2270
2271<tr>
2272<td class="docroutine"><a href="./ToBeReviewed/MATRICE/different.html?format=raw#_different">different</a></td>
2273<td class="docstat partialdoc">partially documented</td>
2274</tr>
2275
2276</table><a href="./ToBeReviewed/MATRICE/extrait.html?format=raw">./ToBeReviewed/MATRICE/extrait.pro</a>
2277<table>
2278
2279<tr>
2280<td class="docroutine"><a href="./ToBeReviewed/MATRICE/extrait.html?format=raw#_extrait">extrait</a></td>
2281<td class="docstat partialdoc">partially documented</td>
2282</tr>
2283
2284</table><a href="./ToBeReviewed/MATRICE/inter.html?format=raw">./ToBeReviewed/MATRICE/inter.pro</a>
2285<table>
2286
2287<tr>
2288<td class="docroutine"><a href="./ToBeReviewed/MATRICE/inter.html?format=raw#_inter">inter</a></td>
2289<td class="docstat partialdoc">partially documented</td>
2290</tr>
2291
2292</table><a href="./ToBeReviewed/MATRICE/make_selection.html?format=raw">./ToBeReviewed/MATRICE/make_selection.pro</a>
2293<table>
2294
2295<tr>
2296<td class="docroutine"><a href="./ToBeReviewed/MATRICE/make_selection.html?format=raw#_make_selection">make_selection</a></td>
2297<td class="docstat partialdoc">partially documented</td>
2298</tr>
2299
2300</table><a href="./ToBeReviewed/MATRICE/union.html?format=raw">./ToBeReviewed/MATRICE/union.pro</a>
2301<table>
2302
2303<tr>
2304<td class="docroutine"><a href="./ToBeReviewed/MATRICE/union.html?format=raw#_union">union</a></td>
2305<td class="docstat partialdoc">partially documented</td>
2306</tr>
2307
2308</table><a href="./ToBeReviewed/MATRICE/zeroun.html?format=raw">./ToBeReviewed/MATRICE/zeroun.pro</a>
2309<table>
2310
2311<tr>
2312<td class="docroutine"><a href="./ToBeReviewed/MATRICE/zeroun.html?format=raw#_zeroun">zeroun</a></td>
2313<td class="docstat partialdoc">partially documented</td>
2314</tr>
2315
2316</table><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/bar_plot.pro</a>
2317<table>
2318
2319<tr>
2320<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw#_bar_plot">bar_plot</a></td>
2321<td class="docstat partialdoc">partially documented</td>
2322</tr>
2323
2324</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt.pro</a>
2325<table>
2326
2327<tr>
2328<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">plt</a></td>
2329<td class="docstat partialdoc">partially documented</td>
2330</tr>
2331
2332</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt1d.pro</a>
2333<table>
2334
2335<tr>
2336<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">plt1d</a></td>
2337<td class="docstat partialdoc">partially documented</td>
2338</tr>
2339
2340</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltbase.pro</a>
2341<table>
2342
2343<tr>
2344<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></td>
2345<td class="docstat partialdoc">partially documented</td>
2346</tr>
2347
2348</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltsc.pro</a>
2349<table>
2350
2351<tr>
2352<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">pltsc</a></td>
2353<td class="docstat notdoc">not documented</td>
2354</tr>
2355
2356</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltt.pro</a>
2357<table>
2358
2359<tr>
2360<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></td>
2361<td class="docstat partialdoc">partially documented</td>
2362</tr>
2363
2364</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltz.pro</a>
2365<table>
2366
2367<tr>
2368<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></td>
2369<td class="docstat partialdoc">partially documented</td>
2370</tr>
2371
2372</table><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro</a>
2373<table>
2374
2375<tr>
2376<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></td>
2377<td class="docstat partialdoc">partially documented</td>
2378</tr>
2379
2380</table><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/scontour.pro</a>
2381<table>
2382
2383<tr>
2384<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></td>
2385<td class="docstat partialdoc">partially documented</td>
2386</tr>
2387
2388</table><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/splot.pro</a>
2389<table>
2390
2391<tr>
2392<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></td>
2393<td class="docstat partialdoc">partially documented</td>
2394</tr>
2395
2396</table><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/tvplus.pro</a>
2397<table>
2398
2399<tr>
2400<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw#_tvplus">tvplus</a></td>
2401<td class="docstat partialdoc">partially documented</td>
2402</tr>
2403
2404</table><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/addaxe.pro</a>
2405<table>
2406
2407<tr>
2408<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw#_addaxe">addaxe</a></td>
2409<td class="docstat partialdoc">partially documented</td>
2410</tr>
2411
2412</table><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/autoscale.pro</a>
2413<table>
2414
2415<tr>
2416<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw#_autoscale">autoscale</a></td>
2417<td class="docstat partialdoc">partially documented</td>
2418</tr>
2419
2420</table><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro</a>
2421<table>
2422
2423<tr>
2424<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">axis4pltz</a></td>
2425<td class="docstat partialdoc">partially documented</td>
2426</tr>
2427
2428</table><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro</a>
2429<table>
2430
2431<tr>
2432<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></td>
2433<td class="docstat partialdoc">partially documented</td>
2434</tr>
2435
2436</table><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checkfield.pro</a>
2437<table>
2438
2439<tr>
2440<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_1d">err_1d</a></td>
2441<td class="docstat partialdoc">partially documented</td>
2442</tr>
2443
2444<tr>
2445<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_2d">err_2d</a></td>
2446<td class="docstat notdoc">not documented</td>
2447</tr>
2448
2449<tr>
2450<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_3d">err_3d</a></td>
2451<td class="docstat notdoc">not documented</td>
2452</tr>
2453
2454<tr>
2455<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></td>
2456<td class="docstat notdoc">not documented</td>
2457</tr>
2458
2459</table><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro</a>
2460<table>
2461
2462<tr>
2463<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw#_checktypeminmax">checktypeminmax</a></td>
2464<td class="docstat partialdoc">partially documented</td>
2465</tr>
2466
2467</table><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/determineminmax.pro</a>
2468<table>
2469
2470<tr>
2471<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></td>
2472<td class="docstat partialdoc">partially documented</td>
2473</tr>
2474
2475</table><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/givewindowsize.pro</a>
2476<table>
2477
2478<tr>
2479<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw#_givewindowsize">givewindowsize</a></td>
2480<td class="docstat notdoc">not documented</td>
2481</tr>
2482
2483</table><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/meridienparallele.pro</a>
2484<table>
2485
2486<tr>
2487<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw#_meridienparallele">meridienparallele</a></td>
2488<td class="docstat partialdoc">partially documented</td>
2489</tr>
2490
2491</table><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placecolor.pro</a>
2492<table>
2493
2494<tr>
2495<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw#_placecolor">placecolor</a></td>
2496<td class="docstat partialdoc">partially documented</td>
2497</tr>
2498
2499</table><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placedessin.pro</a>
2500<table>
2501
2502<tr>
2503<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">placedessin</a></td>
2504<td class="docstat partialdoc">partially documented</td>
2505</tr>
2506
2507</table><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/projsegment.pro</a>
2508<table>
2509
2510<tr>
2511<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw#_projsegment">projsegment</a></td>
2512<td class="docstat notdoc">not documented</td>
2513</tr>
2514
2515</table><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/restoreatt.pro</a>
2516<table>
2517
2518<tr>
2519<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw#_restoreatt">restoreatt</a></td>
2520<td class="docstat partialdoc">partially documented</td>
2521</tr>
2522
2523</table><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/rotation.pro</a>
2524<table>
2525
2526<tr>
2527<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw#_ROTATION">ROTATION</a></td>
2528<td class="docstat partialdoc">partially documented</td>
2529</tr>
2530
2531</table><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/saveatt.pro</a>
2532<table>
2533
2534<tr>
2535<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw#_saveatt">saveatt</a></td>
2536<td class="docstat partialdoc">partially documented</td>
2537</tr>
2538
2539</table><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/terminedessin.pro</a>
2540<table>
2541
2542<tr>
2543<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw#_terminedessin">terminedessin</a></td>
2544<td class="docstat partialdoc">partially documented</td>
2545</tr>
2546
2547</table><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label.pro</a>
2548<table>
2549
2550<tr>
2551<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">label</a></td>
2552<td class="docstat partialdoc">partially documented</td>
2553</tr>
2554
2555</table><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_date.pro</a>
2556<table>
2557
2558<tr>
2559<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw#_LABEL_DATE">LABEL_DATE</a></td>
2560<td class="docstat partialdoc">partially documented</td>
2561</tr>
2562
2563</table><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_gmt.pro</a>
2564<table>
2565
2566<tr>
2567<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw#_label_gmt">label_gmt</a></td>
2568<td class="docstat notdoc">not documented</td>
2569</tr>
2570
2571</table><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lataxe.pro</a>
2572<table>
2573
2574<tr>
2575<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw#_lataxe">lataxe</a></td>
2576<td class="docstat partialdoc">partially documented</td>
2577</tr>
2578
2579</table><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lonaxe.pro</a>
2580<table>
2581
2582<tr>
2583<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw#_lonaxe">lonaxe</a></td>
2584<td class="docstat partialdoc">partially documented</td>
2585</tr>
2586
2587</table><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro</a>
2588<table>
2589
2590<tr>
2591<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw#_ajoutvect">ajoutvect</a></td>
2592<td class="docstat partialdoc">partially documented</td>
2593</tr>
2594
2595</table><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/vecteur.pro</a>
2596<table>
2597
2598<tr>
2599<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_cv_cm2normal">cv_cm2normal</a></td>
2600<td class="docstat partialdoc">partially documented</td>
2601</tr>
2602
2603<tr>
2604<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_normalise">normalise</a></td>
2605<td class="docstat notdoc">not documented</td>
2606</tr>
2607
2608<tr>
2609<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_vecteur">vecteur</a></td>
2610<td class="docstat notdoc">not documented</td>
2611</tr>
2612
2613</table><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/velovect.pro</a>
2614<table>
2615
2616<tr>
2617<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw#_VELOVECT">VELOVECT</a></td>
2618<td class="docstat partialdoc">partially documented</td>
2619</tr>
2620
2621</table><a href="./ToBeReviewed/PLOTS/axe.html?format=raw">./ToBeReviewed/PLOTS/axe.pro</a>
2622<table>
2623
2624<tr>
2625<td class="docroutine"><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">axe</a></td>
2626<td class="docstat partialdoc">partially documented</td>
2627</tr>
2628
2629</table><a href="./ToBeReviewed/PLOTS/legende.html?format=raw">./ToBeReviewed/PLOTS/legende.pro</a>
2630<table>
2631
2632<tr>
2633<td class="docroutine"><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></td>
2634<td class="docstat partialdoc">partially documented</td>
2635</tr>
2636
2637</table><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw">./ToBeReviewed/PLOTS/plotsym.pro</a>
2638<table>
2639
2640<tr>
2641<td class="docroutine"><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">plotsym</a></td>
2642<td class="docstat partialdoc">partially documented</td>
2643</tr>
2644
2645</table><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw">./ToBeReviewed/PLOTS/reinitplt.pro</a>
2646<table>
2647
2648<tr>
2649<td class="docroutine"><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw#_reinitplt">reinitplt</a></td>
2650<td class="docstat partialdoc">partially documented</td>
2651</tr>
2652
2653</table><a href="./ToBeReviewed/PLOTS/style.html?format=raw">./ToBeReviewed/PLOTS/style.pro</a>
2654<table>
2655
2656<tr>
2657<td class="docroutine"><a href="./ToBeReviewed/PLOTS/style.html?format=raw#_style">style</a></td>
2658<td class="docstat partialdoc">partially documented</td>
2659</tr>
2660
2661</table><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw">./ToBeReviewed/PLOTS/symbols.pro</a>
2662<table>
2663
2664<tr>
2665<td class="docroutine"><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw#_symbols">symbols</a></td>
2666<td class="docstat partialdoc">partially documented</td>
2667</tr>
2668
2669</table><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw">./ToBeReviewed/POSTSCRIPT/calibre.pro</a>
2670<table>
2671
2672<tr>
2673<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw#_calibre">calibre</a></td>
2674<td class="docstat partialdoc">partially documented</td>
2675</tr>
2676
2677</table><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw">./ToBeReviewed/POSTSCRIPT/chcolps.pro</a>
2678<table>
2679
2680<tr>
2681<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_format_colortable_hexa">format_colortable_hexa</a></td>
2682<td class="docstat notdoc">not documented</td>
2683</tr>
2684
2685<tr>
2686<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_build_table">build_table</a></td>
2687<td class="docstat notdoc">not documented</td>
2688</tr>
2689
2690<tr>
2691<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_chcolps">chcolps</a></td>
2692<td class="docstat notdoc">not documented</td>
2693</tr>
2694
2695</table><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw">./ToBeReviewed/STATISTICS/a_correlate2d.pro</a>
2696<table>
2697
2698<tr>
2699<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_Auto_Cov2d">Auto_Cov2d</a></td>
2700<td class="docstat partialdoc">partially documented</td>
2701</tr>
2702
2703<tr>
2704<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_A_Correlate2d">A_Correlate2d</a></td>
2705<td class="docstat notdoc">not documented</td>
2706</tr>
2707
2708</table><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/a_timecorrelate.pro</a>
2709<table>
2710
2711<tr>
2712<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_TimeAuto_Cov">TimeAuto_Cov</a></td>
2713<td class="docstat partialdoc">partially documented</td>
2714</tr>
2715
2716<tr>
2717<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_A_TimeCorrelate">A_TimeCorrelate</a></td>
2718<td class="docstat notdoc">not documented</td>
2719</tr>
2720
2721</table><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/c_timecorrelate.pro</a>
2722<table>
2723
2724<tr>
2725<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_TimeCross_Cov">TimeCross_Cov</a></td>
2726<td class="docstat partialdoc">partially documented</td>
2727</tr>
2728
2729<tr>
2730<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_C_Timecorrelate">C_Timecorrelate</a></td>
2731<td class="docstat notdoc">not documented</td>
2732</tr>
2733
2734</table><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw">./ToBeReviewed/STRING/chkeywd.pro</a>
2735<table>
2736
2737<tr>
2738<td class="docroutine"><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">chkeywd</a></td>
2739<td class="docstat partialdoc">partially documented</td>
2740</tr>
2741
2742</table><a href="./ToBeReviewed/STRING/delchr.html?format=raw">./ToBeReviewed/STRING/delchr.pro</a>
2743<table>
2744
2745<tr>
2746<td class="docroutine"><a href="./ToBeReviewed/STRING/delchr.html?format=raw#_DELCHR">DELCHR</a></td>
2747<td class="docstat partialdoc">partially documented</td>
2748</tr>
2749
2750</table><a href="./ToBeReviewed/STRING/getfile.html?format=raw">./ToBeReviewed/STRING/getfile.pro</a>
2751<table>
2752
2753<tr>
2754<td class="docroutine"><a href="./ToBeReviewed/STRING/getfile.html?format=raw#_getfile">getfile</a></td>
2755<td class="docstat partialdoc">partially documented</td>
2756</tr>
2757
2758</table><a href="./ToBeReviewed/STRING/getwrd.html?format=raw">./ToBeReviewed/STRING/getwrd.pro</a>
2759<table>
2760
2761<tr>
2762<td class="docroutine"><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_GETWRD">GETWRD</a></td>
2763<td class="docstat partialdoc">partially documented</td>
2764</tr>
2765
2766</table><a href="./ToBeReviewed/STRING/isnumber.html?format=raw">./ToBeReviewed/STRING/isnumber.pro</a>
2767<table>
2768
2769<tr>
2770<td class="docroutine"><a href="./ToBeReviewed/STRING/isnumber.html?format=raw#_ISNUMBER">ISNUMBER</a></td>
2771<td class="docstat partialdoc">partially documented</td>
2772</tr>
2773
2774</table><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a>
2775<table>
2776
2777<tr>
2778<td class="docroutine"><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></td>
2779<td class="docstat partialdoc">partially documented</td>
2780</tr>
2781
2782</table><a href="./ToBeReviewed/STRING/nwrds.html?format=raw">./ToBeReviewed/STRING/nwrds.pro</a>
2783<table>
2784
2785<tr>
2786<td class="docroutine"><a href="./ToBeReviewed/STRING/nwrds.html?format=raw#_nwrds">nwrds</a></td>
2787<td class="docstat partialdoc">partially documented</td>
2788</tr>
2789
2790</table><a href="./ToBeReviewed/STRING/putfile.html?format=raw">./ToBeReviewed/STRING/putfile.pro</a>
2791<table>
2792
2793<tr>
2794<td class="docroutine"><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">putfile</a></td>
2795<td class="docstat partialdoc">partially documented</td>
2796</tr>
2797
2798</table><a href="./ToBeReviewed/STRING/str_size.html?format=raw">./ToBeReviewed/STRING/str_size.pro</a>
2799<table>
2800
2801<tr>
2802<td class="docroutine"><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_STR_SIZE">STR_SIZE</a></td>
2803<td class="docstat partialdoc">partially documented</td>
2804</tr>
2805
2806</table><a href="./ToBeReviewed/STRING/strcnt.html?format=raw">./ToBeReviewed/STRING/strcnt.pro</a>
2807<table>
2808
2809<tr>
2810<td class="docroutine"><a href="./ToBeReviewed/STRING/strcnt.html?format=raw#_strcnt">strcnt</a></td>
2811<td class="docstat partialdoc">partially documented</td>
2812</tr>
2813
2814</table><a href="./ToBeReviewed/STRING/string2struct.html?format=raw">./ToBeReviewed/STRING/string2struct.pro</a>
2815<table>
2816
2817<tr>
2818<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_too_cool">too_cool</a></td>
2819<td class="docstat notdoc">not documented</td>
2820</tr>
2821
2822<tr>
2823<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_string2struct">string2struct</a></td>
2824<td class="docstat partialdoc">partially documented</td>
2825</tr>
2826
2827</table><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw">./ToBeReviewed/STRING/strkeywd.pro</a>
2828<table>
2829
2830<tr>
2831<td class="docroutine"><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw#_strkeywd">strkeywd</a></td>
2832<td class="docstat partialdoc">partially documented</td>
2833</tr>
2834
2835</table><a href="./ToBeReviewed/STRING/strrepl.html?format=raw">./ToBeReviewed/STRING/strrepl.pro</a>
2836<table>
2837
2838<tr>
2839<td class="docroutine"><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></td>
2840<td class="docstat partialdoc">partially documented</td>
2841</tr>
2842
2843</table><a href="./ToBeReviewed/STRING/strright.html?format=raw">./ToBeReviewed/STRING/strright.pro</a>
2844<table>
2845
2846<tr>
2847<td class="docroutine"><a href="./ToBeReviewed/STRING/strright.html?format=raw#_strright">strright</a></td>
2848<td class="docstat partialdoc">partially documented</td>
2849</tr>
2850
2851</table><a href="./ToBeReviewed/STRING/strsci.html?format=raw">./ToBeReviewed/STRING/strsci.pro</a>
2852<table>
2853
2854<tr>
2855<td class="docroutine"><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_StrSci">StrSci</a></td>
2856<td class="docstat partialdoc">partially documented</td>
2857</tr>
2858
2859</table><a href="./ToBeReviewed/STRING/strtok.html?format=raw">./ToBeReviewed/STRING/strtok.pro</a>
2860<table>
2861
2862<tr>
2863<td class="docroutine"><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_Strtok">Strtok</a></td>
2864<td class="docstat partialdoc">partially documented</td>
2865</tr>
2866
2867</table><a href="./ToBeReviewed/STRING/strtrans.html?format=raw">./ToBeReviewed/STRING/strtrans.pro</a>
2868<table>
2869
2870<tr>
2871<td class="docroutine"><a href="./ToBeReviewed/STRING/strtrans.html?format=raw#_strtrans">strtrans</a></td>
2872<td class="docstat partialdoc">partially documented</td>
2873</tr>
2874
2875</table><a href="./ToBeReviewed/STRING/strwhere.html?format=raw">./ToBeReviewed/STRING/strwhere.pro</a>
2876<table>
2877
2878<tr>
2879<td class="docroutine"><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></td>
2880<td class="docstat partialdoc">partially documented</td>
2881</tr>
2882
2883</table><a href="./ToBeReviewed/STRING/tostr.html?format=raw">./ToBeReviewed/STRING/tostr.pro</a>
2884<table>
2885
2886<tr>
2887<td class="docroutine"><a href="./ToBeReviewed/STRING/tostr.html?format=raw#_tostr">tostr</a></td>
2888<td class="docstat partialdoc">partially documented</td>
2889</tr>
2890
2891</table><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw">./ToBeReviewed/STRUCTURE/chkstru.pro</a>
2892<table>
2893
2894<tr>
2895<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw#_chkstru">chkstru</a></td>
2896<td class="docstat partialdoc">partially documented</td>
2897</tr>
2898
2899</table><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw">./ToBeReviewed/STRUCTURE/extractstru.pro</a>
2900<table>
2901
2902<tr>
2903<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw#_extractstru">extractstru</a></td>
2904<td class="docstat partialdoc">partially documented</td>
2905</tr>
2906
2907</table><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw">./ToBeReviewed/STRUCTURE/mixstru.pro</a>
2908<table>
2909
2910<tr>
2911<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">mixstru</a></td>
2912<td class="docstat partialdoc">partially documented</td>
2913</tr>
2914
2915</table><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw">./ToBeReviewed/STRUCTURE/struct2string.pro</a>
2916<table>
2917
2918<tr>
2919<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct2string</a></td>
2920<td class="docstat partialdoc">partially documented</td>
2921</tr>
2922
2923</table><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw">./ToBeReviewed/STRUCTURE/where_tag.pro</a>
2924<table>
2925
2926<tr>
2927<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw#_where_Tag">where_Tag</a></td>
2928<td class="docstat partialdoc">partially documented</td>
2929</tr>
2930
2931</table><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw">./ToBeReviewed/TRIANGULATION/ciseauxtri.pro</a>
2932<table>
2933
2934<tr>
2935<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">ciseauxtri</a></td>
2936<td class="docstat partialdoc">partially documented</td>
2937</tr>
2938
2939</table><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw">./ToBeReviewed/TRIANGULATION/completecointerre.pro</a>
2940<table>
2941
2942<tr>
2943<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_draw_corner_triangle">draw_corner_triangle</a></td>
2944<td class="docstat partialdoc">partially documented</td>
2945</tr>
2946
2947<tr>
2948<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_completecointerre">completecointerre</a></td>
2949<td class="docstat notdoc">not documented</td>
2950</tr>
2951
2952</table><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri.pro</a>
2953<table>
2954
2955<tr>
2956<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw#_definetri">definetri</a></td>
2957<td class="docstat partialdoc">partially documented</td>
2958</tr>
2959
2960</table><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri_e.pro</a>
2961<table>
2962
2963<tr>
2964<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_numtri">numtri</a></td>
2965<td class="docstat notdoc">not documented</td>
2966</tr>
2967
2968<tr>
2969<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">definetri_e</a></td>
2970<td class="docstat partialdoc">partially documented</td>
2971</tr>
2972
2973</table><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw">./ToBeReviewed/TRIANGULATION/dessinetri.pro</a>
2974<table>
2975
2976<tr>
2977<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw#_dessinetri">dessinetri</a></td>
2978<td class="docstat partialdoc">partially documented</td>
2979</tr>
2980
2981</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_c.pro</a>
2982<table>
2983
2984<tr>
2985<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw#_drawcoast_c">drawcoast_c</a></td>
2986<td class="docstat notdoc">not documented</td>
2987</tr>
2988
2989</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_e.pro</a>
2990<table>
2991
2992<tr>
2993<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw#_drawcoast_e">drawcoast_e</a></td>
2994<td class="docstat notdoc">not documented</td>
2995</tr>
2996
2997</table><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw">./ToBeReviewed/TRIANGULATION/drawsectionbottom.pro</a>
2998<table>
2999
3000<tr>
3001<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw#_drawsectionbottom">drawsectionbottom</a></td>
3002<td class="docstat partialdoc">partially documented</td>
3003</tr>
3004
3005</table><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw">./ToBeReviewed/TRIANGULATION/fillcornermask.pro</a>
3006<table>
3007
3008<tr>
3009<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw#_fillcornermask">fillcornermask</a></td>
3010<td class="docstat partialdoc">partially documented</td>
3011</tr>
3012
3013</table><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw">./ToBeReviewed/TRIANGULATION/section.pro</a>
3014<table>
3015
3016<tr>
3017<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">section</a></td>
3018<td class="docstat partialdoc">partially documented</td>
3019</tr>
3020
3021</table><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw">./ToBeReviewed/TRIANGULATION/tracecote.pro</a>
3022<table>
3023
3024<tr>
3025<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw#_tracecote">tracecote</a></td>
3026<td class="docstat partialdoc">partially documented</td>
3027</tr>
3028
3029</table><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw">./ToBeReviewed/TRIANGULATION/tracemask.pro</a>
3030<table>
3031
3032<tr>
3033<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw#_tracemask">tracemask</a></td>
3034<td class="docstat partialdoc">partially documented</td>
3035</tr>
3036
3037</table><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule.pro</a>
3038<table>
3039
3040<tr>
3041<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw#_triangule">triangule</a></td>
3042<td class="docstat notdoc">not documented</td>
3043</tr>
3044
3045</table><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_c.pro</a>
3046<table>
3047
3048<tr>
3049<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw#_triangule_c">triangule_c</a></td>
3050<td class="docstat partialdoc">partially documented</td>
3051</tr>
3052
3053</table><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_e.pro</a>
3054<table>
3055
3056<tr>
3057<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw#_triangule_e">triangule_e</a></td>
3058<td class="docstat partialdoc">partially documented</td>
3059</tr>
3060
3061</table><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw">./ToBeReviewed/UTILITAIRE/fitintobox.pro</a>
3062<table>
3063
3064<tr>
3065<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw#_err_mess">err_mess</a></td>
3066<td class="docstat partialdoc">partially documented</td>
3067</tr>
3068
3069<tr>
3070<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw#_fitintobox">fitintobox</a></td>
3071<td class="docstat notdoc">not documented</td>
3072</tr>
3073
3074</table><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a>
3075<table>
3076
3077<tr>
3078<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></td>
3079<td class="docstat notdoc">not documented</td>
3080</tr>
3081
3082</table><a href="./ToBeReviewed/UTILITAIRE/linearequation.html?format=raw">./ToBeReviewed/UTILITAIRE/linearequation.pro</a>
3083<table>
3084
3085<tr>
3086<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/linearequation.html?format=raw#_linearequation">linearequation</a></td>
3087<td class="docstat partialdoc">partially documented</td>
3088</tr>
3089
3090</table><a href="./ToBeReviewed/UTILITAIRE/lineintersection.html?format=raw">./ToBeReviewed/UTILITAIRE/lineintersection.pro</a>
3091<table>
3092
3093<tr>
3094<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/lineintersection.html?format=raw#_lineintersection">lineintersection</a></td>
3095<td class="docstat partialdoc">partially documented</td>
3096</tr>
3097
3098</table><a href="./ToBeReviewed/UTILITAIRE/report.html?format=raw">./ToBeReviewed/UTILITAIRE/report.pro</a>
3099<table>
3100
3101<tr>
3102<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/report.html?format=raw#_report">report</a></td>
3103<td class="docstat partialdoc">partially documented</td>
3104</tr>
3105
3106</table><a href="./ToBeReviewed/UTILITAIRE/routine_name.html?format=raw">./ToBeReviewed/UTILITAIRE/routine_name.pro</a>
3107<table>
3108
3109<tr>
3110<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/routine_name.html?format=raw#_routine_name">routine_name</a></td>
3111<td class="docstat partialdoc">partially documented</td>
3112</tr>
3113
3114</table><a href="./ToBeReviewed/UTILITAIRE/test.html?format=raw">./ToBeReviewed/UTILITAIRE/test.pro</a>
3115<table>
3116
3117<tr>
3118<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/test.html?format=raw#_test">test</a></td>
3119<td class="docstat notdoc">not documented</td>
3120</tr>
3121
3122</table><a href="./ToBeReviewed/UTILITAIRE/testvar.html?format=raw">./ToBeReviewed/UTILITAIRE/testvar.pro</a>
3123<table>
3124
3125<tr>
3126<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/testvar.html?format=raw#_testvar">testvar</a></td>
3127<td class="docstat partialdoc">partially documented</td>
3128</tr>
3129
3130</table><a href="./ToBeReviewed/UTILITAIRE/text_box.html?format=raw">./ToBeReviewed/UTILITAIRE/text_box.pro</a>
3131<table>
3132
3133<tr>
3134<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/text_box.html?format=raw#_text_box">text_box</a></td>
3135<td class="docstat partialdoc">partially documented</td>
3136</tr>
3137
3138</table><a href="./ToBeReviewed/UTILITAIRE/undefine.html?format=raw">./ToBeReviewed/UTILITAIRE/undefine.pro</a>
3139<table>
3140
3141<tr>
3142<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/undefine.html?format=raw#_UNDEFINE">UNDEFINE</a></td>
3143<td class="docstat partialdoc">partially documented</td>
3144</tr>
3145
3146</table><a href="./ToBeReviewed/UTILITAIRE/xfile.html?format=raw">./ToBeReviewed/UTILITAIRE/xfile.pro</a>
3147<table>
3148
3149<tr>
3150<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/xfile.html?format=raw#_xfile">xfile</a></td>
3151<td class="docstat partialdoc">partially documented</td>
3152</tr>
3153
3154</table><a href="./ToBeReviewed/UTILITAIRE/xhelp.html?format=raw">./ToBeReviewed/UTILITAIRE/xhelp.pro</a>
3155<table>
3156
3157<tr>
3158<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/xhelp.html?format=raw#_xhelp">xhelp</a></td>
3159<td class="docstat partialdoc">partially documented</td>
3160</tr>
3161
3162</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.pro</a>
3163<table>
3164
3165<tr>
3166<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw#_buildcmd">buildcmd</a></td>
3167<td class="docstat partialdoc">partially documented</td>
3168</tr>
3169
3170</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro</a>
3171<table>
3172
3173<tr>
3174<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw#_buildreadcmd">buildreadcmd</a></td>
3175<td class="docstat partialdoc">partially documented</td>
3176</tr>
3177
3178</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.pro</a>
3179<table>
3180
3181<tr>
3182<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw#_changefield">changefield</a></td>
3183<td class="docstat notdoc">not documented</td>
3184</tr>
3185
3186</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.pro</a>
3187<table>
3188
3189<tr>
3190<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw#_changefile">changefile</a></td>
3191<td class="docstat notdoc">not documented</td>
3192</tr>
3193
3194</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro</a>
3195<table>
3196
3197<tr>
3198<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw#_createhistory">createhistory</a></td>
3199<td class="docstat notdoc">not documented</td>
3200</tr>
3201
3202</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.pro</a>
3203<table>
3204
3205<tr>
3206<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw#_cutcmd">cutcmd</a></td>
3207<td class="docstat notdoc">not documented</td>
3208</tr>
3209
3210</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.pro</a>
3211<table>
3212
3213<tr>
3214<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw#_definedefaultextra">definedefaultextra</a></td>
3215<td class="docstat notdoc">not documented</td>
3216</tr>
3217
3218</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.pro</a>
3219<table>
3220
3221<tr>
3222<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw#_doubleclickaction">doubleclickaction</a></td>
3223<td class="docstat notdoc">not documented</td>
3224</tr>
3225
3226</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.pro</a>
3227<table>
3228
3229<tr>
3230<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw#_extractatt">extractatt</a></td>
3231<td class="docstat notdoc">not documented</td>
3232</tr>
3233
3234</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.pro</a>
3235<table>
3236
3237<tr>
3238<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw#_findline">findline</a></td>
3239<td class="docstat notdoc">not documented</td>
3240</tr>
3241
3242</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.pro</a>
3243<table>
3244
3245<tr>
3246<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw#_identifyclick">identifyclick</a></td>
3247<td class="docstat notdoc">not documented</td>
3248</tr>
3249
3250</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.pro</a>
3251<table>
3252
3253<tr>
3254<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw#_inserthistory">inserthistory</a></td>
3255<td class="docstat notdoc">not documented</td>
3256</tr>
3257
3258</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro</a>
3259<table>
3260
3261<tr>
3262<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw#_letsdraw">letsdraw</a></td>
3263<td class="docstat partialdoc">partially documented</td>
3264</tr>
3265
3266</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro</a>
3267<table>
3268
3269<tr>
3270<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw#_loadgrid">loadgrid</a></td>
3271<td class="docstat notdoc">not documented</td>
3272</tr>
3273
3274</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.pro</a>
3275<table>
3276
3277<tr>
3278<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw#_longclickaction">longclickaction</a></td>
3279<td class="docstat notdoc">not documented</td>
3280</tr>
3281
3282</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro</a>
3283<table>
3284
3285<tr>
3286<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw#_read_vermair">read_vermair</a></td>
3287<td class="docstat notdoc">not documented</td>
3288</tr>
3289
3290</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro</a>
3291<table>
3292
3293<tr>
3294<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">scanfile</a></td>
3295<td class="docstat notdoc">not documented</td>
3296</tr>
3297
3298</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro</a>
3299<table>
3300
3301<tr>
3302<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile_event">selectfile_event</a></td>
3303<td class="docstat notdoc">not documented</td>
3304</tr>
3305
3306<tr>
3307<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile">selectfile</a></td>
3308<td class="docstat notdoc">not documented</td>
3309</tr>
3310
3311</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.pro</a>
3312<table>
3313
3314<tr>
3315<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw#_singleclickaction">singleclickaction</a></td>
3316<td class="docstat notdoc">not documented</td>
3317</tr>
3318
3319</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.pro</a>
3320<table>
3321
3322<tr>
3323<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw#_tracecadre">tracecadre</a></td>
3324<td class="docstat notdoc">not documented</td>
3325</tr>
3326
3327</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.pro</a>
3328<table>
3329
3330<tr>
3331<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw#_updatewidget">updatewidget</a></td>
3332<td class="docstat notdoc">not documented</td>
3333</tr>
3334
3335</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.pro</a>
3336<table>
3337
3338<tr>
3339<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim_event">xcreateanim_event</a></td>
3340<td class="docstat notdoc">not documented</td>
3341</tr>
3342
3343<tr>
3344<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim">xcreateanim</a></td>
3345<td class="docstat notdoc">not documented</td>
3346</tr>
3347
3348</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro</a>
3349<table>
3350
3351<tr>
3352<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw#_xxxmenubar_event">xxxmenubar_event</a></td>
3353<td class="docstat notdoc">not documented</td>
3354</tr>
3355
3356</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro</a>
3357<table>
3358
3359<tr>
3360<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_SETV">CW_BGROUP_SETV</a></td>
3361<td class="docstat partialdoc">partially documented</td>
3362</tr>
3363
3364<tr>
3365<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_GETV">CW_BGROUP_GETV</a></td>
3366<td class="docstat notdoc">not documented</td>
3367</tr>
3368
3369<tr>
3370<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_EVENT">CW_BGROUP_EVENT</a></td>
3371<td class="docstat notdoc">not documented</td>
3372</tr>
3373
3374<tr>
3375<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP">CW_BGROUP</a></td>
3376<td class="docstat notdoc">not documented</td>
3377</tr>
3378
3379</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro</a>
3380<table>
3381
3382<tr>
3383<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_set_value">cw_calendar_set_value</a></td>
3384<td class="docstat notdoc">not documented</td>
3385</tr>
3386
3387<tr>
3388<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_get_value">cw_calendar_get_value</a></td>
3389<td class="docstat notdoc">not documented</td>
3390</tr>
3391
3392<tr>
3393<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_get_cal_value">get_cal_value</a></td>
3394<td class="docstat notdoc">not documented</td>
3395</tr>
3396
3397<tr>
3398<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_set_cal_combobox">set_cal_combobox</a></td>
3399<td class="docstat notdoc">not documented</td>
3400</tr>
3401
3402<tr>
3403<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_move">move</a></td>
3404<td class="docstat notdoc">not documented</td>
3405</tr>
3406
3407<tr>
3408<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_event">cw_calendar_event</a></td>
3409<td class="docstat notdoc">not documented</td>
3410</tr>
3411
3412<tr>
3413<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar">cw_calendar</a></td>
3414<td class="docstat notdoc">not documented</td>
3415</tr>
3416
3417</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro</a>
3418<table>
3419
3420<tr>
3421<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>
3422<td class="docstat partialdoc">partially documented</td>
3423</tr>
3424
3425<tr>
3426<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>
3427<td class="docstat notdoc">not documented</td>
3428</tr>
3429
3430<tr>
3431<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>
3432<td class="docstat notdoc">not documented</td>
3433</tr>
3434
3435<tr>
3436<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm">cw_combobox_pm</a></td>
3437<td class="docstat notdoc">not documented</td>
3438</tr>
3439
3440</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro</a>
3441<table>
3442
3443<tr>
3444<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_set_value">cw_domain_set_value</a></td>
3445<td class="docstat notdoc">not documented</td>
3446</tr>
3447
3448<tr>
3449<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_get_value">cw_domain_get_value</a></td>
3450<td class="docstat notdoc">not documented</td>
3451</tr>
3452
3453<tr>
3454<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_event">cw_domain_event</a></td>
3455<td class="docstat notdoc">not documented</td>
3456</tr>
3457
3458<tr>
3459<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain">cw_domain</a></td>
3460<td class="docstat notdoc">not documented</td>
3461</tr>
3462
3463</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro</a>
3464<table>
3465
3466<tr>
3467<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>
3468<td class="docstat partialdoc">partially documented</td>
3469</tr>
3470
3471<tr>
3472<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>
3473<td class="docstat notdoc">not documented</td>
3474</tr>
3475
3476<tr>
3477<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>
3478<td class="docstat notdoc">not documented</td>
3479</tr>
3480
3481<tr>
3482<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm">cw_droplist_pm</a></td>
3483<td class="docstat notdoc">not documented</td>
3484</tr>
3485
3486</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro</a>
3487<table>
3488
3489<tr>
3490<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout_event">cw_pagelayout_event</a></td>
3491<td class="docstat notdoc">not documented</td>
3492</tr>
3493
3494<tr>
3495<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout">cw_pagelayout</a></td>
3496<td class="docstat notdoc">not documented</td>
3497</tr>
3498
3499</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro</a>
3500<table>
3501
3502<tr>
3503<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>
3504<td class="docstat notdoc">not documented</td>
3505</tr>
3506
3507<tr>
3508<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>
3509<td class="docstat notdoc">not documented</td>
3510</tr>
3511
3512<tr>
3513<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice">cw_slide_slice</a></td>
3514<td class="docstat notdoc">not documented</td>
3515</tr>
3516
3517</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro</a>
3518<table>
3519
3520<tr>
3521<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decvalue">decvalue</a></td>
3522<td class="docstat partialdoc">partially documented</td>
3523</tr>
3524
3525<tr>
3526<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decind">decind</a></td>
3527<td class="docstat notdoc">not documented</td>
3528</tr>
3529
3530<tr>
3531<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>
3532<td class="docstat notdoc">not documented</td>
3533</tr>
3534
3535<tr>
3536<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>
3537<td class="docstat notdoc">not documented</td>
3538</tr>
3539
3540<tr>
3541<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>
3542<td class="docstat notdoc">not documented</td>
3543</tr>
3544
3545<tr>
3546<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm">cw_slider_pm</a></td>
3547<td class="docstat notdoc">not documented</td>
3548</tr>
3549
3550</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro</a>
3551<table>
3552
3553<tr>
3554<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_set_value">cw_specifie_set_value</a></td>
3555<td class="docstat notdoc">not documented</td>
3556</tr>
3557
3558<tr>
3559<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_get_value">cw_specifie_get_value</a></td>
3560<td class="docstat notdoc">not documented</td>
3561</tr>
3562
3563<tr>
3564<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_event">cw_specifie_event</a></td>
3565<td class="docstat notdoc">not documented</td>
3566</tr>
3567
3568<tr>
3569<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie">cw_specifie</a></td>
3570<td class="docstat notdoc">not documented</td>
3571</tr>
3572
3573</table><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw">./ToBeReviewed/WIDGET/findtopid.pro</a>
3574<table>
3575
3576<tr>
3577<td class="docroutine"><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw#_findtopid">findtopid</a></td>
3578<td class="docstat partialdoc">partially documented</td>
3579</tr>
3580
3581</table><a href="./ToBeReviewed/WIDGET/slec.html?format=raw">./ToBeReviewed/WIDGET/slec.pro</a>
3582<table>
3583
3584<tr>
3585<td class="docroutine"><a href="./ToBeReviewed/WIDGET/slec.html?format=raw#_slec">slec</a></td>
3586<td class="docstat notdoc">not documented</td>
3587</tr>
3588
3589</table><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw">./ToBeReviewed/WIDGET/xnotice.pro</a>
3590<table>
3591
3592<tr>
3593<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw#_xnotice">xnotice</a></td>
3594<td class="docstat partialdoc">partially documented</td>
3595</tr>
3596
3597</table><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw">./ToBeReviewed/WIDGET/xquestion.pro</a>
3598<table>
3599
3600<tr>
3601<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion_event">xquestion_event</a></td>
3602<td class="docstat partialdoc">partially documented</td>
3603</tr>
3604
3605<tr>
3606<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion">xquestion</a></td>
3607<td class="docstat notdoc">not documented</td>
3608</tr>
3609
3610</table><a href="./ToBeReviewed/WIDGET/xx.html?format=raw">./ToBeReviewed/WIDGET/xx.pro</a>
3611<table>
3612
3613<tr>
3614<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xx.html?format=raw#_xx">xx</a></td>
3615<td class="docstat notdoc">not documented</td>
3616</tr>
3617
3618</table><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw">./ToBeReviewed/WIDGET/xxx.pro</a>
3619<table>
3620
3621<tr>
3622<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx_event">xxx_event</a></td>
3623<td class="docstat partialdoc">partially documented</td>
3624</tr>
3625
3626<tr>
3627<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx">xxx</a></td>
3628<td class="docstat notdoc">not documented</td>
3629</tr>
3630
3631</table><a href="./Utilities/createfunc.html?format=raw">./Utilities/createfunc.pro</a>
3632<table>
3633
3634<tr>
3635<td class="docroutine"><a href="./Utilities/createfunc.html?format=raw#_createfunc">createfunc</a></td>
3636<td class="docstat partialdoc">partially documented</td>
3637</tr>
3638
3639</table><a href="./Utilities/createpro.html?format=raw">./Utilities/createpro.pro</a>
3640<table>
3641
3642<tr>
3643<td class="docroutine"><a href="./Utilities/createpro.html?format=raw#_createpro">createpro</a></td>
3644<td class="docstat partialdoc">partially documented</td>
3645</tr>
3646
3647</table><a href="./Utilities/find.html?format=raw">./Utilities/find.pro</a>
3648<table>
3649
3650<tr>
3651<td class="docroutine"><a href="./Utilities/find.html?format=raw#_find">find</a></td>
3652<td class="docstat partialdoc">partially documented</td>
3653</tr>
3654
3655</table><a href="./Utilities/isadirectory.html?format=raw">./Utilities/isadirectory.pro</a>
3656<table>
3657
3658<tr>
3659<td class="docroutine"><a href="./Utilities/isadirectory.html?format=raw#_isadirectory">isadirectory</a></td>
3660<td class="docstat partialdoc">partially documented</td>
3661</tr>
3662
3663</table><a href="./Utilities/isafile.html?format=raw">./Utilities/isafile.pro</a>
3664<table>
3665
3666<tr>
3667<td class="docroutine"><a href="./Utilities/isafile.html?format=raw#_isafile">isafile</a></td>
3668<td class="docstat partialdoc">partially documented</td>
3669</tr>
3670
3671</table><a href="./buildinit.html?format=raw">./buildinit.pro</a>
3672<table>
3673
3674<tr>
3675<td class="docroutine"><a href="./buildinit.html?format=raw#_CW_FIELD2">CW_FIELD2</a></td>
3676<td class="docstat partialdoc">partially documented</td>
3677</tr>
3678
3679<tr>
3680<td class="docroutine"><a href="./buildinit.html?format=raw#_printerdef_event">printerdef_event</a></td>
3681<td class="docstat notdoc">not documented</td>
3682</tr>
3683
3684<tr>
3685<td class="docroutine"><a href="./buildinit.html?format=raw#_papsize_event">papsize_event</a></td>
3686<td class="docstat notdoc">not documented</td>
3687</tr>
3688
3689<tr>
3690<td class="docroutine"><a href="./buildinit.html?format=raw#_xask_event">xask_event</a></td>
3691<td class="docstat notdoc">not documented</td>
3692</tr>
3693
3694<tr>
3695<td class="docroutine"><a href="./buildinit.html?format=raw#_xask">xask</a></td>
3696<td class="docstat notdoc">not documented</td>
3697</tr>
3698
3699<tr>
3700<td class="docroutine"><a href="./buildinit.html?format=raw#_getdir">getdir</a></td>
3701<td class="docstat notdoc">not documented</td>
3702</tr>
3703
3704<tr>
3705<td class="docroutine"><a href="./buildinit.html?format=raw#_buildinit">buildinit</a></td>
3706<td class="docstat notdoc">not documented</td>
3707</tr>
3708
3709</table></div>
3710<div id="obsolete">
3711  <h2>Obsolete routines</h2><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
3712<table>
3713
3714<tr>
3715<td class="obsroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
3716</tr>
3717
3718</table><a href="./Obsolete/ficdate.html?format=raw">./Obsolete/ficdate.pro</a>
3719<table>
3720
3721<tr>
3722<td class="obsroutine"><a href="./Obsolete/ficdate.html?format=raw#_ficdate">ficdate</a></td>
3723</tr>
3724
3725</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
3726<table>
3727
3728<tr>
3729<td class="obsroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
3730</tr>
3731
3732</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
3733<table>
3734
3735<tr>
3736<td class="obsroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
3737</tr>
3738
3739</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
3740<table>
3741
3742<tr>
3743<td class="obsroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
3744</tr>
3745
3746</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
3747<table>
3748
3749<tr>
3750<td class="obsroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
3751</tr>
3752
3753</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
3754<table>
3755
3756<tr>
3757<td class="obsroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
3758</tr>
3759
3760</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
3761<table>
3762
3763<tr>
3764<td class="obsroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
3765</tr>
3766
3767</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
3768<table>
3769
3770<tr>
3771<td class="obsroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
3772</tr>
3773
3774</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
3775<table>
3776
3777<tr>
3778<td class="obsroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
3779</tr>
3780
3781</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
3782<table>
3783
3784<tr>
3785<td class="obsroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
3786</tr>
3787
3788</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
3789<table>
3790
3791<tr>
3792<td class="obsroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
3793</tr>
3794
3795</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
3796<table>
3797
3798<tr>
3799<td class="obsroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
3800</tr>
3801
3802</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
3803<table>
3804
3805<tr>
3806<td class="obsroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
3807</tr>
3808
3809</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
3810<table>
3811
3812<tr>
3813<td class="obsroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
3814</tr>
3815
3816</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
3817<table>
3818
3819<tr>
3820<td class="obsroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
3821</tr>
3822
3823</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
3824<table>
3825
3826<tr>
3827<td class="obsroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
3828</tr>
3829
3830</table></div>
3831<div id="statistics">
3832  <h2>Statistics warnings</h2></div>
3833     
3834
3835      <div id="tagline">Produced by IDLdoc 2.0.</div>
3836
3837    </div>
3838
3839  </body>
3840</html>
Note: See TracBrowser for help on using the repository browser.