aboutsummaryrefslogtreecommitdiffstats
path: root/cad/linux-gid/pkg-plist
blob: f570d65069ca5c0770289bf1528f4bf65d332a5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
bin/gid
%%DATADIR%%/GidPassword.txt
%%DATADIR%%/License.htm
%%DATADIR%%/License.txt
%%DATADIR%%/README.txt
%%DATADIR%%/bitmaps/AddStep.gif
%%DATADIR%%/bitmaps/ArrowDown.gif
%%DATADIR%%/bitmaps/ArrowUp.gif
%%DATADIR%%/bitmaps/CirclePNR.gif
%%DATADIR%%/bitmaps/EndAnim.gif
%%DATADIR%%/bitmaps/GiD2.ico
%%DATADIR%%/bitmaps/GiDdir.gif
%%DATADIR%%/bitmaps/GiDdirectory.gif
%%DATADIR%%/bitmaps/GiDdirectory_h.gif
%%DATADIR%%/bitmaps/GiDicono.xbm
%%DATADIR%%/bitmaps/GiDicono.xpm
%%DATADIR%%/bitmaps/GiDicono64.xbm
%%DATADIR%%/bitmaps/GiDicono64.xpm
%%DATADIR%%/bitmaps/GiDlogo.gif
%%DATADIR%%/bitmaps/GiDlogo.ppm
%%DATADIR%%/bitmaps/GiDsplash-old.gif
%%DATADIR%%/bitmaps/GiDsplash.gif
%%DATADIR%%/bitmaps/HSV_color.gif
%%DATADIR%%/bitmaps/HelpJoin.gif
%%DATADIR%%/bitmaps/Lock-off.gif
%%DATADIR%%/bitmaps/Lock-on.gif
%%DATADIR%%/bitmaps/Prism.gif
%%DATADIR%%/bitmaps/Report.gif
%%DATADIR%%/bitmaps/StaticAnimCosine.xbm
%%DATADIR%%/bitmaps/StaticAnimLineal.xbm
%%DATADIR%%/bitmaps/StaticAnimSinusoidal.xbm
%%DATADIR%%/bitmaps/StaticAnimTriangular.xbm
%%DATADIR%%/bitmaps/ToReport.gif
%%DATADIR%%/bitmaps/ToReportOld.gif
%%DATADIR%%/bitmaps/about.gif
%%DATADIR%%/bitmaps/about_grey.gif
%%DATADIR%%/bitmaps/alllines
%%DATADIR%%/bitmaps/alllines.gif
%%DATADIR%%/bitmaps/alltypes
%%DATADIR%%/bitmaps/alltypes.gif
%%DATADIR%%/bitmaps/arc
%%DATADIR%%/bitmaps/arc.gif
%%DATADIR%%/bitmaps/arrow-l
%%DATADIR%%/bitmaps/arrow-l-16
%%DATADIR%%/bitmaps/arrow-l-24
%%DATADIR%%/bitmaps/arrow-l-plus
%%DATADIR%%/bitmaps/arrow-r
%%DATADIR%%/bitmaps/arrow-r-16
%%DATADIR%%/bitmaps/arrow-r-24
%%DATADIR%%/bitmaps/arrow_down_vsmall.gif
%%DATADIR%%/bitmaps/arrow_left_vsmall.gif
%%DATADIR%%/bitmaps/arrow_right_vsmall.gif
%%DATADIR%%/bitmaps/arrow_up_vsmall.gif
%%DATADIR%%/bitmaps/aspa
%%DATADIR%%/bitmaps/blackwhite.gif
%%DATADIR%%/bitmaps/bmp
%%DATADIR%%/bitmaps/bmp.gif
%%DATADIR%%/bitmaps/body
%%DATADIR%%/bitmaps/body.gif
%%DATADIR%%/bitmaps/bodybound
%%DATADIR%%/bitmaps/bodybound.gif
%%DATADIR%%/bitmaps/bodylines
%%DATADIR%%/bitmaps/bodylines.gif
%%DATADIR%%/bitmaps/bola.ico
%%DATADIR%%/bitmaps/boton_mas
%%DATADIR%%/bitmaps/boton_menos
%%DATADIR%%/bitmaps/boundaries
%%DATADIR%%/bitmaps/boundaries.gif
%%DATADIR%%/bitmaps/buton_about.gif
%%DATADIR%%/bitmaps/buton_about_o.gif
%%DATADIR%%/bitmaps/buton_close.gif
%%DATADIR%%/bitmaps/buton_close_o.gif
%%DATADIR%%/bitmaps/buton_help.gif
%%DATADIR%%/bitmaps/buton_help_o.gif
%%DATADIR%%/bitmaps/buton_register.gif
%%DATADIR%%/bitmaps/buton_register_o.gif
%%DATADIR%%/bitmaps/buton_tutorials.gif
%%DATADIR%%/bitmaps/buton_tutorials_o.gif
%%DATADIR%%/bitmaps/buton_web.gif
%%DATADIR%%/bitmaps/buton_web_o.gif
%%DATADIR%%/bitmaps/camera
%%DATADIR%%/bitmaps/camera.gif
%%DATADIR%%/bitmaps/changelight
%%DATADIR%%/bitmaps/check.gif
%%DATADIR%%/bitmaps/cimne-draw
%%DATADIR%%/bitmaps/cimne-draw.gif
%%DATADIR%%/bitmaps/clipplane-base.xbm
%%DATADIR%%/bitmaps/clipplane.xbm
%%DATADIR%%/bitmaps/cone.gif
%%DATADIR%%/bitmaps/contextual
%%DATADIR%%/bitmaps/coonsurf
%%DATADIR%%/bitmaps/coonsurf.gif
%%DATADIR%%/bitmaps/coonsurf16x16
%%DATADIR%%/bitmaps/coonsurf16x16.gif
%%DATADIR%%/bitmaps/copy.gif
%%DATADIR%%/bitmaps/cullbackfaces
%%DATADIR%%/bitmaps/cullfrontback
%%DATADIR%%/bitmaps/cullfrontfaces
%%DATADIR%%/bitmaps/cullnone
%%DATADIR%%/bitmaps/cullstyle
%%DATADIR%%/bitmaps/cullstyle.gif
%%DATADIR%%/bitmaps/cursor3d
%%DATADIR%%/bitmaps/cut2p
%%DATADIR%%/bitmaps/cut2p.gif
%%DATADIR%%/bitmaps/cut3p
%%DATADIR%%/bitmaps/cut3p.gif
%%DATADIR%%/bitmaps/cut_succesion
%%DATADIR%%/bitmaps/cut_succesion.gif
%%DATADIR%%/bitmaps/cuts
%%DATADIR%%/bitmaps/cuts.gif
%%DATADIR%%/bitmaps/cuts_on
%%DATADIR%%/bitmaps/cutsets
%%DATADIR%%/bitmaps/cutsets.gif
%%DATADIR%%/bitmaps/cutsets_on
%%DATADIR%%/bitmaps/cylinder.gif
%%DATADIR%%/bitmaps/disk.gif
%%DATADIR%%/bitmaps/displaystyle
%%DATADIR%%/bitmaps/displaystyle.gif
%%DATADIR%%/bitmaps/dividemesh
%%DATADIR%%/bitmaps/dividesets
%%DATADIR%%/bitmaps/docut
%%DATADIR%%/bitmaps/docut.gif
%%DATADIR%%/bitmaps/down-msk.xbm
%%DATADIR%%/bitmaps/down.xbm
%%DATADIR%%/bitmaps/downdoublearrow
%%DATADIR%%/bitmaps/downdoublearrow16x16
%%DATADIR%%/bitmaps/element
%%DATADIR%%/bitmaps/element.gif
%%DATADIR%%/bitmaps/eps
%%DATADIR%%/bitmaps/eps.gif
%%DATADIR%%/bitmaps/erase
%%DATADIR%%/bitmaps/erase-cross.gif
%%DATADIR%%/bitmaps/erase.gif
%%DATADIR%%/bitmaps/escape
%%DATADIR%%/bitmaps/exit.gif
%%DATADIR%%/bitmaps/eye_closed
%%DATADIR%%/bitmaps/eye_closed.gif
%%DATADIR%%/bitmaps/eye_open
%%DATADIR%%/bitmaps/eye_open.gif
%%DATADIR%%/bitmaps/face
%%DATADIR%%/bitmaps/file.gif
%%DATADIR%%/bitmaps/file_h.gif
%%DATADIR%%/bitmaps/flagdown
%%DATADIR%%/bitmaps/flagup
%%DATADIR%%/bitmaps/fletxa_d.gif
%%DATADIR%%/bitmaps/fletxa_e.gif
%%DATADIR%%/bitmaps/foco_dad.cur
%%DATADIR%%/bitmaps/foco_dad.xbm
%%DATADIR%%/bitmaps/foco_dad_msk.xbm
%%DATADIR%%/bitmaps/foco_dai.cur
%%DATADIR%%/bitmaps/foco_dai.xbm
%%DATADIR%%/bitmaps/foco_dai_msk.xbm
%%DATADIR%%/bitmaps/foco_dbd.cur
%%DATADIR%%/bitmaps/foco_dbd.xbm
%%DATADIR%%/bitmaps/foco_dbd_msk.xbm
%%DATADIR%%/bitmaps/foco_dbi.cur
%%DATADIR%%/bitmaps/foco_dbi.xbm
%%DATADIR%%/bitmaps/foco_dbi_msk.xbm
%%DATADIR%%/bitmaps/foco_dd.xbm
%%DATADIR%%/bitmaps/foco_di.xbm
%%DATADIR%%/bitmaps/foco_fad.cur
%%DATADIR%%/bitmaps/foco_fad.xbm
%%DATADIR%%/bitmaps/foco_fad_msk.xbm
%%DATADIR%%/bitmaps/foco_fai.cur
%%DATADIR%%/bitmaps/foco_fai.xbm
%%DATADIR%%/bitmaps/foco_fai_msk.xbm
%%DATADIR%%/bitmaps/foco_fbd.cur
%%DATADIR%%/bitmaps/foco_fbd.xbm
%%DATADIR%%/bitmaps/foco_fbd_msk.xbm
%%DATADIR%%/bitmaps/foco_fbi.cur
%%DATADIR%%/bitmaps/foco_fbi.xbm
%%DATADIR%%/bitmaps/foco_fbi_msk.xbm
%%DATADIR%%/bitmaps/foco_fd.xbm
%%DATADIR%%/bitmaps/foco_fi.xbm
%%DATADIR%%/bitmaps/folder.gif
%%DATADIR%%/bitmaps/folder_h.gif
%%DATADIR%%/bitmaps/gid.ico
%%DATADIR%%/bitmaps/gid_icon.xbm
%%DATADIR%%/bitmaps/gid_mini
%%DATADIR%%/bitmaps/gidinfo.gif
%%DATADIR%%/bitmaps/gif
%%DATADIR%%/bitmaps/gif.gif
%%DATADIR%%/bitmaps/go-msk.xbm
%%DATADIR%%/bitmaps/go.xbm
%%DATADIR%%/bitmaps/go18x15.gif
%%DATADIR%%/bitmaps/go_step-msk.xbm
%%DATADIR%%/bitmaps/go_step.xbm
%%DATADIR%%/bitmaps/grey.25
%%DATADIR%%/bitmaps/grey.5
%%DATADIR%%/bitmaps/help.gif
%%DATADIR%%/bitmaps/help.xpm
%%DATADIR%%/bitmaps/hiddenbound
%%DATADIR%%/bitmaps/hiddenbound.gif
%%DATADIR%%/bitmaps/hiddenlines
%%DATADIR%%/bitmaps/hiddenlines.gif
%%DATADIR%%/bitmaps/home.gif
%%DATADIR%%/bitmaps/hourglass.gif
%%DATADIR%%/bitmaps/info_gid.gif
%%DATADIR%%/bitmaps/info_gid_a.gif
%%DATADIR%%/bitmaps/info_gid_p.gif
%%DATADIR%%/bitmaps/info_gid_t.gif
%%DATADIR%%/bitmaps/interior
%%DATADIR%%/bitmaps/interior.gif
%%DATADIR%%/bitmaps/interior_no
%%DATADIR%%/bitmaps/interior_no.gif
%%DATADIR%%/bitmaps/invrainbow.gif
%%DATADIR%%/bitmaps/join.gif
%%DATADIR%%/bitmaps/jpeg
%%DATADIR%%/bitmaps/jpeg.gif
%%DATADIR%%/bitmaps/layer
%%DATADIR%%/bitmaps/layer.gif
%%DATADIR%%/bitmaps/layer16x16.gif
%%DATADIR%%/bitmaps/layer_bringtofront.gif
%%DATADIR%%/bitmaps/layer_freeze.gif
%%DATADIR%%/bitmaps/layer_massive_off.gif
%%DATADIR%%/bitmaps/layer_massive_on.gif
%%DATADIR%%/bitmaps/layer_nottouse.gif
%%DATADIR%%/bitmaps/layer_off.gif
%%DATADIR%%/bitmaps/layer_on.gif
%%DATADIR%%/bitmaps/layer_sendtoback.gif
%%DATADIR%%/bitmaps/layer_touse.gif
%%DATADIR%%/bitmaps/layer_transparent_off.gif
%%DATADIR%%/bitmaps/layer_transparent_on.gif
%%DATADIR%%/bitmaps/layer_unfreeze.gif
%%DATADIR%%/bitmaps/leftarrow.bit
%%DATADIR%%/bitmaps/leftdoublearrow.bit
%%DATADIR%%/bitmaps/letters
%%DATADIR%%/bitmaps/lightpos
%%DATADIR%%/bitmaps/lightpos.gif
%%DATADIR%%/bitmaps/line
%%DATADIR%%/bitmaps/line.gif
%%DATADIR%%/bitmaps/line16x16
%%DATADIR%%/bitmaps/line16x16.gif
%%DATADIR%%/bitmaps/list
%%DATADIR%%/bitmaps/list.gif
%%DATADIR%%/bitmaps/localaxes.gif
%%DATADIR%%/bitmaps/logo-uninstall2_64.gif
%%DATADIR%%/bitmaps/logo-uninstall2_64.xpm
%%DATADIR%%/bitmaps/meshes
%%DATADIR%%/bitmaps/meshes.gif
%%DATADIR%%/bitmaps/meshes_on
%%DATADIR%%/bitmaps/minus.xbm
%%DATADIR%%/bitmaps/mwindows.gif
%%DATADIR%%/bitmaps/new.gif
%%DATADIR%%/bitmaps/newfolder.gif
%%DATADIR%%/bitmaps/no_create_point.gif
%%DATADIR%%/bitmaps/no_join.gif
%%DATADIR%%/bitmaps/node
%%DATADIR%%/bitmaps/node.gif
%%DATADIR%%/bitmaps/noletters
%%DATADIR%%/bitmaps/note.gif
%%DATADIR%%/bitmaps/object.gif
%%DATADIR%%/bitmaps/onoff_bola.gif
%%DATADIR%%/bitmaps/onoff_bola.tif
%%DATADIR%%/bitmaps/opaco.gif
%%DATADIR%%/bitmaps/open.gif
%%DATADIR%%/bitmaps/open15.gif
%%DATADIR%%/bitmaps/open2.gif
%%DATADIR%%/bitmaps/openfile
%%DATADIR%%/bitmaps/openfold.gif
%%DATADIR%%/bitmaps/openfold_h.gif
%%DATADIR%%/bitmaps/palette.gif
%%DATADIR%%/bitmaps/pan
%%DATADIR%%/bitmaps/pan.gif
%%DATADIR%%/bitmaps/panfrom
%%DATADIR%%/bitmaps/panfrom.cur
%%DATADIR%%/bitmaps/panfrom_msk
%%DATADIR%%/bitmaps/panto
%%DATADIR%%/bitmaps/panto.cur
%%DATADIR%%/bitmaps/panto_msk
%%DATADIR%%/bitmaps/pattern
%%DATADIR%%/bitmaps/plsurf
%%DATADIR%%/bitmaps/plsurf.gif
%%DATADIR%%/bitmaps/plus.xbm
%%DATADIR%%/bitmaps/png
%%DATADIR%%/bitmaps/png.gif
%%DATADIR%%/bitmaps/point
%%DATADIR%%/bitmaps/point.gif
%%DATADIR%%/bitmaps/point16x16
%%DATADIR%%/bitmaps/point16x16.gif
%%DATADIR%%/bitmaps/points
%%DATADIR%%/bitmaps/points.gif
%%DATADIR%%/bitmaps/points3.gif
%%DATADIR%%/bitmaps/poly
%%DATADIR%%/bitmaps/poly.gif
%%DATADIR%%/bitmaps/polygonPNR.gif
%%DATADIR%%/bitmaps/prefs.gif
%%DATADIR%%/bitmaps/prepost.gif
%%DATADIR%%/bitmaps/print.gif
%%DATADIR%%/bitmaps/prof1.gif
%%DATADIR%%/bitmaps/prof2.gif
%%DATADIR%%/bitmaps/prof3.gif
%%DATADIR%%/bitmaps/ps
%%DATADIR%%/bitmaps/ps.gif
%%DATADIR%%/bitmaps/questionarrow.gif
%%DATADIR%%/bitmaps/quit.gif
%%DATADIR%%/bitmaps/rainbow.gif
%%DATADIR%%/bitmaps/record19x15
%%DATADIR%%/bitmaps/rectangle.gif
%%DATADIR%%/bitmaps/redcross22x22.gif
%%DATADIR%%/bitmaps/redraw
%%DATADIR%%/bitmaps/redraw.gif
%%DATADIR%%/bitmaps/rename.gif
%%DATADIR%%/bitmaps/rename2.gif
%%DATADIR%%/bitmaps/resetminmax
%%DATADIR%%/bitmaps/resetminmax.gif
%%DATADIR%%/bitmaps/result
%%DATADIR%%/bitmaps/resultonview
%%DATADIR%%/bitmaps/resultonview.gif
%%DATADIR%%/bitmaps/rewind-msk.xbm
%%DATADIR%%/bitmaps/rewind.xbm
%%DATADIR%%/bitmaps/rightarrow.bit
%%DATADIR%%/bitmaps/rightdoublearrow.bit
%%DATADIR%%/bitmaps/rotate
%%DATADIR%%/bitmaps/rotate-old.gif
%%DATADIR%%/bitmaps/rotate-quiet
%%DATADIR%%/bitmaps/rotate.cur
%%DATADIR%%/bitmaps/rotate.gif
%%DATADIR%%/bitmaps/rotate_msk
%%DATADIR%%/bitmaps/rotatequiet
%%DATADIR%%/bitmaps/rotatequiet.cur
%%DATADIR%%/bitmaps/rotatequiet_msk
%%DATADIR%%/bitmaps/rotatex
%%DATADIR%%/bitmaps/rotatex.cur
%%DATADIR%%/bitmaps/rotatex_msk
%%DATADIR%%/bitmaps/rotatey
%%DATADIR%%/bitmaps/rotatey.cur
%%DATADIR%%/bitmaps/rotatey_msk
%%DATADIR%%/bitmaps/rotatez
%%DATADIR%%/bitmaps/rotatez.cur
%%DATADIR%%/bitmaps/rotatez_msk
%%DATADIR%%/bitmaps/save.gif
%%DATADIR%%/bitmaps/save15.gif
%%DATADIR%%/bitmaps/saveas.gif
%%DATADIR%%/bitmaps/search.gif
%%DATADIR%%/bitmaps/sep_hori.gif
%%DATADIR%%/bitmaps/sep_hori_2.gif
%%DATADIR%%/bitmaps/sep_hori_largo.gif
%%DATADIR%%/bitmaps/sep_hori_largo2.gif
%%DATADIR%%/bitmaps/sep_vert.gif
%%DATADIR%%/bitmaps/sep_vert_2.gif
%%DATADIR%%/bitmaps/sets
%%DATADIR%%/bitmaps/sets.gif
%%DATADIR%%/bitmaps/sets_on
%%DATADIR%%/bitmaps/sphere.gif
%%DATADIR%%/bitmaps/spline
%%DATADIR%%/bitmaps/spline.gif
%%DATADIR%%/bitmaps/stop-msk.xbm
%%DATADIR%%/bitmaps/stop.xbm
%%DATADIR%%/bitmaps/stop19x15
%%DATADIR%%/bitmaps/surface
%%DATADIR%%/bitmaps/surface.gif
%%DATADIR%%/bitmaps/surfacesets
%%DATADIR%%/bitmaps/surfacesets.gif
%%DATADIR%%/bitmaps/surfacesets_on
%%DATADIR%%/bitmaps/target.xbm
%%DATADIR%%/bitmaps/tcltk16.gif
%%DATADIR%%/bitmaps/terrain.gif
%%DATADIR%%/bitmaps/text_about.gif
%%DATADIR%%/bitmaps/text_close.gif
%%DATADIR%%/bitmaps/text_gidhelp.gif
%%DATADIR%%/bitmaps/text_gidtutorials.gif
%%DATADIR%%/bitmaps/text_register.gif
%%DATADIR%%/bitmaps/text_www.gif
%%DATADIR%%/bitmaps/tga
%%DATADIR%%/bitmaps/tga.gif
%%DATADIR%%/bitmaps/tiff
%%DATADIR%%/bitmaps/tiff.gif
%%DATADIR%%/bitmaps/tori.gif
%%DATADIR%%/bitmaps/transp
%%DATADIR%%/bitmaps/transp_no
%%DATADIR%%/bitmaps/transparente.gif
%%DATADIR%%/bitmaps/trash.gif
%%DATADIR%%/bitmaps/triangle_down
%%DATADIR%%/bitmaps/triangle_down_down
%%DATADIR%%/bitmaps/triangle_left
%%DATADIR%%/bitmaps/triangle_right
%%DATADIR%%/bitmaps/triangle_up
%%DATADIR%%/bitmaps/triangle_up_up
%%DATADIR%%/bitmaps/up-msk.xbm
%%DATADIR%%/bitmaps/up.xbm
%%DATADIR%%/bitmaps/updoublearrow
%%DATADIR%%/bitmaps/upfolder.gif
%%DATADIR%%/bitmaps/usermax
%%DATADIR%%/bitmaps/usermax.gif
%%DATADIR%%/bitmaps/usermin
%%DATADIR%%/bitmaps/usermin.gif
%%DATADIR%%/bitmaps/verif.gif
%%DATADIR%%/bitmaps/verif_no.gif
%%DATADIR%%/bitmaps/view_geom_mesh.gif
%%DATADIR%%/bitmaps/void.xbm
%%DATADIR%%/bitmaps/volume
%%DATADIR%%/bitmaps/volume.gif
%%DATADIR%%/bitmaps/volume16x16
%%DATADIR%%/bitmaps/volume16x16.gif
%%DATADIR%%/bitmaps/volumesets
%%DATADIR%%/bitmaps/volumesets.gif
%%DATADIR%%/bitmaps/volumesets_on
%%DATADIR%%/bitmaps/vrml
%%DATADIR%%/bitmaps/vrml.gif
%%DATADIR%%/bitmaps/wicon.gif
%%DATADIR%%/bitmaps/zframe
%%DATADIR%%/bitmaps/zframe.gif
%%DATADIR%%/bitmaps/zoomdin
%%DATADIR%%/bitmaps/zoomdin.cur
%%DATADIR%%/bitmaps/zoomdin_msk
%%DATADIR%%/bitmaps/zoomdinin
%%DATADIR%%/bitmaps/zoomdinin.cur
%%DATADIR%%/bitmaps/zoomdinin_msk
%%DATADIR%%/bitmaps/zoomdinout
%%DATADIR%%/bitmaps/zoomdinout.cur
%%DATADIR%%/bitmaps/zoomdinout_msk
%%DATADIR%%/bitmaps/zoomin
%%DATADIR%%/bitmaps/zoomin.gif
%%DATADIR%%/bitmaps/zoomin_msk
%%DATADIR%%/bitmaps/zoomout
%%DATADIR%%/bitmaps/zoomout.gif
@dirrm %%DATADIR%%/bitmaps
%%DATADIR%%/gen2dNNN
%%DATADIR%%/gid
%%DATADIR%%/gid.exe
%%DATADIR%%/info/Post_format.doc
%%DATADIR%%/info/Post_format.html
%%DATADIR%%/info/Post_format.ps
%%DATADIR%%/info/Post_format2.doc
%%DATADIR%%/info/Post_format_manual.doc
%%DATADIR%%/info/Post_format_manual.ps
%%DATADIR%%/info/WHATISNEW
%%DATADIR%%/info/WHATISNEW.manual
%%DATADIR%%/info/en/help.conf
%%DATADIR%%/info/en/html-customization/help.conf
%%DATADIR%%/info/en/html-customization/images/customization.gif
%%DATADIR%%/info/en/html-customization/images/ptype.gif
@dirrm %%DATADIR%%/info/en/html-customization/images
%%DATADIR%%/info/en/html-customization/ptype_1.html
%%DATADIR%%/info/en/html-customization/ptype_2.html
%%DATADIR%%/info/en/html-customization/ptype_3.html
%%DATADIR%%/info/en/html-customization/ptype_toc.html
@dirrm %%DATADIR%%/info/en/html-customization
%%DATADIR%%/info/en/html-faq/faq_1.html
%%DATADIR%%/info/en/html-faq/faq_10.html
%%DATADIR%%/info/en/html-faq/faq_11.html
%%DATADIR%%/info/en/html-faq/faq_2.html
%%DATADIR%%/info/en/html-faq/faq_3.html
%%DATADIR%%/info/en/html-faq/faq_4.html
%%DATADIR%%/info/en/html-faq/faq_5.html
%%DATADIR%%/info/en/html-faq/faq_6.html
%%DATADIR%%/info/en/html-faq/faq_7.html
%%DATADIR%%/info/en/html-faq/faq_8.html
%%DATADIR%%/info/en/html-faq/faq_9.html
%%DATADIR%%/info/en/html-faq/faq_toc.html
%%DATADIR%%/info/en/html-faq/help.conf
%%DATADIR%%/info/en/html-faq/images/GaussPoints.gif
%%DATADIR%%/info/en/html-faq/images/faq.gif
@dirrm %%DATADIR%%/info/en/html-faq/images
@dirrm %%DATADIR%%/info/en/html-faq
%%DATADIR%%/info/en/html-tutorials/ToMesh1.gid/ToMesh1.geo
@dirrm %%DATADIR%%/info/en/html-tutorials/ToMesh1.gid
%%DATADIR%%/info/en/html-tutorials/help.conf
%%DATADIR%%/info/en/html-tutorials/images_1/Pieza.jpg
%%DATADIR%%/info/en/html-tutorials/images_1/arrow.gif
%%DATADIR%%/info/en/html-tutorials/images_1/gidtutorials.gif
%%DATADIR%%/info/en/html-tutorials/images_1/gidtutorials.jpg
%%DATADIR%%/info/en/html-tutorials/images_1/next.gif
%%DATADIR%%/info/en/html-tutorials/images_1/prev.gif
%%DATADIR%%/info/en/html-tutorials/images_1/tutorial1.gif
%%DATADIR%%/info/en/html-tutorials/images_1/tutorial1_o.gif
%%DATADIR%%/info/en/html-tutorials/images_1/tutorial2.gif
%%DATADIR%%/info/en/html-tutorials/images_1/tutorial2_o.gif
%%DATADIR%%/info/en/html-tutorials/images_1/tutorial3.gif
%%DATADIR%%/info/en/html-tutorials/images_1/tutorial3_o.gif
@dirrm %%DATADIR%%/info/en/html-tutorials/images_1
%%DATADIR%%/info/en/html-tutorials/tutorial_1/1.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/10.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/11.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/12.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/13.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/14.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/15.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/16.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/17.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/18.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/19.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/2.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/20.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/21.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/22.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/23.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/3.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/4.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/5.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/6.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/7.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/8.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/9.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image101.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image102.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image103.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image104.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image105.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image106.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image107.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image108.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image109.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image110.jpg
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image111.jpg
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image112.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image113.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image114.jpg
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image115.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image116.jpg
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image117.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image118.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image119.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image120.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image16.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image17.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image20.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image260.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image261.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image262.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image263.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image264.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image265.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image30.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image31.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image32.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image33.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image36.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image39.jpg
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image4.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image41.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image49.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image50.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image51.jpg
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image89.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image90.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image91.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image92.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image93.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image94.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image95.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image96.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image97.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image98.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image99.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/Image_logo.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/help.conf
%%DATADIR%%/info/en/html-tutorials/tutorial_1/image88.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_1/index.html
%%DATADIR%%/info/en/html-tutorials/tutorial_1/toc.html
@dirrm %%DATADIR%%/info/en/html-tutorials/tutorial_1
%%DATADIR%%/info/en/html-tutorials/tutorial_2/1.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/10.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/11.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/14.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/15.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/16.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/17.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/18.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/19.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/2.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/3.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/4.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/5.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/6.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/7.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/8.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/9.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image266.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image267.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image268.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image269.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image270.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image271.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image272.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image273.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image274.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image275.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image276.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image277.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image278.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image279.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image52.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image54.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image58.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image59.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image61.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image62.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image63.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image64.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image66.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image67.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image69.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image71.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image72.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image73.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image74.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image75.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image76.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image77.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image78.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image80.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image81.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image82.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image83.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image84.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image85.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/Image86.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/help.conf
%%DATADIR%%/info/en/html-tutorials/tutorial_2/index.html
%%DATADIR%%/info/en/html-tutorials/tutorial_2/logo_tut2.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_2/toc.html
@dirrm %%DATADIR%%/info/en/html-tutorials/tutorial_2
%%DATADIR%%/info/en/html-tutorials/tutorial_3/1.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/2.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/3.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/4.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/5.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/6.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/7.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image10.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image11.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image12.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image13.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image280.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image5.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image6.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image8.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/Image9.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/help.conf
%%DATADIR%%/info/en/html-tutorials/tutorial_3/index.html
%%DATADIR%%/info/en/html-tutorials/tutorial_3/logo_tut3.gif
%%DATADIR%%/info/en/html-tutorials/tutorial_3/toc.html
@dirrm %%DATADIR%%/info/en/html-tutorials/tutorial_3
%%DATADIR%%/info/en/html-tutorials/tutorials_toc.html
@dirrm %%DATADIR%%/info/en/html-tutorials
%%DATADIR%%/info/en/html-version/gid-logo.gif
%%DATADIR%%/info/en/html-version/gid_1.html
%%DATADIR%%/info/en/html-version/gid_10.html
%%DATADIR%%/info/en/html-version/gid_11.html
%%DATADIR%%/info/en/html-version/gid_12.html
%%DATADIR%%/info/en/html-version/gid_13.html
%%DATADIR%%/info/en/html-version/gid_14.html
%%DATADIR%%/info/en/html-version/gid_15.html
%%DATADIR%%/info/en/html-version/gid_16.html
%%DATADIR%%/info/en/html-version/gid_17.html
%%DATADIR%%/info/en/html-version/gid_18.html
%%DATADIR%%/info/en/html-version/gid_2.html
%%DATADIR%%/info/en/html-version/gid_3.html
%%DATADIR%%/info/en/html-version/gid_4.html
%%DATADIR%%/info/en/html-version/gid_5.html
%%DATADIR%%/info/en/html-version/gid_6.html
%%DATADIR%%/info/en/html-version/gid_7.html
%%DATADIR%%/info/en/html-version/gid_8.html
%%DATADIR%%/info/en/html-version/gid_9.html
%%DATADIR%%/info/en/html-version/gid_toc.html
%%DATADIR%%/info/en/html-version/help.conf
%%DATADIR%%/info/en/html-version/icons/m-about.gif
%%DATADIR%%/info/en/html-version/icons/m-acisread.gif
%%DATADIR%%/info/en/html-version/icons/m-animate.gif
%%DATADIR%%/info/en/html-version/icons/m-animationcontrols.gif
%%DATADIR%%/info/en/html-version/icons/m-assignunstructsizes.gif
%%DATADIR%%/info/en/html-version/icons/m-batch.gif
%%DATADIR%%/info/en/html-version/icons/m-bordergraph.gif
%%DATADIR%%/info/en/html-version/icons/m-boundaries.gif
%%DATADIR%%/info/en/html-version/icons/m-calculate.gif
%%DATADIR%%/info/en/html-version/icons/m-calculator.gif
%%DATADIR%%/info/en/html-version/icons/m-cancelmesh.gif
%%DATADIR%%/info/en/html-version/icons/m-changelightvector.gif
%%DATADIR%%/info/en/html-version/icons/m-clipplanes.gif
%%DATADIR%%/info/en/html-version/icons/m-collapse.gif
%%DATADIR%%/info/en/html-version/icons/m-comments.gif
%%DATADIR%%/info/en/html-version/icons/m-conditions.gif
%%DATADIR%%/info/en/html-version/icons/m-contourfill.gif
%%DATADIR%%/info/en/html-version/icons/m-contourlines.gif
%%DATADIR%%/info/en/html-version/icons/m-contourranges.gif
%%DATADIR%%/info/en/html-version/icons/m-converttonurbs.gif
%%DATADIR%%/info/en/html-version/icons/m-coordinateswindow.gif
%%DATADIR%%/info/en/html-version/icons/m-copy.gif
%%DATADIR%%/info/en/html-version/icons/m-covermesh.gif
%%DATADIR%%/info/en/html-version/icons/m-createarc.gif
%%DATADIR%%/info/en/html-version/icons/m-createarctangents.gif
%%DATADIR%%/info/en/html-version/icons/m-createboolean.gif
%%DATADIR%%/info/en/html-version/icons/m-createcontact.gif
%%DATADIR%%/info/en/html-version/icons/m-createintersection.gif
%%DATADIR%%/info/en/html-version/icons/m-createline.gif
%%DATADIR%%/info/en/html-version/icons/m-createnurbsline.gif
%%DATADIR%%/info/en/html-version/icons/m-createnurbssurface.gif
%%DATADIR%%/info/en/html-version/icons/m-createobject.gif
%%DATADIR%%/info/en/html-version/icons/m-createpoint.gif
%%DATADIR%%/info/en/html-version/icons/m-createpolyline.gif
%%DATADIR%%/info/en/html-version/icons/m-createsurfboolean.gif
%%DATADIR%%/info/en/html-version/icons/m-createvolume.gif
%%DATADIR%%/info/en/html-version/icons/m-dataunits.gif
%%DATADIR%%/info/en/html-version/icons/m-defaultbackground.gif
%%DATADIR%%/info/en/html-version/icons/m-deformation.gif
%%DATADIR%%/info/en/html-version/icons/m-deformmesh.gif
%%DATADIR%%/info/en/html-version/icons/m-delete.gif
%%DATADIR%%/info/en/html-version/icons/m-dimension.gif
%%DATADIR%%/info/en/html-version/icons/m-dimensioncreate.gif
%%DATADIR%%/info/en/html-version/icons/m-dimensiondelete.gif
%%DATADIR%%/info/en/html-version/icons/m-dimensionedit.gif
%%DATADIR%%/info/en/html-version/icons/m-dimensionshowbox.gif
%%DATADIR%%/info/en/html-version/icons/m-displayvectors.gif
%%DATADIR%%/info/en/html-version/icons/m-distance.gif
%%DATADIR%%/info/en/html-version/icons/m-divide.gif
%%DATADIR%%/info/en/html-version/icons/m-docuts.gif
%%DATADIR%%/info/en/html-version/icons/m-drawnormalslines.gif
%%DATADIR%%/info/en/html-version/icons/m-drawnormalssurfaces.gif
%%DATADIR%%/info/en/html-version/icons/m-drawsizes.gif
%%DATADIR%%/info/en/html-version/icons/m-dxfread.gif
%%DATADIR%%/info/en/html-version/icons/m-dxfwrite.gif
%%DATADIR%%/info/en/html-version/icons/m-edisurfmesh.gif
%%DATADIR%%/info/en/html-version/icons/m-editmesh.gif
%%DATADIR%%/info/en/html-version/icons/m-editnurbsline.gif
%%DATADIR%%/info/en/html-version/icons/m-editnurbssurface.gif
%%DATADIR%%/info/en/html-version/icons/m-editsurfmesh.gif
%%DATADIR%%/info/en/html-version/icons/m-elementtype.gif
%%DATADIR%%/info/en/html-version/icons/m-explodepolyline.gif
%%DATADIR%%/info/en/html-version/icons/m-files.gif
%%DATADIR%%/info/en/html-version/icons/m-filter.gif
%%DATADIR%%/info/en/html-version/icons/m-generate.gif
%%DATADIR%%/info/en/html-version/icons/m-graphical.gif
%%DATADIR%%/info/en/html-version/icons/m-graphs.gif
%%DATADIR%%/info/en/html-version/icons/m-holenurbssurface.gif
%%DATADIR%%/info/en/html-version/icons/m-id.gif
%%DATADIR%%/info/en/html-version/icons/m-igesread.gif
%%DATADIR%%/info/en/html-version/icons/m-igeswrite.gif
%%DATADIR%%/info/en/html-version/icons/m-insertgeometry.gif
%%DATADIR%%/info/en/html-version/icons/m-internetretrieve.gif
%%DATADIR%%/info/en/html-version/icons/m-interval.gif
%%DATADIR%%/info/en/html-version/icons/m-isosurfaces.gif
%%DATADIR%%/info/en/html-version/icons/m-joinlinesendpoints.gif
%%DATADIR%%/info/en/html-version/icons/m-label.gif
%%DATADIR%%/info/en/html-version/icons/m-layers.gif
%%DATADIR%%/info/en/html-version/icons/m-legends.gif
%%DATADIR%%/info/en/html-version/icons/m-linediagrams.gif
%%DATADIR%%/info/en/html-version/icons/m-linesize.gif
%%DATADIR%%/info/en/html-version/icons/m-list.gif
%%DATADIR%%/info/en/html-version/icons/m-localaxes.gif
%%DATADIR%%/info/en/html-version/icons/m-macros.gif
%%DATADIR%%/info/en/html-version/icons/m-materials.gif
%%DATADIR%%/info/en/html-version/icons/m-menuviewresults.gif
%%DATADIR%%/info/en/html-version/icons/m-meshcriteria.gif
%%DATADIR%%/info/en/html-version/icons/m-meshquality.gif
%%DATADIR%%/info/en/html-version/icons/m-meshread.gif
%%DATADIR%%/info/en/html-version/icons/m-meshview.gif
%%DATADIR%%/info/en/html-version/icons/m-move.gif
%%DATADIR%%/info/en/html-version/icons/m-movepoint.gif
%%DATADIR%%/info/en/html-version/icons/m-multiplewindows.gif
%%DATADIR%%/info/en/html-version/icons/m-nastranread.gif
%%DATADIR%%/info/en/html-version/icons/m-new.gif
%%DATADIR%%/info/en/html-version/icons/m-open.gif
%%DATADIR%%/info/en/html-version/icons/m-optionisosurfaces.gif
%%DATADIR%%/info/en/html-version/icons/m-optionscontour.gif
%%DATADIR%%/info/en/html-version/icons/m-optionsgraphs.gif
%%DATADIR%%/info/en/html-version/icons/m-optionsstreamlines.gif
%%DATADIR%%/info/en/html-version/icons/m-optionsvectors.gif
%%DATADIR%%/info/en/html-version/icons/m-pan.gif
%%DATADIR%%/info/en/html-version/icons/m-parametricline.gif
%%DATADIR%%/info/en/html-version/icons/m-parasolidread.gif
%%DATADIR%%/info/en/html-version/icons/m-perspective.gif
%%DATADIR%%/info/en/html-version/icons/m-pointoptions.gif
%%DATADIR%%/info/en/html-version/icons/m-postprocess.gif
%%DATADIR%%/info/en/html-version/icons/m-preferences.gif
%%DATADIR%%/info/en/html-version/icons/m-printtofile.gif
%%DATADIR%%/info/en/html-version/icons/m-problemdata.gif
%%DATADIR%%/info/en/html-version/icons/m-problemtype.gif
%%DATADIR%%/info/en/html-version/icons/m-quadraticelements.gif
%%DATADIR%%/info/en/html-version/icons/m-quit.gif
%%DATADIR%%/info/en/html-version/icons/m-readbatchwindow.gif
%%DATADIR%%/info/en/html-version/icons/m-readimage.gif
%%DATADIR%%/info/en/html-version/icons/m-readsurfacemesh.gif
%%DATADIR%%/info/en/html-version/icons/m-redraw.gif
%%DATADIR%%/info/en/html-version/icons/m-render.gif
%%DATADIR%%/info/en/html-version/icons/m-renumber.gif
%%DATADIR%%/info/en/html-version/icons/m-repair.gif
%%DATADIR%%/info/en/html-version/icons/m-resetmeshdata.gif
%%DATADIR%%/info/en/html-version/icons/m-rotate.gif
%%DATADIR%%/info/en/html-version/icons/m-save.gif
%%DATADIR%%/info/en/html-version/icons/m-saveas.gif
%%DATADIR%%/info/en/html-version/icons/m-saveasciipr.gif
%%DATADIR%%/info/en/html-version/icons/m-saveonlayers.gif
%%DATADIR%%/info/en/html-version/icons/m-savereadview.gif
%%DATADIR%%/info/en/html-version/icons/m-savewindowconf.gif
%%DATADIR%%/info/en/html-version/icons/m-several.gif
%%DATADIR%%/info/en/html-version/icons/m-shapefileread.gif
%%DATADIR%%/info/en/html-version/icons/m-showminmax.gif
%%DATADIR%%/info/en/html-version/icons/m-signal.gif
%%DATADIR%%/info/en/html-version/icons/m-simplifynurbs.gif
%%DATADIR%%/info/en/html-version/icons/m-smoothcontourfill.gif
%%DATADIR%%/info/en/html-version/icons/m-status.gif
%%DATADIR%%/info/en/html-version/icons/m-stlmeshread.gif
%%DATADIR%%/info/en/html-version/icons/m-streamlines.gif
%%DATADIR%%/info/en/html-version/icons/m-structured.gif
%%DATADIR%%/info/en/html-version/icons/m-structuredconcentrate.gif
%%DATADIR%%/info/en/html-version/icons/m-swaparcs.gif
%%DATADIR%%/info/en/html-version/icons/m-texture.gif
%%DATADIR%%/info/en/html-version/icons/m-transformproblemtype.gif
%%DATADIR%%/info/en/html-version/icons/m-uncollapse.gif
%%DATADIR%%/info/en/html-version/icons/m-undo.gif
%%DATADIR%%/info/en/html-version/icons/m-utilities.gif
%%DATADIR%%/info/en/html-version/icons/m-vdaread.gif
%%DATADIR%%/info/en/html-version/icons/m-viewgeometry.gif
%%DATADIR%%/info/en/html-version/icons/m-viewresults.gif
%%DATADIR%%/info/en/html-version/icons/m-viewstyle.gif
%%DATADIR%%/info/en/html-version/icons/m-writeascii.gif
%%DATADIR%%/info/en/html-version/icons/m-writecalculationsfile.gif
%%DATADIR%%/info/en/html-version/icons/m-writemesh.gif
%%DATADIR%%/info/en/html-version/icons/m-writeusingBas.gif
%%DATADIR%%/info/en/html-version/icons/m-zoom.gif
%%DATADIR%%/info/en/html-version/icons/m2-layers.gif
%%DATADIR%%/info/en/html-version/icons/mm-arccenter.gif
%%DATADIR%%/info/en/html-version/icons/mm-base.gif
%%DATADIR%%/info/en/html-version/icons/mm-filter.gif
%%DATADIR%%/info/en/html-version/icons/mm-joinca.gif
%%DATADIR%%/info/en/html-version/icons/mm-label.gif
%%DATADIR%%/info/en/html-version/icons/mm-layers.gif
%%DATADIR%%/info/en/html-version/icons/mm-normalinsurface.gif
%%DATADIR%%/info/en/html-version/icons/mm-pan.gif
%%DATADIR%%/info/en/html-version/icons/mm-pointinline.gif
%%DATADIR%%/info/en/html-version/icons/mm-pointinsurface.gif
%%DATADIR%%/info/en/html-version/icons/mm-quit.gif
%%DATADIR%%/info/en/html-version/icons/mm-redraw.gif
%%DATADIR%%/info/en/html-version/icons/mm-render.gif
%%DATADIR%%/info/en/html-version/icons/mm-rotate.gif
%%DATADIR%%/info/en/html-version/icons/mm-tangentinline.gif
%%DATADIR%%/info/en/html-version/icons/mm-zoom.gif
%%DATADIR%%/info/en/html-version/icons/tb-copy.gif
%%DATADIR%%/info/en/html-version/icons/tb-createarc.gif
%%DATADIR%%/info/en/html-version/icons/tb-createline.gif
%%DATADIR%%/info/en/html-version/icons/tb-createnurbsline.gif
%%DATADIR%%/info/en/html-version/icons/tb-createnurbssurface.gif
%%DATADIR%%/info/en/html-version/icons/tb-createobject.gif
%%DATADIR%%/info/en/html-version/icons/tb-createpolyline.gif
%%DATADIR%%/info/en/html-version/icons/tb-createvolume.gif
%%DATADIR%%/info/en/html-version/icons/tb-delete.gif
%%DATADIR%%/info/en/html-version/icons/tb-layers.gif
%%DATADIR%%/info/en/html-version/icons/tb-new.gif
%%DATADIR%%/info/en/html-version/icons/tb-open.gif
%%DATADIR%%/info/en/html-version/icons/tb-pan.gif
%%DATADIR%%/info/en/html-version/icons/tb-preferences.gif
%%DATADIR%%/info/en/html-version/icons/tb-prepost.gif
%%DATADIR%%/info/en/html-version/icons/tb-print.gif
%%DATADIR%%/info/en/html-version/icons/tb-printtofile.gif
%%DATADIR%%/info/en/html-version/icons/tb-quit.gif
%%DATADIR%%/info/en/html-version/icons/tb-redraw.gif
%%DATADIR%%/info/en/html-version/icons/tb-rotate.gif
%%DATADIR%%/info/en/html-version/icons/tb-save.gif
%%DATADIR%%/info/en/html-version/icons/tb-viewgeometry.gif
%%DATADIR%%/info/en/html-version/icons/tb-zoomframe.gif
%%DATADIR%%/info/en/html-version/icons/tb-zoomin.gif
%%DATADIR%%/info/en/html-version/icons/tb-zoomout.gif
@dirrm %%DATADIR%%/info/en/html-version/icons
%%DATADIR%%/info/en/html-version/images/AnimateControls.gif
%%DATADIR%%/info/en/html-version/images/Browser.gif
%%DATADIR%%/info/en/html-version/images/CRanges.gif
%%DATADIR%%/info/en/html-version/images/Calculator.gif
%%DATADIR%%/info/en/html-version/images/ClipPlanes.gif
%%DATADIR%%/info/en/html-version/images/Conditions.gif
%%DATADIR%%/info/en/html-version/images/ContourColoursWin.gif
%%DATADIR%%/info/en/html-version/images/CoordWin.gif
%%DATADIR%%/info/en/html-version/images/Copy.gif
%%DATADIR%%/info/en/html-version/images/CordalError.gif
%%DATADIR%%/info/en/html-version/images/CorrectSizes.gif
%%DATADIR%%/info/en/html-version/images/GaussPoints.gif
%%DATADIR%%/info/en/html-version/images/GraphMenu.gif
%%DATADIR%%/info/en/html-version/images/Higherentities.gif
%%DATADIR%%/info/en/html-version/images/Layers.gif
%%DATADIR%%/info/en/html-version/images/Layout.gif
%%DATADIR%%/info/en/html-version/images/LineOptions.gif
%%DATADIR%%/info/en/html-version/images/List.gif
%%DATADIR%%/info/en/html-version/images/MacrosWindow.gif
%%DATADIR%%/info/en/html-version/images/Materials.gif
%%DATADIR%%/info/en/html-version/images/MeshQuality.gif
%%DATADIR%%/info/en/html-version/images/MeshQuality2.gif
%%DATADIR%%/info/en/html-version/images/NewIconBarPost.gif
%%DATADIR%%/info/en/html-version/images/NewIconBarPre.gif
%%DATADIR%%/info/en/html-version/images/PRB.gif
%%DATADIR%%/info/en/html-version/images/Perspective.gif
%%DATADIR%%/info/en/html-version/images/PointOptions.gif
%%DATADIR%%/info/en/html-version/images/PostAnimate.gif
%%DATADIR%%/info/en/html-version/images/PostAnimate2.gif
%%DATADIR%%/info/en/html-version/images/PostDisplayStyle.gif
%%DATADIR%%/info/en/html-version/images/PostGraphMenu.gif
%%DATADIR%%/info/en/html-version/images/PostMeshDeformation.gif
%%DATADIR%%/info/en/html-version/images/PostTransformations.gif
%%DATADIR%%/info/en/html-version/images/PostViewResults.gif
%%DATADIR%%/info/en/html-version/images/Preferences_fonts.gif
%%DATADIR%%/info/en/html-version/images/Preferences_gen.gif
%%DATADIR%%/info/en/html-version/images/Preferences_graph.gif
%%DATADIR%%/info/en/html-version/images/Preferences_import.gif
%%DATADIR%%/info/en/html-version/images/Preferences_mesh.gif
%%DATADIR%%/info/en/html-version/images/Preferences_post.gif
%%DATADIR%%/info/en/html-version/images/ReadBatch.gif
%%DATADIR%%/info/en/html-version/images/StandardBar.gif
%%DATADIR%%/info/en/html-version/images/Status.gif
%%DATADIR%%/info/en/html-version/images/ToolbarsWindow.gif
%%DATADIR%%/info/en/html-version/images/Undo.gif
%%DATADIR%%/info/en/html-version/images/UtilitiesListElements.gif
%%DATADIR%%/info/en/html-version/images/UtilitiesListNodes.gif
%%DATADIR%%/info/en/html-version/images/UtilitiesStatus.gif
%%DATADIR%%/info/en/html-version/images/VariosResultados.gif
%%DATADIR%%/info/en/html-version/images/VariosResultadosWin.gif
%%DATADIR%%/info/en/html-version/images/bas.gif
%%DATADIR%%/info/en/html-version/images/bas_msg_box.gif
%%DATADIR%%/info/en/html-version/images/booksample.gif
%%DATADIR%%/info/en/html-version/images/booktitle.gif
%%DATADIR%%/info/en/html-version/images/comments.gif
%%DATADIR%%/info/en/html-version/images/concentrate.gif
%%DATADIR%%/info/en/html-version/images/concentrate_ex.gif
%%DATADIR%%/info/en/html-version/images/cuad4.gif
%%DATADIR%%/info/en/html-version/images/cuad8.gif
%%DATADIR%%/info/en/html-version/images/cuad9.gif
%%DATADIR%%/info/en/html-version/images/cuadGP4.gif
%%DATADIR%%/info/en/html-version/images/cuadGP9.gif
%%DATADIR%%/info/en/html-version/images/custom_menu.gif
%%DATADIR%%/info/en/html-version/images/custom_menu2.gif
%%DATADIR%%/info/en/html-version/images/custom_menu3.gif
%%DATADIR%%/info/en/html-version/images/customization.gif
%%DATADIR%%/info/en/html-version/images/datahelp.gif
%%DATADIR%%/info/en/html-version/images/dataimage.gif
%%DATADIR%%/info/en/html-version/images/dimensions_create.gif
%%DATADIR%%/info/en/html-version/images/drawsizes.gif
%%DATADIR%%/info/en/html-version/images/drawsizes1.gif
%%DATADIR%%/info/en/html-version/images/editNurbs.gif
%%DATADIR%%/info/en/html-version/images/editNurbsLineWin.gif
%%DATADIR%%/info/en/html-version/images/editNurbsWin.gif
%%DATADIR%%/info/en/html-version/images/enter_normal.gif
%%DATADIR%%/info/en/html-version/images/euler_angles.gif
%%DATADIR%%/info/en/html-version/images/euler_angles0.gif
%%DATADIR%%/info/en/html-version/images/exampleparametric.gif
%%DATADIR%%/info/en/html-version/images/fieldunit.gif
%%DATADIR%%/info/en/html-version/images/fitxer_tcl.gif
%%DATADIR%%/info/en/html-version/images/flavia.gif
%%DATADIR%%/info/en/html-version/images/flaviaNF.gif
%%DATADIR%%/info/en/html-version/images/gid-logo.gif
%%DATADIR%%/info/en/html-version/images/help_cm2d.gif
%%DATADIR%%/info/en/html-version/images/hexGP27.gif
%%DATADIR%%/info/en/html-version/images/hexGP8.gif
%%DATADIR%%/info/en/html-version/images/hexa20.gif
%%DATADIR%%/info/en/html-version/images/hexa27.gif
%%DATADIR%%/info/en/html-version/images/hexa8.gif
%%DATADIR%%/info/en/html-version/images/internet_retr.gif
%%DATADIR%%/info/en/html-version/images/linea2.gif
%%DATADIR%%/info/en/html-version/images/linea3.gif
%%DATADIR%%/info/en/html-version/images/lineaGPNI.gif
%%DATADIR%%/info/en/html-version/images/lineaGPNNI.gif
%%DATADIR%%/info/en/html-version/images/parametricline.gif
%%DATADIR%%/info/en/html-version/images/post-intro.gif
%%DATADIR%%/info/en/html-version/images/punto1.gif
%%DATADIR%%/info/en/html-version/images/random_surf.gif
%%DATADIR%%/info/en/html-version/images/selectionwindow.gif
%%DATADIR%%/info/en/html-version/images/sense_elements.gif
%%DATADIR%%/info/en/html-version/images/split_surface.gif
%%DATADIR%%/info/en/html-version/images/sweep2.gif
%%DATADIR%%/info/en/html-version/images/sweep3.gif
%%DATADIR%%/info/en/html-version/images/sweep4.gif
%%DATADIR%%/info/en/html-version/images/sweep5.gif
%%DATADIR%%/info/en/html-version/images/sweep6.gif
%%DATADIR%%/info/en/html-version/images/sweep_path.gif
%%DATADIR%%/info/en/html-version/images/terrain.gif
%%DATADIR%%/info/en/html-version/images/tetGP4.gif
%%DATADIR%%/info/en/html-version/images/tetra10.gif
%%DATADIR%%/info/en/html-version/images/tetra4.gif
%%DATADIR%%/info/en/html-version/images/toolbar.gif
%%DATADIR%%/info/en/html-version/images/triang3.gif
%%DATADIR%%/info/en/html-version/images/triang6.gif
%%DATADIR%%/info/en/html-version/images/triangGP1.gif
%%DATADIR%%/info/en/html-version/images/triangGP3.gif
%%DATADIR%%/info/en/html-version/images/triangGP6.gif
%%DATADIR%%/info/en/html-version/images/trimmed_create.gif
%%DATADIR%%/info/en/html-version/images/trimmed_divide.gif
%%DATADIR%%/info/en/html-version/images/unit.gif
%%DATADIR%%/info/en/html-version/images/use_of_filesNF.gif
%%DATADIR%%/info/en/html-version/images/win_tcl_example.gif
@dirrm %%DATADIR%%/info/en/html-version/images
%%DATADIR%%/info/en/html-version/info.txt
%%DATADIR%%/info/en/html-version/intro/gid-logo.gif
%%DATADIR%%/info/en/html-version/intro/intro.html
@dirrm %%DATADIR%%/info/en/html-version/intro
%%DATADIR%%/info/en/html-version/makehtml
%%DATADIR%%/info/en/html-version/progressbar.tcl
%%DATADIR%%/info/en/html-version/search_data.txt
%%DATADIR%%/info/en/html-version/search_database2.tcl
%%DATADIR%%/info/en/html-version/texi2html
%%DATADIR%%/info/en/html-version/texi2html.man
%%DATADIR%%/info/en/html-version/tract-css.tcl
@dirrm %%DATADIR%%/info/en/html-version
%%DATADIR%%/info/en/html_whatsnew/5-6.html
%%DATADIR%%/info/en/html_whatsnew/72-74b.html
%%DATADIR%%/info/en/html_whatsnew/PostNews/first.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img002.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img003.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img004.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img005.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img006.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img007.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img008.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img009.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img010.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img011.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img012.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img013.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/img014.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/last.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/next.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/prev.gif
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld002.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld003.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld004.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld005.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld006.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld007.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld008.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld009.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld010.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld011.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld012.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld013.htm
%%DATADIR%%/info/en/html_whatsnew/PostNews/sld014.htm
@dirrm %%DATADIR%%/info/en/html_whatsnew/PostNews
%%DATADIR%%/info/en/html_whatsnew/PreNews/first.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img002.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img003.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img004.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img005.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img006.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img007.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img008.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img009.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img010.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img011.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img012.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img013.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img014.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img015.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img016.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img017.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img018.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img019.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img020.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img021.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img022.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/img023.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/last.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/next.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/prev.gif
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld002.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld003.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld004.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld005.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld006.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld007.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld008.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld009.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld010.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld011.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld012.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld013.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld014.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld015.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld016.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld017.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld018.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld019.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld020.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld021.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld022.htm
%%DATADIR%%/info/en/html_whatsnew/PreNews/sld023.htm
@dirrm %%DATADIR%%/info/en/html_whatsnew/PreNews
%%DATADIR%%/info/en/html_whatsnew/help.conf
%%DATADIR%%/info/en/html_whatsnew/images/whatsnew.gif
@dirrm %%DATADIR%%/info/en/html_whatsnew/images
%%DATADIR%%/info/en/html_whatsnew/index.html
@dirrm %%DATADIR%%/info/en/html_whatsnew
%%DATADIR%%/info/en/wordindex
@dirrm %%DATADIR%%/info/en
%%DATADIR%%/info/faq.texinfo
%%DATADIR%%/info/gid-manual.doc
%%DATADIR%%/info/gid.texinfo
%%DATADIR%%/info/gid_base.tex
%%DATADIR%%/info/help.conf
%%DATADIR%%/info/html2doc.bas
%%DATADIR%%/info/html2doc2.bas
%%DATADIR%%/info/psfig.sty
%%DATADIR%%/info/ptype.texinfo
%%DATADIR%%/info/show_dvi
%%DATADIR%%/info/texinfo.tex
@dirrm %%DATADIR%%/info
%%DATADIR%%/install
%%DATADIR%%/mesh3d99
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.bas
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.bat
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.c
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.cnd
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.exe
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.html
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.mat
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.prb
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.tcl
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.unix.bat
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d.win.bat
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image217.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image218.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image219.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image220.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image221.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image222.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image242.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image245.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image246.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image247.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image248.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image249.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image250.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image251.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image252.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image253.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/Image64.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/customization.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/esquema_prog_2d_eng.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/filelist.xml
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/fitxers_previ_codi_eng.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/flecha.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image001.wmz
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image002.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image003.wmz
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image004.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image005.wmz
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image006.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image007.wmz
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image008.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image009.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image010.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image010.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image011.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image012.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image012.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image013.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image014.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image014.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image015.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image016.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image016.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image017.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image018.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image018.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image019.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image020.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image020.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image021.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image021.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image022.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image022.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image023.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image024.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image025.png
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image026.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image028.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image029.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image031.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image032.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image033.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image035.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image037.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image039.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image041.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image043.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image045.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image047.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image049.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image051.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image053.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image055.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image057.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image059.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image061.jpg
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image063.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image064.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image066.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image068.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image070.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image071.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image073.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image074.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image076.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image077.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image079.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image081.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/image083.gif
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/oledata.mso
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files/use_of_files.gif
@dirrm %%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_files
%%DATADIR%%/problemtypes/Examples/cmas2d.gid/cmas2d_pc.exe
@dirrm %%DATADIR%%/problemtypes/Examples/cmas2d.gid
%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.bas
%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.bat
%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.cnd
%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.mat
%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.prb
%%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid/problem_type_solid1.sim
@dirrm %%DATADIR%%/problemtypes/Examples/problem_type_solid1.gid
%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.bas
%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.cnd
%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.mat
%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.prb
%%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid/problem_type_solid2.sim
@dirrm %%DATADIR%%/problemtypes/Examples/problem_type_solid2.gid
%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/Uni2Gid.tcl
%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.bas
%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.cnd
%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.mat
%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.prb
%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.sim
%%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid/problem_type_thermo_mec.tcl
@dirrm %%DATADIR%%/problemtypes/Examples/problem_type_thermo_mec.gid
@dirrm %%DATADIR%%/problemtypes/Examples
%%DATADIR%%/problemtypes/ansys55/GiD+ANSYS55.doc
%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.bas
%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.bat
%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.bat.unix
%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.cnd
%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.mat
%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.prb
%%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid/ansys55_3d.tcl
@dirrm %%DATADIR%%/problemtypes/ansys55/ansys55_3d.gid
%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.bas
%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.bat
%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.bat.unix
%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.cnd
%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.mat
%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.prb
%%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid/ansys55_plane.tcl
@dirrm %%DATADIR%%/problemtypes/ansys55/ansys55_plane.gid
@dirrm %%DATADIR%%/problemtypes/ansys55
@dirrm %%DATADIR%%/problemtypes
%%DATADIR%%/scripts/AutoAnimate.tcl
%%DATADIR%%/scripts/Calculator.tcl
%%DATADIR%%/scripts/ChangeAccelerators.tcl
%%DATADIR%%/scripts/ChangeVariables.tcl
%%DATADIR%%/scripts/ClipPlanes.tcl
%%DATADIR%%/scripts/Comments.tcl
%%DATADIR%%/scripts/Compiled
%%DATADIR%%/scripts/Compiled-more
%%DATADIR%%/scripts/ConcentrateElem.tcl
%%DATADIR%%/scripts/ConfigureProgram.tcl
%%DATADIR%%/scripts/ContextualEntity.tcl
%%DATADIR%%/scripts/ContourColors.tcl
%%DATADIR%%/scripts/CopyAlign.ui.tcl
%%DATADIR%%/scripts/CopyMain.ui.tcl
%%DATADIR%%/scripts/CopyMirror.ui.tcl
%%DATADIR%%/scripts/CopyMove.tcl
%%DATADIR%%/scripts/CopyOffset.ui.tcl
%%DATADIR%%/scripts/CopyRot.ui.tcl
%%DATADIR%%/scripts/CopyScale.ui.tcl
%%DATADIR%%/scripts/CopySweep.ui.tcl
%%DATADIR%%/scripts/CopyTrans.ui.tcl
%%DATADIR%%/scripts/CordalError.tcl
%%DATADIR%%/scripts/CustomizeRender.tcl
%%DATADIR%%/scripts/DataCond.tcl
%%DATADIR%%/scripts/DataWindows.tcl
%%DATADIR%%/scripts/DebugMesher.tcl
%%DATADIR%%/scripts/EditNurb.tcl
%%DATADIR%%/scripts/EraseOldFiles.tcl
%%DATADIR%%/scripts/GID-HELP.tcl
%%DATADIR%%/scripts/GrDataMenus.tcl
%%DATADIR%%/scripts/GrInterpNamesPost
%%DATADIR%%/scripts/Layers.tcl
%%DATADIR%%/scripts/ListEntities.tcl
%%DATADIR%%/scripts/Macros.tcl
%%DATADIR%%/scripts/MeshErrors.tcl
%%DATADIR%%/scripts/MeshQuality.tcl
%%DATADIR%%/scripts/OptionalMessage.tcl
%%DATADIR%%/scripts/PageSetup.tcl
%%DATADIR%%/scripts/PageSizes.txt
%%DATADIR%%/scripts/Parametric.tcl
%%DATADIR%%/scripts/PerspecW.tcl
%%DATADIR%%/scripts/PostAnimate.tcl
%%DATADIR%%/scripts/PostDisplay.tcl
%%DATADIR%%/scripts/PostGeom.tcl
%%DATADIR%%/scripts/PostGeomNew.tcl
%%DATADIR%%/scripts/PostGeomOld.tcl
%%DATADIR%%/scripts/PostGeomOld2.tcl
%%DATADIR%%/scripts/PostLine.tcl
%%DATADIR%%/scripts/PostPoint.tcl
%%DATADIR%%/scripts/PostRangesTable.tcl
%%DATADIR%%/scripts/PostResults.tcl
%%DATADIR%%/scripts/PostVariosResultados.tcl
%%DATADIR%%/scripts/PostWidgets.tcl
%%DATADIR%%/scripts/ProcWin.tcl
%%DATADIR%%/scripts/ReadBach.tcl
%%DATADIR%%/scripts/RecoverBackup.tcl
%%DATADIR%%/scripts/RemoteCalc.tbe
%%DATADIR%%/scripts/Report.old.tcl
%%DATADIR%%/scripts/Report.tcl
%%DATADIR%%/scripts/RetrieveProblemtypes.tcl
%%DATADIR%%/scripts/Running.tcl
%%DATADIR%%/scripts/SetCoord.tcl
%%DATADIR%%/scripts/TabAlignement.tcl
%%DATADIR%%/scripts/Toolbars.tcl
%%DATADIR%%/scripts/UndoCom.tcl
%%DATADIR%%/scripts/Vectors.tcl
%%DATADIR%%/scripts/WindowMessage.tcl
%%DATADIR%%/scripts/auto.tcl
%%DATADIR%%/scripts/bgerror-1.6.tcl
%%DATADIR%%/scripts/bgerror.tcl
%%DATADIR%%/scripts/button.tcl
%%DATADIR%%/scripts/bw_entry.tcl
%%DATADIR%%/scripts/bwidget.tcl
%%DATADIR%%/scripts/choosedir.tcl
%%DATADIR%%/scripts/clrpick.tcl
%%DATADIR%%/scripts/cmdline.tcl
%%DATADIR%%/scripts/combo.tcl
%%DATADIR%%/scripts/comdlg.tcl
%%DATADIR%%/scripts/command.tcl
%%DATADIR%%/scripts/command.tcl-seg
%%DATADIR%%/scripts/console.tcl
%%DATADIR%%/scripts/dataw.tcl
%%DATADIR%%/scripts/dev_kit.tcl
%%DATADIR%%/scripts/dialog-ram.tcl
%%DATADIR%%/scripts/dialog.tcl
%%DATADIR%%/scripts/dialogwin.tcl
%%DATADIR%%/scripts/dlgValue.tcl
%%DATADIR%%/scripts/encoding/ascii.enc
%%DATADIR%%/scripts/encoding/big5.enc
%%DATADIR%%/scripts/encoding/cp1250.enc
%%DATADIR%%/scripts/encoding/cp1251.enc
%%DATADIR%%/scripts/encoding/cp1252.enc
%%DATADIR%%/scripts/encoding/cp1253.enc
%%DATADIR%%/scripts/encoding/cp1254.enc
%%DATADIR%%/scripts/encoding/cp1255.enc
%%DATADIR%%/scripts/encoding/cp1256.enc
%%DATADIR%%/scripts/encoding/cp1257.enc
%%DATADIR%%/scripts/encoding/cp1258.enc
%%DATADIR%%/scripts/encoding/cp437.enc
%%DATADIR%%/scripts/encoding/cp737.enc
%%DATADIR%%/scripts/encoding/cp775.enc
%%DATADIR%%/scripts/encoding/cp850.enc
%%DATADIR%%/scripts/encoding/cp852.enc
%%DATADIR%%/scripts/encoding/cp855.enc
%%DATADIR%%/scripts/encoding/cp857.enc
%%DATADIR%%/scripts/encoding/cp860.enc
%%DATADIR%%/scripts/encoding/cp861.enc
%%DATADIR%%/scripts/encoding/cp862.enc
%%DATADIR%%/scripts/encoding/cp863.enc
%%DATADIR%%/scripts/encoding/cp864.enc
%%DATADIR%%/scripts/encoding/cp865.enc
%%DATADIR%%/scripts/encoding/cp866.enc
%%DATADIR%%/scripts/encoding/cp869.enc
%%DATADIR%%/scripts/encoding/cp874.enc
%%DATADIR%%/scripts/encoding/cp932.enc
%%DATADIR%%/scripts/encoding/cp936.enc
%%DATADIR%%/scripts/encoding/cp949.enc
%%DATADIR%%/scripts/encoding/cp950.enc
%%DATADIR%%/scripts/encoding/dingbats.enc
%%DATADIR%%/scripts/encoding/ebcdic.enc
%%DATADIR%%/scripts/encoding/euc-cn.enc
%%DATADIR%%/scripts/encoding/euc-jp.enc
%%DATADIR%%/scripts/encoding/euc-kr.enc
%%DATADIR%%/scripts/encoding/gb12345.enc
%%DATADIR%%/scripts/encoding/gb1988.enc
%%DATADIR%%/scripts/encoding/gb2312.enc
%%DATADIR%%/scripts/encoding/iso2022-jp.enc
%%DATADIR%%/scripts/encoding/iso2022-kr.enc
%%DATADIR%%/scripts/encoding/iso2022.enc
%%DATADIR%%/scripts/encoding/iso8859-1.enc
%%DATADIR%%/scripts/encoding/iso8859-10.enc
%%DATADIR%%/scripts/encoding/iso8859-13.enc
%%DATADIR%%/scripts/encoding/iso8859-14.enc
%%DATADIR%%/scripts/encoding/iso8859-15.enc
%%DATADIR%%/scripts/encoding/iso8859-16.enc
%%DATADIR%%/scripts/encoding/iso8859-2.enc
%%DATADIR%%/scripts/encoding/iso8859-3.enc
%%DATADIR%%/scripts/encoding/iso8859-4.enc
%%DATADIR%%/scripts/encoding/iso8859-5.enc
%%DATADIR%%/scripts/encoding/iso8859-6.enc
%%DATADIR%%/scripts/encoding/iso8859-7.enc
%%DATADIR%%/scripts/encoding/iso8859-8.enc
%%DATADIR%%/scripts/encoding/iso8859-9.enc
%%DATADIR%%/scripts/encoding/jis0201.enc
%%DATADIR%%/scripts/encoding/jis0208.enc
%%DATADIR%%/scripts/encoding/jis0212.enc
%%DATADIR%%/scripts/encoding/koi8-r.enc
%%DATADIR%%/scripts/encoding/koi8-u.enc
%%DATADIR%%/scripts/encoding/ksc5601.enc
%%DATADIR%%/scripts/encoding/macCentEuro.enc
%%DATADIR%%/scripts/encoding/macCroatian.enc
%%DATADIR%%/scripts/encoding/macCyrillic.enc
%%DATADIR%%/scripts/encoding/macDingbats.enc
%%DATADIR%%/scripts/encoding/macGreek.enc
%%DATADIR%%/scripts/encoding/macIceland.enc
%%DATADIR%%/scripts/encoding/macJapan.enc
%%DATADIR%%/scripts/encoding/macRoman.enc
%%DATADIR%%/scripts/encoding/macRomania.enc
%%DATADIR%%/scripts/encoding/macThai.enc
%%DATADIR%%/scripts/encoding/macTurkish.enc
%%DATADIR%%/scripts/encoding/macUkraine.enc
%%DATADIR%%/scripts/encoding/shiftjis.enc
%%DATADIR%%/scripts/encoding/symbol.enc
%%DATADIR%%/scripts/encoding/tis-620.enc
@dirrm %%DATADIR%%/scripts/encoding
%%DATADIR%%/scripts/entry.tcl
%%DATADIR%%/scripts/fileutil.tcl
%%DATADIR%%/scripts/filter_win.tcl
%%DATADIR%%/scripts/focus.tcl
%%DATADIR%%/scripts/folder.xbm
%%DATADIR%%/scripts/foldermsk.xbm
%%DATADIR%%/scripts/ftp.tcl
%%DATADIR%%/scripts/gg
%%DATADIR%%/scripts/gidDefaults
%%DATADIR%%/scripts/gidDefaults1024x768
%%DATADIR%%/scripts/gidDefaults1280x1024
%%DATADIR%%/scripts/gidDefaults640x480
%%DATADIR%%/scripts/gidDefaults800x600
%%DATADIR%%/scripts/gidi18n.tcl
%%DATADIR%%/scripts/gidunit.tcl
%%DATADIR%%/scripts/helpviewer.tcl
%%DATADIR%%/scripts/history.tcl
%%DATADIR%%/scripts/html_lib.tcl
%%DATADIR%%/scripts/htmlparse.tcl
%%DATADIR%%/scripts/http.tcl
%%DATADIR%%/scripts/hugecombo.tcl
%%DATADIR%%/scripts/hugelist.tcl
%%DATADIR%%/scripts/init.tcl
%%DATADIR%%/scripts/ldAout.tcl
%%DATADIR%%/scripts/listbox.tcl
%%DATADIR%%/scripts/log.tcl
%%DATADIR%%/scripts/menu.tcl
%%DATADIR%%/scripts/menucanvas.tcl
%%DATADIR%%/scripts/menuunits.tcl
%%DATADIR%%/scripts/mkDialog.tcl
%%DATADIR%%/scripts/mkDialogN.tcl
%%DATADIR%%/scripts/mkpsenc.tcl
%%DATADIR%%/scripts/moduniwin.tcl
%%DATADIR%%/scripts/msgbox.tcl
%%DATADIR%%/scripts/msgcat.tcl
%%DATADIR%%/scripts/msgs/ca.msg
%%DATADIR%%/scripts/msgs/de.msg
%%DATADIR%%/scripts/msgs/en.msg
%%DATADIR%%/scripts/msgs/es.msg
%%DATADIR%%/scripts/msgs/fr.msg
%%DATADIR%%/scripts/msgs/full.rt
%%DATADIR%%/scripts/msgs/full.xml
%%DATADIR%%/scripts/msgs/ja.msg
%%DATADIR%%/scripts/msgs/ko.msg
@dirrm %%DATADIR%%/scripts/msgs
%%DATADIR%%/scripts/obsolete.tcl
%%DATADIR%%/scripts/optMenu.tcl
%%DATADIR%%/scripts/optionbar.tcl
%%DATADIR%%/scripts/optparse.tcl
%%DATADIR%%/scripts/package.tcl
%%DATADIR%%/scripts/palette.tcl
%%DATADIR%%/scripts/panedwindow.tcl
%%DATADIR%%/scripts/parray.tcl
%%DATADIR%%/scripts/parserdep.tcl
%%DATADIR%%/scripts/parserunit.tcl
%%DATADIR%%/scripts/pkgIndex.tcl
%%DATADIR%%/scripts/pref_fonts_ui.tcl
%%DATADIR%%/scripts/pref_format.ui.tcl
%%DATADIR%%/scripts/pref_general.ui.tcl
%%DATADIR%%/scripts/pref_graphical.ui.tcl
%%DATADIR%%/scripts/pref_import.ui.tcl
%%DATADIR%%/scripts/pref_meshing.ui.tcl
%%DATADIR%%/scripts/pref_postprocess.ui.tcl
%%DATADIR%%/scripts/progressbar.tcl
%%DATADIR%%/scripts/prolog.ps
%%DATADIR%%/scripts/radiobutton-ramsan.tcl
%%DATADIR%%/scripts/ramcolor.tcl
%%DATADIR%%/scripts/ranges.tcl
%%DATADIR%%/scripts/readme_gid.txt
%%DATADIR%%/scripts/rmenu.tcl
%%DATADIR%%/scripts/runexe.tcl
%%DATADIR%%/scripts/safe.tcl
%%DATADIR%%/scripts/safeinit.tcl
%%DATADIR%%/scripts/safetk.tcl
%%DATADIR%%/scripts/scale.tcl
%%DATADIR%%/scripts/scriptdep.tcl
%%DATADIR%%/scripts/scrlbar.tcl
%%DATADIR%%/scripts/scrollbar.tcl
%%DATADIR%%/scripts/sortedlist.tcl
%%DATADIR%%/scripts/spinbox.tcl
%%DATADIR%%/scripts/stack.tcl
%%DATADIR%%/scripts/struct.tcl
%%DATADIR%%/scripts/supergrid.tcl
%%DATADIR%%/scripts/tablelist.tcl
%%DATADIR%%/scripts/tclIndex
%%DATADIR%%/scripts/tclIndexm
%%DATADIR%%/scripts/tclfile-opengl
%%DATADIR%%/scripts/tclfile-opengl.tcl
%%DATADIR%%/scripts/tclfileP-old.tcl
%%DATADIR%%/scripts/tclfileP.tcl
%%DATADIR%%/scripts/tcltk_addons.tcl
%%DATADIR%%/scripts/tearoff.tcl
%%DATADIR%%/scripts/text.tcl
%%DATADIR%%/scripts/textfile.xbm
%%DATADIR%%/scripts/textfmsk.xbm
%%DATADIR%%/scripts/tinycombo.tcl
%%DATADIR%%/scripts/tk.tcl
%%DATADIR%%/scripts/tkerror.tcl
%%DATADIR%%/scripts/tkfbox.tcl
%%DATADIR%%/scripts/tktail
%%DATADIR%%/scripts/treeforpass.tcl
%%DATADIR%%/scripts/typedCmdline.tcl
%%DATADIR%%/scripts/unitchecker.tcl
%%DATADIR%%/scripts/units.gid
%%DATADIR%%/scripts/units.tcl
%%DATADIR%%/scripts/unsupported.tcl
%%DATADIR%%/scripts/updir.xbm
%%DATADIR%%/scripts/updirmsk.xbm
%%DATADIR%%/scripts/word.tcl
%%DATADIR%%/scripts/xmfbox.tcl
@dirrm %%DATADIR%%/scripts
%%DATADIR%%/symbols/Converter.tcl
%%DATADIR%%/symbols/Normal-Superf.geo
%%DATADIR%%/symbols/Normal-Tangen.geo
%%DATADIR%%/symbols/Normal.geo
%%DATADIR%%/symbols/Normal2.geo
%%DATADIR%%/symbols/SymbolsEditor.tcl
%%DATADIR%%/symbols/Tangencial.geo
%%DATADIR%%/symbols/apoio-rodillo.geo
%%DATADIR%%/symbols/apoio.geo
%%DATADIR%%/symbols/apoio3d.geo
%%DATADIR%%/symbols/apoio3dN.geo
%%DATADIR%%/symbols/apoioL.geo
%%DATADIR%%/symbols/apoioS.geo
%%DATADIR%%/symbols/contact.geo
%%DATADIR%%/symbols/creu.geo
%%DATADIR%%/symbols/empotrament.geo
%%DATADIR%%/symbols/enviro2D.geo
%%DATADIR%%/symbols/enviro3D.geo
%%DATADIR%%/symbols/fletxa.geo
%%DATADIR%%/symbols/inidata.geo
%%DATADIR%%/symbols/load.geo
%%DATADIR%%/symbols/plot.geo
@dirrm %%DATADIR%%/symbols
%%DATADIR%%/templates/DXF.bas
%%DATADIR%%/templates/DXFSAP2000.bas
%%DATADIR%%/templates/NastranMesh.bas
%%DATADIR%%/templates/STL.bas
%%DATADIR%%/templates/VRML.bas
@dirrm %%DATADIR%%/templates
@dirrm %%DATADIR%%
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Cathedral.dxf
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Church.igs
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Eco.nas
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Hammer.x_b
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Head.sat
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Lug.x_t
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Mblade.igs
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/Spoon.vda
%%PORTDOCS%%%%EXAMPLESDIR%%/Import/hinge.sat
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Import
%%PORTDOCS%%%%EXAMPLESDIR%%/Particle.gid/Particle.flavia.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/Particle.gid/Particle.flavia.res
%%PORTDOCS%%%%EXAMPLESDIR%%/Particle.gid/Particle.geo
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Particle.gid
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.cnd
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.flavia.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.flavia.res
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.geo
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.lin
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.mat
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/arc3D.gid/arc3D.prb
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/arc3D.gid
%%PORTDOCS%%%%EXAMPLESDIR%%/c1404.gid/c1404.geo
%%PORTDOCS%%%%EXAMPLESDIR%%/c1404.gid/c1404.msh
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/c1404.gid
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.cnd
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.flavia.res
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.geo
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.lin
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.mat
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon2D.gid/cajon2D.prb
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cajon2D.gid
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.cnd
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.dat
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.flavia.res
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.geo
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.lin
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.mat
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/cajon3D.gid/cajon3D.prb
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cajon3D.gid
%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.cnd
%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.dat
%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.flavia.res
%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.geo
%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.lin
%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/frame.gid/frame.prb
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/frame.gid
%%PORTDOCS%%%%EXAMPLESDIR%%/mesa.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/mesa.res
%%PORTDOCS%%%%EXAMPLESDIR%%/motor.gid/motor.geo
%%PORTDOCS%%%%EXAMPLESDIR%%/motor.gid/motor.msh
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/motor.gid
%%PORTDOCS%%%%EXAMPLESDIR%%/temppnts.msh
%%PORTDOCS%%%%EXAMPLESDIR%%/temppnts.res
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%