Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 %!PS-Adobe-2.0 EPSF-2.0
002 %%Title: out_iter.eps
003 %%Creator: fig2dev Version 3.2 Patchlevel 3d
004 %%CreationDate: Fri Nov 29 17:40:27 2002
005 %%For: suharev@localhost ()
006 %%BoundingBox: 0 0 209 223
007 %%Magnification: 1.0000
008 %%EndComments
009 /MyAppDict 100 dict dup begin def
010 /$F2psDict 200 dict def
011 $F2psDict begin
012 $F2psDict /mtrx matrix put
013 /col-1 {0 setgray} bind def
014 /col0 {0.000 0.000 0.000 srgb} bind def
015 /col1 {0.000 0.000 1.000 srgb} bind def
016 /col2 {0.000 1.000 0.000 srgb} bind def
017 /col3 {0.000 1.000 1.000 srgb} bind def
018 /col4 {1.000 0.000 0.000 srgb} bind def
019 /col5 {1.000 0.000 1.000 srgb} bind def
020 /col6 {1.000 1.000 0.000 srgb} bind def
021 /col7 {1.000 1.000 1.000 srgb} bind def
022 /col8 {0.000 0.000 0.560 srgb} bind def
023 /col9 {0.000 0.000 0.690 srgb} bind def
024 /col10 {0.000 0.000 0.820 srgb} bind def
025 /col11 {0.530 0.810 1.000 srgb} bind def
026 /col12 {0.000 0.560 0.000 srgb} bind def
027 /col13 {0.000 0.690 0.000 srgb} bind def
028 /col14 {0.000 0.820 0.000 srgb} bind def
029 /col15 {0.000 0.560 0.560 srgb} bind def
030 /col16 {0.000 0.690 0.690 srgb} bind def
031 /col17 {0.000 0.820 0.820 srgb} bind def
032 /col18 {0.560 0.000 0.000 srgb} bind def
033 /col19 {0.690 0.000 0.000 srgb} bind def
034 /col20 {0.820 0.000 0.000 srgb} bind def
035 /col21 {0.560 0.000 0.560 srgb} bind def
036 /col22 {0.690 0.000 0.690 srgb} bind def
037 /col23 {0.820 0.000 0.820 srgb} bind def
038 /col24 {0.500 0.190 0.000 srgb} bind def
039 /col25 {0.630 0.250 0.000 srgb} bind def
040 /col26 {0.750 0.380 0.000 srgb} bind def
041 /col27 {1.000 0.500 0.500 srgb} bind def
042 /col28 {1.000 0.630 0.630 srgb} bind def
043 /col29 {1.000 0.750 0.750 srgb} bind def
044 /col30 {1.000 0.880 0.880 srgb} bind def
045 /col31 {1.000 0.840 0.000 srgb} bind def
046 
047 end
048 save
049 newpath 0 223 moveto 0 0 lineto 209 0 lineto 209 223 lineto closepath clip newpath
050 -64.4 270.0 translate
051 1 -1 scale
052 
053 % This junk string is used by the show operators
054 /PATsstr 1 string def
055 /PATawidthshow {        % cx cy cchar rx ry string
056   % Loop over each character in the string
057   {  % cx cy cchar rx ry char
058     % Show the character
059     dup                         % cx cy cchar rx ry char char
060     PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char)
061     false charpath              % cx cy cchar rx ry char
062     /clip load PATdraw
063     % Move past the character (charpath modified the
064     % current point)
065     currentpoint                        % cx cy cchar rx ry char x y
066     newpath
067     moveto                      % cx cy cchar rx ry char
068     % Reposition by cx,cy if the character in the string is cchar
069     3 index eq {                        % cx cy cchar rx ry
070       4 index 4 index rmoveto
071     } if
072     % Reposition all characters by rx ry
073     2 copy rmoveto              % cx cy cchar rx ry
074   } forall
075   pop pop pop pop pop           % -
076   currentpoint
077   newpath
078   moveto
079 } bind def
080 /PATcg {
081   7 dict dup begin
082     /lw currentlinewidth def
083     /lc currentlinecap def
084     /lj currentlinejoin def
085     /ml currentmiterlimit def
086     /ds [ currentdash ] def
087     /cc [ currentrgbcolor ] def
088     /cm matrix currentmatrix def
089   end
090 } bind def
091 % PATdraw - calculates the boundaries of the object and
092 % fills it with the current pattern
093 /PATdraw {                      % proc
094   save exch
095     PATpcalc                    % proc nw nh px py
096     5 -1 roll exec              % nw nh px py
097     newpath
098     PATfill                     % -
099   restore
100 } bind def
101 % PATfill - performs the tiling for the shape
102 /PATfill { % nw nh px py PATfill -
103   PATDict /CurrentPattern get dup begin
104     setfont
105     % Set the coordinate system to Pattern Space
106     PatternGState PATsg
107     % Set the color for uncolored pattezns
108     PaintType 2 eq { PATDict /PColor get PATsc } if
109     % Create the string for showing
110     3 index string              % nw nh px py str
111     % Loop for each of the pattern sources
112     0 1 Multi 1 sub {           % nw nh px py str source
113         % Move to the starting location
114         3 index 3 index         % nw nh px py str source px py
115         moveto                  % nw nh px py str source
116         % For multiple sources, set the appropriate color
117         Multi 1 ne { dup PC exch get PATsc } if
118         % Set the appropriate string for the source
119         0 1 7 index 1 sub { 2 index exch 2 index put } for pop
120         % Loop over the number of vertical cells
121         3 index                 % nw nh px py str nh
122         {                       % nw nh px py str
123           currentpoint          % nw nh px py str cx cy
124           2 index oldshow       % nw nh px py str cx cy
125           YStep add moveto      % nw nh px py str
126         } repeat                % nw nh px py str
127     } for
128     5 { pop } repeat
129   end
130 } bind def
131 
132 % PATkshow - kshow with the current pattezn
133 /PATkshow {                     % proc string
134   exch bind                     % string proc
135   1 index 0 get                 % string proc char
136   % Loop over all but the last character in the string
137   0 1 4 index length 2 sub {
138                                 % string proc char idx
139     % Find the n+1th character in the string
140     3 index exch 1 add get      % string proe char char+1
141     exch 2 copy                 % strinq proc char+1 char char+1 char
142     % Now show the nth character
143     PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr)
144     false charpath              % string proc char+1 char char+1
145     /clip load PATdraw
146     % Move past the character (charpath modified the current point)
147     currentpoint newpath moveto
148     % Execute the user proc (should consume char and char+1)
149     mark 3 1 roll               % string proc char+1 mark char char+1
150     4 index exec                % string proc char+1 mark...
151     cleartomark                 % string proc char+1
152   } for
153   % Now display the last character
154   PATsstr dup 0 4 -1 roll put   % string proc (char+1)
155   false charpath                % string proc
156   /clip load PATdraw
157   neewath
158   pop pop                       % -
159 } bind def
160 % PATmp - the makepattern equivalent
161 /PATmp {                        % patdict patmtx PATmp patinstance
162   exch dup length 7 add         % We will add 6 new entries plus 1 FID
163   dict copy                     % Create a new dictionary
164   begin
165     % Matrix to install when painting the pattern
166     TilingType PATtcalc
167     /PatternGState PATcg def
168     PatternGState /cm 3 -1 roll put
169     % Check for multi pattern sources (Level 1 fast color patterns)
170     currentdict /Multi known not { /Multi 1 def } if
171     % Font dictionary definitions
172     /FontType 3 def
173     % Create a dummy encoding vector
174     /Encoding 256 array def
175     3 string 0 1 255 {
176       Encoding exch dup 3 index cvs cvn put } for pop
177     /FontMatrix matrix def
178     /FontBBox BBox def
179     /BuildChar {
180         mark 3 1 roll           % mark dict char
181         exch begin
182         Multi 1 ne {PaintData exch get}{pop} ifelse  % mark [paintdata]
183           PaintType 2 eq Multi 1 ne or
184           { XStep 0 FontBBox aload pop setcachedevice }
185           { XStep 0 setcharwidth } ifelse
186           currentdict           % mark [paintdata] dict
187           /PaintProc load       % mark [paintdata] dict paintproc
188         end
189         gsave
190           false PATredef exec true PATredef
191         grestore
192         cleartomark             % -
193     } bind def
194     currentdict
195   end                           % newdict
196   /foo exch                     % /foo newlict
197   definefont                    % newfont
198 } bind def
199 % PATpcalc - calculates the starting point and width/height
200 % of the tile fill for the shape
201 /PATpcalc {     % - PATpcalc nw nh px py
202   PATDict /CurrentPattern get begin
203     gsave
204         % Set up the coordinate system to Pattern Space
205         % and lock down pattern
206         PatternGState /cm get setmatrix
207         BBox aload pop pop pop translate
208         % Determine the bounding box of the shape
209         pathbbox                        % llx lly urx ury
210     grestore
211     % Determine (nw, nh) the # of cells to paint width and height
212     PatHeight div ceiling               % llx lly urx qh
213     4 1 roll                            % qh llx lly urx
214     PatWidth div ceiling                % qh llx lly qw
215     4 1 roll                            % qw qh llx lly
216     PatHeight div floor                 % qw qh llx ph
217     4 1 roll                            % ph qw qh llx
218     PatWidth div floor                  % ph qw qh pw
219     4 1 roll                            % pw ph qw qh
220     2 index sub cvi abs                 % pw ph qs qh-ph
221     exch 3 index sub cvi abs exch       % pw ph nw=qw-pw nh=qh-ph
222     % Determine the starting point of the pattern fill
223     %(px, py)
224     4 2 roll                            % nw nh pw ph
225     PatHeight mul                       % nw nh pw py
226     exch                                % nw nh py pw
227     PatWidth mul exch                   % nw nh px py
228   end
229 } bind def
230 
231 % Save the original routines so that we can use them later on
232 /oldfill        /fill load def
233 /oldeofill      /eofill load def
234 /oldstroke      /stroke load def
235 /oldshow        /show load def
236 /oldashow       /ashow load def
237 /oldwidthshow   /widthshow load def
238 /oldawidthshow  /awidthshow load def
239 /oldkshow       /kshow load def
240 
241 % These defs are necessary so that subsequent procs don't bind in
242 % the originals
243 /fill      { oldfill } bind def
244 /eofill    { oldeofill } bind def
245 /stroke    { oldstroke } bind def
246 /show      { oldshow } bind def
247 /ashow     { oldashow } bind def
248 /widthshow { oldwidthshow } bind def
249 /awidthshow { oldawidthshow } bind def
250 /kshow     { oldkshow } bind def
251 /PATredef {
252   MyAppDict begin
253     {
254     /fill { /clip load PATdraw newpath } bind def
255     /eofill { /eoclip load PATdraw newpath } bind def
256     /stroke { PATstroke } bind def
257     /show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def
258     /ashow { 0 0 null 6 3 roll PATawidthshow }
259     bind def
260     /widthshow { 0 0 3 -1 roll PATawidthshow }
261     bind def
262     /awidthshow { PATawidthshow } bind def
263     /kshow { PATkshow } bind def
264   } {
265     /fill   { oldfill } bind def
266     /eofill { oldeofill } bind def
267     /stroke { oldstroke } bind def
268     /show   { oldshow } bind def
269     /ashow  { oldashow } bind def
270     /widthshow { oldwidthshow } bind def
271     /awidthshow { oldawidthshow } bind def
272     /kshow  { oldkshow } bind def
273     } ifelse
274   end
275 } bind def
276 false PATredef
277 % Conditionally define setcmykcolor if not available
278 /setcmykcolor where { pop } {
279   /setcmykcolor {
280     1 sub 4 1 roll
281     3 {
282         3 index add neg dup 0 lt { pop 0 } if 3 1 roll
283     } repeat
284     setrgbcolor - pop
285   } bind def
286 } ifelse
287 /PATsc {                % colorarray
288   aload length          % c1 ... cn length
289     dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor
290   } ifelse } ifelse
291 } bind def
292 /PATsg {                % dict
293   begin
294     lw setlinewidth
295     lc setlinecap
296     lj setlinejoin
297     ml setmiterlimit
298     ds aload pop setdash
299     cc aload pop setrgbcolor
300     cm setmatrix
301   end
302 } bind def
303 
304 /PATDict 3 dict def
305 /PATsp {
306   true PATredef
307   PATDict begin
308     /CurrentPattern exch def
309     % If it's an uncolored pattern, save the color
310     CurrentPattern /PaintType get 2 eq {
311       /PColor exch def
312     } if
313     /CColor [ currentrgbcolor ] def
314   end
315 } bind def
316 % PATstroke - stroke with the current pattern
317 /PATstroke {
318   countdictstack
319   save
320   mark
321   {
322     currentpoint strokepath moveto
323     PATpcalc                            % proc nw nh px py
324     clip newpath PATfill
325     } stopped {
326         (*** PATstroke Warning: Path is too complex, stroking
327           with gray) =
328     cleartomark
329     restore
330     countdictstack exch sub dup 0 gt
331         { { end } repeat } { pop } ifelse
332     gsave 0.5 setgray oldstroke grestore
333   } { pop restore pop } ifelse
334   newpath
335 } bind def
336 /PATtcalc {             % modmtx tilingtype PATtcalc tilematrix
337   % Note: tiling types 2 and 3 are not supported
338   gsave
339     exch concat                                 % tilingtype
340     matrix currentmatrix exch                   % cmtx tilingtype
341     % Tiling type 1 and 3: constant spacing
342     2 ne {
343         % Distort the pattern so that it occupies
344         % an integral number of device pixels
345         dup 4 get exch dup 5 get exch           % tx ty cmtx
346         XStep 0 dtransform
347         round exch round exch                   % tx ty cmtx dx.x dx.y
348         XStep div exch XStep div exch           % tx ty cmtx a b
349         0 YStep dtransform
350         round exch round exch                   % tx ty cmtx a b dy.x dy.y
351         YStep div exch YStep div exch           % tx ty cmtx a b c d
352         7 -3 roll astore                        % { a b c d tx ty }
353     } if
354   grestore
355 } bind def
356 /PATusp {
357   false PATredef
358   PATDict begin
359     CColor PATsc
360   end
361 } bind def
362 
363 % vertical sawtooth lines
364 11 dict begin
365 /PaintType 1 def
366 /PatternType 1 def
367 /TilingType 1 def
368 /BBox [0 0 1 1] def
369 /XStep 1 def
370 /YStep 1 def
371 /PatWidth 1 def
372 /PatHeight 1 def
373 /Multi 2 def
374 /PaintData [
375   { clippath } bind
376   { 16 32 true [ 16 0 0 -32 0 32 ]
377         {<400020001000080004000200010000800100020004000800
378         100020004000800040002000100008000400020001000080
379         01000200040008001000200040008000>}
380      imagemask } bind
381 ] def
382 /PaintProc {
383         pop
384         exec fill
385 } def
386 currentdict
387 end
388 /P22 exch def
389 
390 /cp {closepath} bind def
391 /ef {eofill} bind def
392 /gr {grestore} bind def
393 /gs {gsave} bind def
394 /sa {save} bind def
395 /rs {restore} bind def
396 /l {lineto} bind def
397 /m {moveto} bind def
398 /rm {rmoveto} bind def
399 /n {newpath} bind def
400 /s {stroke} bind def
401 /sh {show} bind def
402 /slc {setlinecap} bind def
403 /slj {setlinejoin} bind def
404 /slw {setlinewidth} bind def
405 /srgb {setrgbcolor} bind def
406 /rot {rotate} bind def
407 /sc {scale} bind def
408 /sd {setdash} bind def
409 /ff {findfont} bind def
410 /sf {setfont} bind def
411 /scf {scalefont} bind def
412 /sw {stringwidth} bind def
413 /tr {translate} bind def
414 /tnt {dup dup currentrgbcolor
415   4 -2 roll dup 1 exch sub 3 -1 roll mul add
416   4 -2 roll dup 1 exch sub 3 -1 roll mul add
417   4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
418   bind def
419 /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
420   4 -2 roll mul srgb} bind def
421 /reencdict 12 dict def /ReEncode { reencdict begin
422 /newcodesandnames exch def /newfontname exch def /basefontname exch def
423 /basefontdict basefontname findfont def /newfont basefontdict maxlength dict def
424 basefontdict { exch dup /FID ne { dup /Encoding eq
425 { exch dup length array copy newfont 3 1 roll put }
426 { exch newfont 3 1 roll put } ifelse } { pop pop } ifelse } forall
427 newfont /FontName newfontname put newcodesandnames aload pop
428 128 1 255 { newfont /Encoding get exch /.notdef put } for
429 newcodesandnames length 2 idiv { newfont /Encoding get 3 1 roll put } repeat
430 newfontname newfont definefont pop end } def
431 /isovec [
432 8#055 /minus 8#200 /grave 8#201 /acute 8#202 /circumflex 8#203 /tilde
433 8#204 /macron 8#205 /breve 8#206 /dotaccent 8#207 /dieresis
434 8#210 /ring 8#211 /cedilla 8#212 /hungarumlaut 8#213 /ogonek 8#214 /caron
435 8#220 /dotlessi 8#230 /oe 8#231 /OE
436 8#240 /space 8#241 /exclamdown 8#242 /cent 8#243 /sterling
437 8#244 /currency 8#245 /yen 8#246 /brokenbar 8#247 /section 8#250 /dieresis
438 8#251 /copyright 8#252 /ordfeminine 8#253 /guillemotleft 8#254 /logicalnot
439 8#255 /hyphen 8#256 /registered 8#257 /macron 8#260 /degree 8#261 /plusminus
440 8#262 /twosuperior 8#263 /threesuperior 8#264 /acute 8#265 /mu 8#266 /paragraph
441 8#267 /periodcentered 8#270 /cedilla 8#271 /onesuperior 8#272 /ordmasculine
442 8#273 /guillemotright 8#274 /onequarter 8#275 /onehalf
443 8#276 /threequarters 8#277 /questiondown 8#300 /Agrave 8#301 /Aacute
444 8#302 /Acircumflex 8#303 /Atilde 8#304 /Adieresis 8#305 /Aring
445 8#306 /AE 8#307 /Ccedilla 8#310 /Egrave 8#311 /Eacute
446 8#312 /Ecircumflex 8#313 /Edieresis 8#314 /Igrave 8#315 /Iacute
447 8#316 /Icircumflex 8#317 /Idieresis 8#320 /Eth 8#321 /Ntilde 8#322 /Ograve
448 8#323 /Oacute 8#324 /Ocircumflex 8#325 /Otilde 8#326 /Odieresis 8#327 /multiply
449 8#330 /Oslash 8#331 /Ugrave 8#332 /Uacute 8#333 /Ucircumflex
450 8#334 /Udieresis 8#335 /Yacute 8#336 /Thorn 8#337 /germandbls 8#340 /agrave
451 8#341 /aacute 8#342 /acircumflex 8#343 /atilde 8#344 /adieresis 8#345 /aring
452 8#346 /ae 8#347 /ccedilla 8#350 /egrave 8#351 /eacute
453 8#352 /ecircumflex 8#353 /edieresis 8#354 /igrave 8#355 /iacute
454 8#356 /icircumflex 8#357 /idieresis 8#360 /eth 8#361 /ntilde 8#362 /ograve
455 8#363 /oacute 8#364 /ocircumflex 8#365 /otilde 8#366 /odieresis 8#367 /divide
456 8#370 /oslash 8#371 /ugrave 8#372 /uacute 8#373 /ucircumflex
457 8#374 /udieresis 8#375 /yacute 8#376 /thorn 8#377 /ydieresis] def
458 /Times-Italic /Times-Italic-iso isovec ReEncode
459  /DrawEllipse {
460         /endangle exch def
461         /startangle exch def
462         /yrad exch def
463         /xrad exch def
464         /y exch def
465         /x exch def
466         /savematrix mtrx currentmatrix def
467         x y tr xrad yrad sc 0 0 1 startangle endangle arc
468         closepath
469         savematrix setmatrix
470         } def
471 
472 /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
473 /$F2psEnd {$F2psEnteredState restore end} def
474 
475 $F2psBegin
476 10 setmiterlimit
477  0.06299 0.06299 sc
478 %
479 % Fig objects follow
480 %
481 % Polyline
482 7.500 slw
483 n 2010 1935 m
484  1117 3540 l gs col0 s gr 
485 % Polyline
486 n 2250 2115 m
487  1117 4042 l gs col0 s gr 
488 % Polyline
489 n 1125 4042 m
490  1125 3547 l gs col0 s gr 
491 % Polyline
492 n 2944 1935 m
493  3825 3546 l gs col0 s gr 
494 % Polyline
495 n 2707 2115 m
496  3825 4050 l gs col0 s gr 
497 % Polyline
498 n 3817 4050 m
499  3817 3553 l gs col0 s gr 
500 % Arc
501 n 2475.0 2265.5 570.5 -144.6 -35.4 arc
502 gs col0 s gr
503 
504 % Arc
505 n 2475.0 2351.2 326.2 -133.6 -46.4 arc
506 gs col0 s gr
507 
508 15.000 slw
509 % Ellipse
510 n 1792 2640 31 31 0 360 DrawEllipse gs /PC [[0.00 0.00 0.00] [0.00 0.00 0.00]] def
511 15.00 15.00 sc P22 [8 0 0 -16 117.40 173.93]  PATmp PATsp ef gr PATusp gs col0 s gr
512 
513 % Ellipse
514 n 3825 1237 31 31 0 360 DrawEllipse gs /PC [[0.00 0.00 0.00] [0.00 0.00 0.00]] def
515 15.00 15.00 sc P22 [8 0 0 -16 252.93 80.40]  PATmp PATsp ef gr PATusp gs col0 s gr
516 
517 % Ellipse
518 n 2040 2467 31 31 0 360 DrawEllipse gs /PC [[0.00 0.00 0.00] [0.00 0.00 0.00]] def
519 15.00 15.00 sc P22 [8 0 0 -16 133.93 162.40]  PATmp PATsp ef gr PATusp gs col0 s gr
520 
521 % Ellipse
522 n 2902 1875 31 31 0 360 DrawEllipse gs /PC [[0.00 0.00 0.00] [0.00 0.00 0.00]] def
523 15.00 15.00 sc P22 [8 0 0 -16 191.40 122.93]  PATmp PATsp ef gr PATusp gs col0 s gr
524 
525 % Polyline
526 7.500 slw
527  [60] 0 sd
528 n 3825 765 m
529  3825 4230 l gs col0 s gr  [] 0 sd
530 % Polyline
531  [60] 0 sd
532 n 1125 930 m
533  1125 4275 l gs col0 s gr  [] 0 sd
534 % Polyline
535 gs  clippath
536 3840 4170 m 3840 4110 l 3688 4110 l 3808 4140 l 3688 4170 l cp
537 1110 4110 m 1110 4170 l 1262 4170 l 1142 4140 l 1262 4110 l cp
538 eoclip
539 n 1125 4140 m
540  3825 4140 l gs col0 s gr gr
541 
542 % arrowhead
543 n 1262 4110 m 1142 4140 l 1262 4170 l  col0 s
544 % arrowhead
545 n 3688 4170 m 3808 4140 l 3688 4110 l  col0 s
546 % Polyline
547 15.000 slw
548 n 1777 2655 m
549  3825 1237 l gs col0 s gr 
550 /Times-Italic-iso ff 360.00 scf sf
551 4185 4140 m
552 gs 1 -1 sc (Z) dup sw pop 2 div neg 0 rm  col0 sh gr
553 /Times-Italic-iso ff 300.00 scf sf
554 2520 4050 m
555 gs 1 -1 sc (half-wave) dup sw pop 2 div neg 0 rm  col0 sh gr
556 /Times-Italic-iso ff 360.00 scf sf
557 3615 1208 m
558 gs 1 -1 sc (q) dup sw pop 2 div neg 0 rm  col0 sh gr
559 /Times-Italic-iso ff 360.00 scf sf
560 1649 2954 m
561 gs 1 -1 sc (p) dup sw pop 2 div neg 0 rm  col0 sh gr
562 /Times-Italic-iso ff 360.00 scf sf
563 2925 1755 m
564 gs 1 -1 sc (b) dup sw pop 2 div neg 0 rm  col0 sh gr
565 /Times-Italic-iso ff 360.00 scf sf
566 2123 2745 m
567 gs 1 -1 sc (a) dup sw pop 2 div neg 0 rm  col0 sh gr
568 % Polyline
569 7.500 slw
570 gs  clippath
571 4335 3855 m 4335 3795 l 4183 3795 l 4303 3825 l 4183 3855 l cp
572 eoclip
573 n 1035 3825 m
574  4320 3825 l gs col0 s gr gr
575 
576 % arrowhead
577 n 4183 3855 m 4303 3825 l 4183 3795 l  col0 s
578 $F2psEnd
579 rs
580 end

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!