[Remove other non-hackport stuff and move files to root Duncan Coutts **20070729141800] { move ./projects/HackPort ./hackport move ./hackport/Action.hs ./Action.hs move ./hackport/Bash.hs ./Bash.hs move ./hackport/Cabal2Ebuild.hs ./Cabal2Ebuild.hs move ./hackport/Cache.hs ./Cache.hs move ./hackport/Config.hs ./Config.hs move ./hackport/Diff.hs ./Diff.hs move ./hackport/Error.hs ./Error.hs move ./hackport/Fetch.hs ./Fetch.hs move ./hackport/GenerateEbuild.hs ./GenerateEbuild.hs move ./hackport/Index.hs ./Index.hs move ./hackport/Main.hs ./Main.hs move ./hackport/MaybeRead.hs ./MaybeRead.hs move ./hackport/Portage.hs ./Portage.hs move ./hackport/Setup.hs ./Setup.hs move ./hackport/cabal2ebuild.hs ./cabal2ebuild.hs move ./hackport/hackport.cabal ./hackport.cabal rmdir ./hackport hunk ./Makefile 1 -CATEGORIES:=$(wildcard *-*) -EBUILDS:=$(wildcard *-*/*) -MANIFESTS:=$(addsuffix /Manifest, $(EBUILDS)) -FILESDIR:=$(addsuffix /files, $(EBUILDS)) - -all: ${FILESDIR} ${MANIFESTS} profiles/categories - -%/files: - mkdir -p $@ - -%/Manifest: %/*.ebuild - $(foreach file,$?,ebuild $(file) digest;) - -profiles/categories: ${CATEGORIES} - echo -e $(addprefix '\n', ${CATEGORIES}) > $@ rmfile ./Makefile hunk ./projects/GHC-6.5-failures.html 1 - - - - - - -Packages failing with GHC 6.5 - - - - -
-

Packages failing with GHC 6.5

- --- - - - - - -
Authors:Lennart Kolmodin <kolmodin@gentoo.org> -
Duncan Coutts <dcoutts@gentoo.org> -
Gentoo Haskell Herd <haskell@gentoo.org>
Updated:2006-09-12
-
-

Failed packages

-

Only the first error message is reported, as it is all I can see without -actually fixing anything :)

-

Packages I've used if not anything else mentioned:

-
    -
  • GHC 6.5.20060906
  • -
  • haddock-0.8_rc1
  • -
  • cabal-1.1.5.9.2
  • -
-

Some haddock docs might have failed, but since cabal didn't kill the setup -if haddock barkes in 1.1.5.9.2, it has gone by unnoticed by me...

-

This issue of not noticing if haddock failed is fixed in cabal-1.1.5.9.3.

-
-

dev-haskell/buddha-1.2

-
-ghc-6.5.20060906: unknown package: text
-
-

Fixed by this huge patch ../dev-haskell/buddha/files/buddha-1.2-ghc66.patch.

-
-
-

dev-haskell/c2hs-0.14.5

-
-c2hs/c/CLexer.x:78:34: Module `Data.Set' does not export `mkSet'
-c2hs/c/CLexer.x:78:41: Module `Data.Set' does not export `addToSet'
-c2hs/c/CLexer.x:78:51: Module `Data.Set' does not export `elementOf'
-
-

Now fixed with this patch ../dev-haskell/c2hs/files/c2hs-0.14.5-ghc66.patch.

-
-
-

dev-haskell/happy-1.15

-
-LALR.lhs:626:34: Not in scope: `bounds'
-
-

Now fixed with this patch ../dev-haskell/happy/files/happy-1.15-ghc66.patch.

-
-
-

dev-haskell/haskell-src-exts-0.2

-
- Language/Haskell/Hsx/Lexer.hs:245:41:
-  Ambiguous occurrence `isSymbol'
-  It could refer to either `isSymbol', defined at Language/Haskell/Hsx/Lexer.hs:212:0
-  or `isSymbol', imported from Data.Char
-  at Language/Haskell/Hsx/Lexer.hs:26:0-15
-
-(repeated 4 more times)
-
-

Now fixed with this patch ../dev-haskell/haskell-src-exts/files/haskell-src-exts-0.2-hiding-isSymbol.patch.

-
-
-

dev-haskell/haxml-1.16

-
-src/Text/XML/HaXml/Escape.hs:57:7:
-  Could not find module `Data.FiniteMap'
-
-

Now fixed by new releases of haxml-1.13.2 and haxml-1.17.

-
-
-

dev-haskell/hmake-3.11

-
-ghc-6.5.20060906: unknown package: lang
-
-

Now fixed with this patch ../dev-haskell/hmake/files/hmake-3.11-ghc66.patch.

-
-
-

dev-haskell/hsshellscript-2.6.3

-
-ghc-6.5.20060906: unknown package: lang
-
-
-
-

dev-haskell/lhs2tex-1.11

-
-/var/tmp/portage/lhs2tex-1.11/work/lhs2tex-1.11/Setup.hs:11:7:
-    Could not find module `Distribution.Compat.FilePath':
-          it is hidden (in package Cabal-1.1.5.9.2)
-
-

New Cabal-1.1.5.9.3 does not hide this module, but does hide Distribution.Compat.ReadP. -So we still need a patch to make it use the standard ReadP module from base.

-
-
-

dev-haskell/missingh-0.14.4

-
-MissingH/Str.hs:47:7:
-    Could not find module `Text.Regex'
-
-

The immediate issue can be fixed by depending on regex-compat, however MissingH -also depends on Data.FiniteMap and exposes it in the interface so it's not -totally clear how this should be fixed. We'll probably need to wait for a new -upstream release.

-
-
-

dev-haskell/uulib-0.9.2

-
-src/UU/Parsing/StateParser.hs:5:0:
-    Illegal instance declaration for `InputState (inp, state) s p'
-        (the Coverage Condition fails for one of the functional dependencies)
-    In the instance declaration for `InputState (inp, state) s p'
-
-

This can be fixed by allowing undecidable instances, i.e. adding -UndecidableInstances to the extensions field in the .cabal file.

-
-
-

dev-haskell/wxhaskell-0.9.4

-
-wx/src/Graphics/UI/WX/Types.hs:94:0:
-    Bad interface file: out/wx/imports/Graphics/UI/WXCore/Types.hi
-        Something is amiss; requested module
-            wx:Graphics.UI.WXCore.Types differs from name found in the
-            interface file wxcore:Graphics.UI.WXCore.Types
-
-

This is tricky. The wx package needs to be registered locally before anything -else can be built against it.

-
-
-

dev-haskell/hsgnutls-0.2.2

-
-/var/tmp/portage/hsgnutls-0.2.2/work/hsgnutls-0.2.2/Setup.lhs:16:39:
-    Couldn't match expected type `LocalBuildInfo -> IO ExitCode'
-           against inferred type `IO ExitCode'
-    Probable cause: `testGnutlsVersion' is applied to too many arguments
-    In the `postConf' field of a record
-    In the expression:
-        defaultUserHooks
-            {postConf = testGnutlsVersion,
-            postBuild = fixBuild,
-            postClean = deleteExtras}
-
-
-
-

dev-haskell/newbinary-0.1-r1

-
-cannot satisfy dependency lang-any
-
-
-
-

dev-haskell/shellac-0.3

-
-src/System/Console/Shell/Commands.hs:171:0:
-    Illegal instance declaration for `CommandFunction (Int -> r) st'
-        (the Coverage Condition fails for one of the functional dependencies)
-    In the instance declaration for `CommandFunction (Int -> r) st'
-
-(and 7 more like it)
-
-
-
-

dev-util/darcs-1.0.8

-
-Lcs.lhs:433:8: Not in scope: type constructor or class `HasBounds'
-
-

Fixed in patch ../dev-util/darcs/files/darcs-1.0.8-ghc66.patch.

-
-
-

dev-util/bnfc-2.2

-

BNFC 2.2 had UTF8 troubles.

-

Fixed in patch ../dev-util/bnfc/files/bnfc-2.2-ghc66-utf8.patch.

-
-
-
-

GHC extra libs

-

All packages are now (2006-10-04) provided with Cabal's Setup.hs and play -nice with haddock. The Gentoo Herd is happy once again.

-
-

dev-haskell/opengl-2.1

-

Package successfully installed, but haddock chokes on a file:

-
-dist/build/tmp/Graphics/Rendering/OpenGL/GL/BeginEnd.hs:"dist/build/tmp/Graphics/Rendering/OpenGL/GL/BeginEnd.hs": 129:16: Parse error
-
-

Cabal patch Fri Sep 8 19:36:15 CEST 2006 Duncan Coutts <remove.this.part.duncan.coutts@worc.ox.ac.uk> takes care of cabal not dying.

-

Problem with opengl remains though.

-

Fixed in Cabal.

-
-
-

dev-haskell/openal-1.3

-

Used:

-
    -
  • GHC 6.5.20060910
  • -
  • cabal-1.1.5.9.3.
  • -
-

Haddock chokes on Sound/OpenAL/AL/Attenuation.hs:

-
-dist/build/tmp/Sound/OpenAL/AL/Attenuation.hs:"dist/build/tmp/Sound/OpenAL/AL/Attenuation.hs":
-207:16: Parse error
-
-

Fixed in Cabal.

-
-
-

dev-haskell/alut-2.0

-

Used:

-
    -
  • GHC 6.5.20060910
  • -
  • cabal-1.1.5.9.3.
  • -
-
-dist/build/tmp/Sound/ALUT/Config.hs:"dist/build/tmp/Sound/ALUT/Config.hs": 219:16: Parse error
-
-

Fixed in Cabal.

-
-
-

dev-haskell/xhtml-2006.8.14

-

Used:

-
    -
  • GHC 6.5.20060910
  • -
  • cabal-1.1.5.9.3
  • -
-

Haddock chokes again:

-
-haddock: parse error in doc string: [TokSpecial '/',TokString "www.haskell.org",TokSpecial '/']
-
-

Fixed in source.

-
-
-

dev-haskell/hunit-1.1

-

Used:

-
    -
  • GHC 6.5.20060910
  • -
  • cabal-1.1.5.9.3
  • -
-

Haddock:

-
-dist/build/tmp/Test/HUnit/Lang.hs:"dist/build/tmp/Test/HUnit/Lang.hs": 69:1: Parse error
-
-

Fixed in Cabal.

-
-
-

dev-haskell/network-2.0

-

Used:

-
    -
  • GHC 6.5.20060910
  • -
  • cabal-1.1.5.9.3
  • -
-

Haddock:

-
-dist/build/tmp/Network/Socket.hs:"Network/Socket.hsc": 283:16: Parse error
-
-

Fixed in Cabal.

-
-
-

dev-haskell/time-1.0

-

Used:

-
    -
  • GHC 6.5.20060910
  • -
  • cabal-1.1.5.9.3
  • -
-
-ghc-6.5.20060910: does not exist: cbits/cbits/HsTime.c
-
-

Fixed in source.

-
-
-
-

Untested packages

-
    -
  • cabal-get (obsolete)
  • -
  • fps (included in base)
  • -
  • gh (requires uuagc/uulib)
  • -
  • hackage-client (requires haxml)
  • -
  • haxr (requires haxml)
  • -
  • shellac-readline (requires shellac)
  • -
  • trhsx (requires haskell-src-exts)
  • -
  • hsp-darcs (requires haskell-src-exts)
  • -
  • hspr-darcs (requires haskell-src-exts)
  • -
- -
-
- - rmfile ./projects/GHC-6.5-failures.html hunk ./projects/GHC-6.5-failures.rst 1 -============================= -Packages failing with GHC 6.5 -============================= - -:Authors: Lennart Kolmodin , - Duncan Coutts , - Gentoo Haskell Herd -:Updated: 2006-09-12 - -Failed packages -=============== - -Only the first error message is reported, as it is all I can see without -actually fixing anything :) - -Packages I've used if not anything else mentioned: - -* GHC 6.5.20060906 -* haddock-0.8\_rc1 -* cabal-1.1.5.9.2 - -Some haddock docs might have failed, but since cabal didn't kill the setup -if haddock barkes in 1.1.5.9.2, it has gone by unnoticed by me... - -This issue of not noticing if haddock failed is fixed in cabal-1.1.5.9.3. - -dev-haskell/buddha-1.2 ----------------------- - -:: - - ghc-6.5.20060906: unknown package: text - -Fixed by this *huge* patch `<../dev-haskell/buddha/files/buddha-1.2-ghc66.patch>`_. - -dev-haskell/c2hs-0.14.5 ------------------------ - -:: - - c2hs/c/CLexer.x:78:34: Module `Data.Set' does not export `mkSet' - c2hs/c/CLexer.x:78:41: Module `Data.Set' does not export `addToSet' - c2hs/c/CLexer.x:78:51: Module `Data.Set' does not export `elementOf' - -Now fixed with this patch `<../dev-haskell/c2hs/files/c2hs-0.14.5-ghc66.patch>`_. - -dev-haskell/happy-1.15 ----------------------- - -:: - - LALR.lhs:626:34: Not in scope: `bounds' - -Now fixed with this patch `<../dev-haskell/happy/files/happy-1.15-ghc66.patch>`_. - -dev-haskell/haskell-src-exts-0.2 --------------------------------- - -:: - - Language/Haskell/Hsx/Lexer.hs:245:41: - Ambiguous occurrence `isSymbol' - It could refer to either `isSymbol', defined at Language/Haskell/Hsx/Lexer.hs:212:0 - or `isSymbol', imported from Data.Char - at Language/Haskell/Hsx/Lexer.hs:26:0-15 - - (repeated 4 more times) - -Now fixed with this patch `<../dev-haskell/haskell-src-exts/files/haskell-src-exts-0.2-hiding-isSymbol.patch>`_. - -dev-haskell/haxml-1.16 ----------------------- - -:: - - src/Text/XML/HaXml/Escape.hs:57:7: - Could not find module `Data.FiniteMap' - -Now fixed by new releases of haxml-1.13.2 and haxml-1.17. - -dev-haskell/hmake-3.11 ----------------------- - -:: - - ghc-6.5.20060906: unknown package: lang - -Now fixed with this patch `<../dev-haskell/hmake/files/hmake-3.11-ghc66.patch>`_. - -dev-haskell/hsshellscript-2.6.3 -------------------------------- - -:: - - ghc-6.5.20060906: unknown package: lang - -dev-haskell/lhs2tex-1.11 ------------------------- - -:: - - /var/tmp/portage/lhs2tex-1.11/work/lhs2tex-1.11/Setup.hs:11:7: - Could not find module `Distribution.Compat.FilePath': - it is hidden (in package Cabal-1.1.5.9.2) - -New Cabal-1.1.5.9.3 does not hide this module, but does hide Distribution.Compat.ReadP. -So we still need a patch to make it use the standard ReadP module from base. - -dev-haskell/missingh-0.14.4 ---------------------------- - -:: - - MissingH/Str.hs:47:7: - Could not find module `Text.Regex' - -The immediate issue can be fixed by depending on regex-compat, however MissingH -also depends on Data.FiniteMap and exposes it in the interface so it's not -totally clear how this should be fixed. We'll probably need to wait for a new -upstream release. - -dev-haskell/uulib-0.9.2 ------------------------ - -:: - - src/UU/Parsing/StateParser.hs:5:0: - Illegal instance declaration for `InputState (inp, state) s p' - (the Coverage Condition fails for one of the functional dependencies) - In the instance declaration for `InputState (inp, state) s p' - -This can be fixed by allowing undecidable instances, i.e. adding -UndecidableInstances to the extensions field in the .cabal file. - -dev-haskell/wxhaskell-0.9.4 ---------------------------- - -:: - - wx/src/Graphics/UI/WX/Types.hs:94:0: - Bad interface file: out/wx/imports/Graphics/UI/WXCore/Types.hi - Something is amiss; requested module - wx:Graphics.UI.WXCore.Types differs from name found in the - interface file wxcore:Graphics.UI.WXCore.Types - -This is tricky. The wx package needs to be registered locally before anything -else can be built against it. - -dev-haskell/hsgnutls-0.2.2 --------------------------- - -:: - - /var/tmp/portage/hsgnutls-0.2.2/work/hsgnutls-0.2.2/Setup.lhs:16:39: - Couldn't match expected type `LocalBuildInfo -> IO ExitCode' - against inferred type `IO ExitCode' - Probable cause: `testGnutlsVersion' is applied to too many arguments - In the `postConf' field of a record - In the expression: - defaultUserHooks - {postConf = testGnutlsVersion, - postBuild = fixBuild, - postClean = deleteExtras} - -dev-haskell/newbinary-0.1-r1 ----------------------------- - -:: - - cannot satisfy dependency lang-any - - -dev-haskell/shellac-0.3 ------------------------ - -:: - - src/System/Console/Shell/Commands.hs:171:0: - Illegal instance declaration for `CommandFunction (Int -> r) st' - (the Coverage Condition fails for one of the functional dependencies) - In the instance declaration for `CommandFunction (Int -> r) st' - - (and 7 more like it) - -dev-util/darcs-1.0.8 --------------------- - -:: - - Lcs.lhs:433:8: Not in scope: type constructor or class `HasBounds' - -Fixed in patch `<../dev-util/darcs/files/darcs-1.0.8-ghc66.patch>`_. - -dev-util/bnfc-2.2 ------------------ - -BNFC 2.2 had UTF8 troubles. - -Fixed in patch `<../dev-util/bnfc/files/bnfc-2.2-ghc66-utf8.patch>`_. - - -GHC extra libs -============== - -All packages are now (2006-10-04) provided with Cabal's Setup.hs and play -nice with haddock. The Gentoo Herd is happy once again. - -dev-haskell/opengl-2.1 ----------------------- - -Package successfully installed, but haddock chokes on a file:: - - dist/build/tmp/Graphics/Rendering/OpenGL/GL/BeginEnd.hs:"dist/build/tmp/Graphics/Rendering/OpenGL/GL/BeginEnd.hs": 129:16: Parse error - -Cabal patch `Fri Sep 8 19:36:15 CEST 2006 Duncan Coutts ` takes care of cabal not dying. - -Problem with opengl remains though. - -Fixed in Cabal. - -dev-haskell/openal-1.3 ----------------------- - -Used: - -* GHC 6.5.20060910 -* cabal-1.1.5.9.3. - -Haddock chokes on Sound/OpenAL/AL/Attenuation.hs:: - - dist/build/tmp/Sound/OpenAL/AL/Attenuation.hs:"dist/build/tmp/Sound/OpenAL/AL/Attenuation.hs": - 207:16: Parse error - -Fixed in Cabal. - -dev-haskell/alut-2.0 --------------------- - -Used: - -* GHC 6.5.20060910 -* cabal-1.1.5.9.3. - -:: - - dist/build/tmp/Sound/ALUT/Config.hs:"dist/build/tmp/Sound/ALUT/Config.hs": 219:16: Parse error - -Fixed in Cabal. - -dev-haskell/xhtml-2006.8.14 ---------------------------- - -Used: - -* GHC 6.5.20060910 -* cabal-1.1.5.9.3 - -Haddock chokes again:: - - haddock: parse error in doc string: [TokSpecial '/',TokString "www.haskell.org",TokSpecial '/'] - -Fixed in source. - -dev-haskell/hunit-1.1 ---------------------- - -Used: - -* GHC 6.5.20060910 -* cabal-1.1.5.9.3 - -Haddock:: - - dist/build/tmp/Test/HUnit/Lang.hs:"dist/build/tmp/Test/HUnit/Lang.hs": 69:1: Parse error - -Fixed in Cabal. - - -dev-haskell/network-2.0 ------------------------ - -Used: - -* GHC 6.5.20060910 -* cabal-1.1.5.9.3 - -Haddock:: - - dist/build/tmp/Network/Socket.hs:"Network/Socket.hsc": 283:16: Parse error - -Fixed in Cabal. - -dev-haskell/time-1.0 --------------------- - -Used: - -* GHC 6.5.20060910 -* cabal-1.1.5.9.3 - -:: - - ghc-6.5.20060910: does not exist: cbits/cbits/HsTime.c - -Fixed in source. - -Untested packages -================= - -* cabal-get (obsolete) -* fps (included in base) -* gh (requires uuagc/uulib) -* hackage-client (requires haxml) -* haxr (requires haxml) -* shellac-readline (requires shellac) -* trhsx (requires haskell-src-exts) -* hsp-darcs (requires haskell-src-exts) -* hspr-darcs (requires haskell-src-exts) - -.. vim: tw=76 ts=2 : rmfile ./projects/GHC-6.5-failures.rst hunk ./projects/GHC-6.6-conversion 1 - -http-2006.7.7 -------------- - -now depends on network. -someone mentioned it'd depend on mtl, too, but I can't see that. -tested with 6.4.2 and 6.6, works. - -hxt-6.1 -------- - -now depends on http, hunit and network. -tested with 6.4.2 and 6.6, works. - -buddha-1.2-r1 -------------- - -now depends on haskell-src. -tested with 6.4.2 and 6.6, BOTH FAIL with an automake error! - -hdbc-1.0.1 ----------- - -now depends on mtl. -tested with 6.4.2 and 6.6, works. - - -crypto-3.0.3 ------------- - -now depends on mtl. -doesn't work with 6.6, though. compiles and installs fine, -but on loading complains about a linker error with some symbol -from NewBinary ... rmfile ./projects/GHC-6.6-conversion hunk ./projects/GHC-6.6-failures.html 1 - - - - - - -Packages failing with GHC 6.6 - - - - -
-

Packages failing with GHC 6.6

- --- - - - - - -
Authors:Lennart Kolmodin <kolmodin@gentoo.org> -
Duncan Coutts <dcoutts@gentoo.org> -
Gentoo Haskell Herd <haskell@gentoo.org>
Updated:2006-10-12
-
-

Failed packages

-

These are packages currently in portage cvs. Those are the ones we care -about when it comes to this round of ghc-6.6 compatabilty testing.

-

So make sure you're not using the overlay when you're testing these packages. -For example use:

-
-PORTDIR_OVERLAY="" emerge -pv dev-haskell/foo
-
-

Only the first error message is reported, as it is all I can see without -actually fixing anything :)

-

Packages We've used if not anything else mentioned:

-
    -
  • GHC 6.6
  • -
  • haddock-0.8
  • -
  • cabal-1.1.6 with unlit patch
  • -
-

Note that we're listing all the versions for each package, however it's -only necessary to test the latest version with ghc-6.6. We can make previous -versions just block on gh-6.6.

-

Of course if we can't patch the latest version to work with ghc-6.6 then we -can just make it block on ghc-6.6 too cough wxhaskell cough.

-
-

dev-haskell/buddha-1.2

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/buddha-1.2-r1

-

dcoutts messed up the patch, but that's now fixed in cvs.

-

missing dep on dev-haskell/haskell-src, other than that it builds fine.

-
-
-

dev-haskell/alex-2.0.1

-

builds fine

-
-
-

dev-haskell/c2hs-0.13.4

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/c2hs-0.14.5

-

builds fine

-
-
-

dev-haskell/cabal-1.1.3-r1

-

blocked by >=ghc-6.6.

-
-
-

dev-haskell/cabal-1.1.4

-

blocked by >=ghc-6.6.

-

This will be ok as we'll have cabal-1.1.6 in the tree shortly.

-
-
-

dev-haskell/cpphs-1.1

-

builds fine

-
-
-

dev-haskell/cpphs-1.2

-

builds fine

-
-
-

dev-haskell/drift-2.1.2

-

builds fine

-
-
-

dev-haskell/drift-2.2.0

-

builds fine

-
- - - -
-

dev-haskell/gtk2hs-0.9.10-r1

-

fails with:

-
-tools/c2hs/base/general/Binary.hs:59:7:
-    Could not find module `Data.FiniteMap':
-      Use -v to see a list of the files searched for.
-make[1]: *** Deleting file `tools/c2hs/c2hsLocal.deps'
-/usr/bin/ghc +RTS -RTS -c glib/System/Glib.hs -o glib/System/Glib.o -O -fffi -ignore-package glib -iglib -package-name glib '-#include<glib-object.h>' -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-
-glib/System/Glib.hs:12:0:
-    Failed to load interface for `System.Glib.UTFString':
-      Use -v to see a list of the files searched for.
-
-
-
-

dev-haskell/haddock-0.7

-

blocked by >=ghc-6.6.

-
-
-

dev-haskell/haddock-0.8

-

builds fine

-
-
-

dev-haskell/happy-1.15

-

builds fine

-
-
-

dev-haskell/harp-0.2

-

builds fine

-
- -
-

dev-haskell/haxml-1.12

-

blocked by >=ghc-6.6.

-

committed to cvs

-
-
-

dev-haskell/haxml-1.13-r1

-

blocked by >=ghc-6.6.

-

committed to cvs

-
-
-

dev-haskell/haxml-1.13.2

-

builds fine

-

committed to cvs

-
-
-

dev-haskell/hdbc-1.0.0

-

needs mtl but builds fine

-
-
-

dev-haskell/hdbc-odbc-1.0.0.0

-

needs mtl, fails with:

-
-dist/build/tmp/Database/HDBC/ODBC/Connection.hs:"Database/HDBC/ODBC/Connection.hsc": 77:43: Parse error
-
-
-
-

dev-haskell/hdbc-postgresql-1.0.0.0

-

needs mtl, builds fine.

-
-
-

dev-haskell/hdbc-sqlite-1.0.0.0

-

needs mtl, builds fine without doc, haddock fails with:

-
-dist/build/tmp/Database/HDBC/Sqlite3/Statement.hs:"Database/HDBC/Sqlite3/Statement.hsc": 46:15: parse error in doc string: [haddock: EOF token
-
-
-
-

dev-haskell/hdoc-0.8.3

-

builds fine

-
-
-

dev-haskell/hmake-3.10

-

blocked by >=ghc-6.6.

-
-
-

dev-haskell/hmake-3.11

-

builds fine (version 3.11)

-
-
-

dev-haskell/hs-plugins-0.9.10-r1

-

blocked by >=ghc-6.6

-

committed to cvs

-

fails with:

-
-System/Plugins/LoadTypes.hs:31:0:
-    Bad interface file: /var/tmp/portage/hs-plugins-0.9.10-r1/work/hs-plugins-0.9.10/src/hi/Language/Hi/Parser.hi
-        Something is amiss; requested module  hi-0.9.10:Language.Hi.Parser differs from name found in the interface file hi:Language.Hi.Parser
-
-
-
-

dev-haskell/hs-plugins-0.9.6

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/hs-plugins-0.9.8

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/hs-plugins-1.0_rc0

-

blocked by >=ghc-6.6 -builds fine, although it doesn't work

-

committed to cvs

-
-
-

dev-haskell/hsql-1.7

-

builds fine.

-
-
-

dev-haskell/hsql-mysql-1.7

-

builds fine.

-
-
-

dev-haskell/hsql-odbc-1.7

-

builds fine.

-
- -
-

dev-haskell/hsql-sqlite-1.7

-

builds fine.

-
-
-

dev-haskell/hsshellscript-2.2.2

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/hsshellscript-2.3.0

-

blocked by >=ghc-6.4.

-
- -
-

dev-haskell/hsshellscript-2.6.3

-

fails, needs package "lang".

-
-
-

dev-haskell/http-2006.7.7

-

works.

-

missing dep on:

-
    -
  • dev-haskell/network
  • -
  • dev-haskell/mtl
  • -
-

other than that it builds fine

-
-
-

dev-haskell/hxt-4.02

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/hxt-4.02-r1

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/hxt-5.00

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/hxt-6.0

-

missing dep on:

-
    -
  • dev-haskell/network
  • -
  • dev-haskell/hunit
  • -
-

but otherwise builds fine

-
-
-

dev-haskell/lhs2tex-1.10_pre

-

blocked by >=ghc-6.6.

-
-
-

dev-haskell/lhs2tex-1.11

-

blocked by >=ghc-6.6.

-

This should be solved by a new lhs2tex-1.12 release.

-
-
-

dev-haskell/missingh-0.14.4

-

missing dep on:

-
    -
  • dev-haskell/network
  • -
  • dev-haskell/mtl
  • -
  • dev-haskell/haskell-src
  • -
  • dev-haskell/hunit
  • -
-

fails with:

-
-MissingH/Str.hs:47:7:
-    Could not find module `Text.Regex':
-      it is a member of package regex-compat-0.71, which is hidden
-
-

in other words, it's missing a dep on the regex-compat package -though this only exists as of ghc-6.6 so will need conditional patching. -sigh.

-
-
-

dev-haskell/uuagc-0.9.1

-

builds fine

-
-
-

dev-haskell/uulib-0.9.2

-

I stand corrected, it works.

-
-
-

dev-haskell/wash-2.0.6

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/wash-2.3.1

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/wash-2.5.6

-

builds fine.

-
-
-

dev-haskell/wxhaskell-0.8-r1

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/wxhaskell-0.9

-

blocked by >=ghc-6.4.

-
-
-

dev-haskell/wxhaskell-0.9.4

-
-wx/src/Graphics/UI/WX/Types.hs:94:0:
-   Bad interface file: out/wx/imports/Graphics/UI/WXCore/Types.hi
-       Something is amiss; requested module  wx:Graphics.UI.WXCore.Types differs from name found in the interface file wxcore:Graphics.UI.WXCore.Types
-
-

This is a hard one to fix.

-
-
-

dev-util/bnfc-2.1.2

-
    -
  • blocked >=ghc-6.6
  • -
  • committed to cvs
  • -
-
-
-

dev-util/bnfc-2.2

-
    -
  • patched to work with ghc-6.6
  • -
  • tested to work with ghc-6.4 too
  • -
  • committed to cvs
  • -
- -
-
-
- - rmfile ./projects/GHC-6.6-failures.html hunk ./projects/GHC-6.6-failures.rst 1 -============================= -Packages failing with GHC 6.6 -============================= - -:Authors: Lennart Kolmodin , - Duncan Coutts , - Gentoo Haskell Herd -:Updated: 2006-10-12 - -Failed packages -=============== - -These are packages currently in portage cvs. Those are the ones we care -about when it comes to this round of ghc-6.6 compatabilty testing. - -So make sure you're not using the overlay when you're testing these packages. -For example use:: - - PORTDIR_OVERLAY="" emerge -pv dev-haskell/foo - -Only the first error message is reported, as it is all I can see without -actually fixing anything :) - -Packages We've used if not anything else mentioned: - -* GHC 6.6 -* haddock-0.8 -* cabal-1.1.6 with unlit patch - -Note that we're listing all the versions for each package, however it's -only necessary to test the latest version with ghc-6.6. We can make previous -versions just block on gh-6.6. - -Of course if we can't patch the latest version to work with ghc-6.6 then we -can just make it block on ghc-6.6 too *cough* wxhaskell *cough*. - - -dev-haskell/buddha-1.2 ----------------------- -blocked by >=ghc-6.4. - - -dev-haskell/buddha-1.2-r1 -------------------------- - -dcoutts messed up the patch, but that's now fixed in cvs. - -missing dep on dev-haskell/haskell-src, other than that it builds fine. - - -dev-haskell/alex-2.0.1 ----------------------- -builds fine - - -dev-haskell/c2hs-0.13.4 ------------------------ -blocked by >=ghc-6.4. - - -dev-haskell/c2hs-0.14.5 ------------------------ -builds fine - - -dev-haskell/cabal-1.1.3-r1 --------------------------- -blocked by >=ghc-6.6. - - -dev-haskell/cabal-1.1.4 ------------------------ -blocked by >=ghc-6.6. - -This will be ok as we'll have cabal-1.1.6 in the tree shortly. - - -dev-haskell/cpphs-1.1 ---------------------- -builds fine - - -dev-haskell/cpphs-1.2 ---------------------- -builds fine - - -dev-haskell/drift-2.1.2 ------------------------ -builds fine - - -dev-haskell/drift-2.2.0 ------------------------ -builds fine - - -dev-haskell/frown-0.6.1-r1 --------------------------- -builds fine - - -dev-haskell/gtk2hs-0.9.10 -------------------------- - -dev-haskell/gtk2hs-0.9.9 ------------------------- - -dev-haskell/gtk2hs-0.9.10-r1 ----------------------------- - -fails with: - -:: - - tools/c2hs/base/general/Binary.hs:59:7: - Could not find module `Data.FiniteMap': - Use -v to see a list of the files searched for. - make[1]: *** Deleting file `tools/c2hs/c2hsLocal.deps' - /usr/bin/ghc +RTS -RTS -c glib/System/Glib.hs -o glib/System/Glib.o -O -fffi -ignore-package glib -iglib -package-name glib '-#include' -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include - - glib/System/Glib.hs:12:0: - Failed to load interface for `System.Glib.UTFString': - Use -v to see a list of the files searched for. - - -dev-haskell/haddock-0.7 ------------------------ -blocked by >=ghc-6.6. - - -dev-haskell/haddock-0.8 ------------------------ -builds fine - - -dev-haskell/happy-1.15 ----------------------- -builds fine - - -dev-haskell/harp-0.2 --------------------- -builds fine - - -dev-haskell/haskell-src-exts-0.2 --------------------------------- -builds fine. - - -dev-haskell/haxml-1.12 ----------------------- -blocked by >=ghc-6.6. - -committed to cvs - - -dev-haskell/haxml-1.13-r1 -------------------------- -blocked by >=ghc-6.6. - -committed to cvs - -dev-haskell/haxml-1.13.2 ------------------------- -builds fine - -committed to cvs - -dev-haskell/hdbc-1.0.0 ----------------------- -needs mtl but builds fine - - -dev-haskell/hdbc-odbc-1.0.0.0 ------------------------------ -needs mtl, fails with: - -:: - - dist/build/tmp/Database/HDBC/ODBC/Connection.hs:"Database/HDBC/ODBC/Connection.hsc": 77:43: Parse error - - -dev-haskell/hdbc-postgresql-1.0.0.0 ------------------------------------ -needs mtl, builds fine. - - -dev-haskell/hdbc-sqlite-1.0.0.0 -------------------------------- -needs mtl, builds fine without doc, haddock fails with: - -:: - - dist/build/tmp/Database/HDBC/Sqlite3/Statement.hs:"Database/HDBC/Sqlite3/Statement.hsc": 46:15: parse error in doc string: [haddock: EOF token - - -dev-haskell/hdoc-0.8.3 ----------------------- -builds fine - - -dev-haskell/hmake-3.10 ----------------------- -blocked by >=ghc-6.6. - - -dev-haskell/hmake-3.11 ----------------------- -builds fine (version 3.11) - - -dev-haskell/hs-plugins-0.9.10-r1 --------------------------------- -blocked by >=ghc-6.6 - -committed to cvs - -fails with: - -:: - - System/Plugins/LoadTypes.hs:31:0: - Bad interface file: /var/tmp/portage/hs-plugins-0.9.10-r1/work/hs-plugins-0.9.10/src/hi/Language/Hi/Parser.hi - Something is amiss; requested module hi-0.9.10:Language.Hi.Parser differs from name found in the interface file hi:Language.Hi.Parser - - -dev-haskell/hs-plugins-0.9.6 ----------------------------- -blocked by >=ghc-6.4. - - -dev-haskell/hs-plugins-0.9.8 ----------------------------- -blocked by >=ghc-6.4. - - -dev-haskell/hs-plugins-1.0_rc0 ------------------------------- -blocked by >=ghc-6.6 -builds fine, although it doesn't work - -committed to cvs - - -dev-haskell/hsql-1.7 --------------------- -builds fine. - - -dev-haskell/hsql-mysql-1.7 --------------------------- -builds fine. - - -dev-haskell/hsql-odbc-1.7 -------------------------- -builds fine. - - -dev-haskell/hsql-postgresql-1.7 -------------------------------- -builds fine. - - -dev-haskell/hsql-sqlite-1.7 ---------------------------- -builds fine. - - -dev-haskell/hsshellscript-2.2.2 -------------------------------- -blocked by >=ghc-6.4. - - -dev-haskell/hsshellscript-2.3.0 -------------------------------- -blocked by >=ghc-6.4. - - -dev-haskell/hsshellscript-2.6.0 -------------------------------- -works. - - -dev-haskell/hsshellscript-2.6.3 -------------------------------- -fails, needs package "lang". - - -dev-haskell/http-2006.7.7 -------------------------- -works. - -missing dep on: - -* dev-haskell/network -* dev-haskell/mtl - -other than that it builds fine - - -dev-haskell/hxt-4.02 --------------------- -blocked by >=ghc-6.4. - - -dev-haskell/hxt-4.02-r1 ------------------------ -blocked by >=ghc-6.4. - - -dev-haskell/hxt-5.00 --------------------- -blocked by >=ghc-6.4. - - -dev-haskell/hxt-6.0 -------------------- -missing dep on: - -* dev-haskell/network -* dev-haskell/hunit - -but otherwise builds fine - - -dev-haskell/lhs2tex-1.10_pre ----------------------------- -blocked by >=ghc-6.6. - - -dev-haskell/lhs2tex-1.11 ------------------------- -blocked by >=ghc-6.6. - -This should be solved by a new lhs2tex-1.12 release. - - -dev-haskell/missingh-0.14.4 ---------------------------- - -missing dep on: - -* dev-haskell/network -* dev-haskell/mtl -* dev-haskell/haskell-src -* dev-haskell/hunit - -fails with: - -:: - - MissingH/Str.hs:47:7: - Could not find module `Text.Regex': - it is a member of package regex-compat-0.71, which is hidden - - -in other words, it's missing a dep on the regex-compat package -though this only exists as of ghc-6.6 so will need conditional patching. -*sigh*. - - -dev-haskell/uuagc-0.9.1 ------------------------ -builds fine - - -dev-haskell/uulib-0.9.2 ------------------------ -I stand corrected, it works. - - -dev-haskell/wash-2.0.6 ----------------------- -blocked by >=ghc-6.4. - - -dev-haskell/wash-2.3.1 ----------------------- -blocked by >=ghc-6.4. - - -dev-haskell/wash-2.5.6 ----------------------- -builds fine. - - -dev-haskell/wxhaskell-0.8-r1 ----------------------------- -blocked by >=ghc-6.4. - - -dev-haskell/wxhaskell-0.9 -------------------------- -blocked by >=ghc-6.4. - - -dev-haskell/wxhaskell-0.9.4 ---------------------------- - -:: - - wx/src/Graphics/UI/WX/Types.hs:94:0: - Bad interface file: out/wx/imports/Graphics/UI/WXCore/Types.hi - Something is amiss; requested module wx:Graphics.UI.WXCore.Types differs from name found in the interface file wxcore:Graphics.UI.WXCore.Types - - -This is a hard one to fix. - - -dev-util/bnfc-2.1.2 -------------------- - -* blocked >=ghc-6.6 -* committed to cvs - - -dev-util/bnfc-2.2 ------------------ - -* patched to work with ghc-6.6 -* tested to work with ghc-6.4 too -* committed to cvs - -.. vim: tw=76 ts=2 : rmfile ./projects/GHC-6.6-failures.rst hunk ./projects/GHC-6.6-launch.html 1 - - - - - - -GHC 6.6 Launch - - - - -
-

GHC 6.6 Launch

- --- - - - - - -
Author:Lennart Kolmodin <kolmodin@gentoo.org>, -Gentoo Haskell Herd <haskell@gentoo.org>
Updated:2007-07-23
-

Due to the restructure of bundled libraries from GHC 6.4 -> 6.6 we've had to -rewrite ebuild dependencies between packages and libraries. While doing this -we have also taken the chance to do some updates we've been ponding on in -the past.

-

This document describes some background on what's new in GHC 6.6 and the -plan that has been carefully crafted on how to deal with it.

-

We have tried to summarize what the Gentoo Haskell Heard has been up to the -past months (or year...).

-
-

1   Introduction

-

In GHC 6.4 a lot of packages where bundled with the compiler. In GHC 6.6 -this has changed, all but the packages used by the compiler itself are now -available as a separate download. That bundle is called ghc-extralibs.

-

This makes the GHC installation much faster, as you only compile the libs -you need. Also, it gives the advantage that when you'd like to update a -library, you only have to recompile exactly that one, instead of recompiling -everything like before.

-

We have also merged the dev-lang/ghc-bin package into the dev-lang/ghc -package, which you can get by using USE=binary. The ghc-bin tarball is -used to bootstrap the source ghc compiler, instead of relying on a -preinstalled compiler.

-

This can be modeled in Gentoo Linux' package management system, as -we'll see next.

-
-
-

2   The plan

-

Each library in the ghc-extralibs will be represented by a separate -package in the tree. Packages that can be compiled with GHC 6.6 (possibly -also GHC 6.4) should depend on the modular libraries.

-

To mirror this behavior for GHC 6.4 where the compiler already provides the -libraries, we use dummy libraries as place holders. They will not do or -install anything, but merely exist to depended upon by packages that need -those libraries. The dummy libraries will only depend on the GHC 6.4 -compiler, while the real modular libs will depend on the GHC 6.6 series or -newer. If an application/library is compiled against GHC 6.4 the dummy -libraries will be used, and in the case of GHC 6.6 the modular libraries. -This way it'll be easy to write the ebuilds, just depend on the libraries -you need, regardless of compiler version.

-

Note though, packages that cannot be built with GHC 6.6 doesn't gain -anything from depending on the modular libraries, as they are guarantied to -all be dummy libraries. Thus there should be no requirement for those -packages to use the modular libs.

-
-
-

3   Why merge ghc and ghc-bin?

-

It makes dependienceies simpler...:

-
-DEPEND="=virtual/ghc-6.4* !>=virtual/ghc-6.6"
-
-

Assume the user has ghc-bin-6.4.2 which he (or she!) used to compile -ghc-6.4.2, and then one day installs ghc-6.6. The first dependency will be -satisfied by ghc-bin-6.4.2, but it's actually ghc-6.6 that's going to be -used to compile the package! (as ghc has precedence to ghc-bin). The block -makes sure this doesn't happen.

-

With ghc only available as one package, you can simply say:

-
-DEPEND="=dev-lang/ghc-6.4*"
-
-
-
-

4   Step by step

-

The proposed actions of the scheme are listed below.

-
-

4.1   Add GHC 6.6 to the tree

-

This was done 7 March. It's p.masked.

-
-
-

4.2   ghc-bin

-

Update 2007-03-16: ghc-bin-6.6 in the tree, ~amd64 ~x86

-

Update 2007-04-12: cparrot has added ~alpha, ~ppc and ~sparc

-
-
Update 2007-07-23: the ghc-bin tarballs are usable, but the packages will go
-
away.
-
-
-
-

4.3   Add modular libs

-

Ie, only the modular libs from ghc-extralibs meant for GHC 6.6. They should -also be p.masked.

-

Modular libs has been added for:

-
    -
  • dev-haskell/arrows
  • -
  • dev-haskell/cgi
  • -
  • dev-haskell/fgl
  • -
  • dev-haskell/haskell-src
  • -
  • dev-haskell/html
  • -
  • dev-haskell/hunit
  • -
  • dev-haskell/mtl
  • -
  • dev-haskell/network
  • -
  • dev-haskell/quickcheck
  • -
  • dev-haskell/time
  • -
  • dev-haskell/xhtml
  • -
  • dev-haskell/alut
  • -
  • dev-haskell/glut
  • -
  • dev-haskell/openal
  • -
  • dev-haskell/opengl
  • -
-

Still missing for:

-
    -
  • dev-havkell/hgl
  • -
-
-
-

4.4   Add dummy libs

-

The about 15 packages of ghc-extralibs has to be modeled as dummy libs -too. They should be added as ~arch and then be stabilized by the arch teams -asap.

-

The most common libs where added the 11th March, and have been marked as -~arch or stable on 2007-04-02:

-
    -
  • dev-haskell/fgl-5.2
  • -
  • dev-haskell/mtl-1.0
  • -
  • dev-haskell/haskell-src-1.0
  • -
  • dev-haskell/html-1.0
  • -
  • dev-haskell/hunit-1.1
  • -
  • dev-haskell/network-1.0
  • -
  • dev-haskell/quickcheck-1.0
  • -
-

Dummies missing, just as all dummies, they only has to be added if an ebuild -depends on that functionality:

-
    -
  • dev-haskell/alut
  • -
  • dev-haskell/glut
  • -
  • dev-havkell/hgl
  • -
  • dev-haskell/openal
  • -
  • dev-haskell/opengl
  • -
-
-
-

4.5   Start rewrite other libs and apps to use the dummy libs

-

This is only required for applications that can be compiled with GHC 6.6, as -described above.

-

Packages that today are marked as stable and can be compiled with GHC 6.6 -requires that the dummy libraries are marked as stable too. Thus we have to -start rewriting the other packages until the dummys has been marked stable.

-
-
-

4.6   Make new libs use the p.masked modular libs

-

Packages that only compiles with GHC 6.6 can be added to, if p.masked.

-
-
-

4.7   p.unmasking

-
    -
  • update ghc-6.6.1 ebuild in portage from the overlay version
  • -
  • update ghc and cabal eclasses in portage from the overlay versions
  • -
  • merge any changes in the modular libs from the overlay
  • -
  • unmask ghc-6.6.1 and associated modular libs
  • -
  • put combined ghc-6.4.2 and 6.2.2 ebuilds into portage
  • -
  • mask ghc-bin asking people to move to ghc with USE=binary
  • -
  • make all other ebuilds depend on dev-lang/ghc rather than virtual/ghc
  • -
  • remove ghc-bin and the ghc virtual
  • -
- -
-
-
- - rmfile ./projects/GHC-6.6-launch.html hunk ./projects/GHC-6.6-launch.rst 1 -============== -GHC 6.6 Launch -============== - -:Author: Lennart Kolmodin , - Gentoo Haskell Herd -:Updated: 2007-07-23 - -.. sectnum:: - -Due to the restructure of bundled libraries from GHC 6.4 -> 6.6 we've had to -rewrite ebuild dependencies between packages and libraries. While doing this -we have also taken the chance to do some updates we've been ponding on in -the past. - -This document describes some background on what's new in GHC 6.6 and the -plan that has been carefully crafted on how to deal with it. - -We have tried to summarize what the Gentoo Haskell Heard has been up to the -past months (or year...). - -Introduction -============ - -In GHC 6.4 a lot of packages where bundled with the compiler. In GHC 6.6 -this has changed, all but the packages used by the compiler itself are now -available as a separate download. That bundle is called ghc-extralibs. - -This makes the GHC installation much faster, as you only compile the libs -you need. Also, it gives the advantage that when you'd like to update a -library, you only have to recompile exactly that one, instead of recompiling -everything like before. - -We have also merged the dev-lang/ghc-bin package into the dev-lang/ghc -package, which you can get by using ``USE=binary``. The ghc-bin tarball is -used to bootstrap the source ghc compiler, instead of relying on a -preinstalled compiler. - -This can be modeled in Gentoo Linux' package management system, as -we'll see next. - - -The plan -======== - -Each library in the ghc-extralibs will be represented by a separate -package in the tree. Packages that can be compiled with GHC 6.6 (possibly -also GHC 6.4) should depend on the modular libraries. - -To mirror this behavior for GHC 6.4 where the compiler already provides the -libraries, we use dummy libraries as place holders. They will not do or -install anything, but merely exist to depended upon by packages that need -those libraries. The dummy libraries will only depend on the GHC 6.4 -compiler, while the real modular libs will depend on the GHC 6.6 series or -newer. If an application/library is compiled against GHC 6.4 the dummy -libraries will be used, and in the case of GHC 6.6 the modular libraries. -This way it'll be easy to write the ebuilds, just depend on the libraries -you need, regardless of compiler version. - -Note though, packages that cannot be built with GHC 6.6 doesn't gain -anything from depending on the modular libraries, as they are guarantied to -all be dummy libraries. Thus there should be no requirement for those -packages to use the modular libs. - - -Why merge ghc and ghc-bin? -========================== - -It makes dependienceies simpler...:: - - DEPEND="=virtual/ghc-6.4* !>=virtual/ghc-6.6" - - -Assume the user has ghc-bin-6.4.2 which he (or she!) used to compile -ghc-6.4.2, and then one day installs ghc-6.6. The first dependency will be -satisfied by ghc-bin-6.4.2, but it's actually ghc-6.6 that's going to be -used to compile the package! (as ghc has precedence to ghc-bin). The block -makes sure this doesn't happen. - -With ghc only available as one package, you can simply say:: - - DEPEND="=dev-lang/ghc-6.4*" - -Step by step -============ - -The proposed actions of the scheme are listed below. - - -Add GHC 6.6 to the tree ------------------------ - -This was done 7 March. It's p.masked. - -ghc-bin -------- - -Update 2007-03-16: ghc-bin-6.6 in the tree, ~amd64 ~x86 - -Update 2007-04-12: cparrot has added ~alpha, ~ppc and ~sparc - -Update 2007-07-23: the ghc-bin tarballs are usable, but the packages will go - away. - -Add modular libs ----------------- - -Ie, only the modular libs from ghc-extralibs meant for GHC 6.6. They should -also be p.masked. - -Modular libs has been added for: - -* dev-haskell/arrows -* dev-haskell/cgi -* dev-haskell/fgl -* dev-haskell/haskell-src -* dev-haskell/html -* dev-haskell/hunit -* dev-haskell/mtl -* dev-haskell/network -* dev-haskell/quickcheck -* dev-haskell/time -* dev-haskell/xhtml -* dev-haskell/alut -* dev-haskell/glut -* dev-haskell/openal -* dev-haskell/opengl - -Still missing for: - -* dev-havkell/hgl - -Add dummy libs --------------- - -The about 15 packages of ghc-extralibs has to be modeled as dummy libs -too. They should be added as ~arch and then be stabilized by the arch teams -asap. - -The most common libs where added the 11th March, and have been marked as -~arch or stable on 2007-04-02: - -* dev-haskell/fgl-5.2 -* dev-haskell/mtl-1.0 -* dev-haskell/haskell-src-1.0 -* dev-haskell/html-1.0 -* dev-haskell/hunit-1.1 -* dev-haskell/network-1.0 -* dev-haskell/quickcheck-1.0 - -Dummies missing, just as all dummies, they only has to be added if an ebuild -depends on that functionality: - -* dev-haskell/alut -* dev-haskell/glut -* dev-havkell/hgl -* dev-haskell/openal -* dev-haskell/opengl - -Start rewrite other libs and apps to use the dummy libs -------------------------------------------------------- - -This is only required for applications that can be compiled with GHC 6.6, as -described above. - -Packages that today are marked as stable and can be compiled with GHC 6.6 -requires that the dummy libraries are marked as stable too. Thus we have to -start rewriting the other packages until the dummys has been marked stable. - - -Make new libs use the p.masked modular libs -------------------------------------------- - -Packages that only compiles with GHC 6.6 can be added to, if p.masked. - -p.unmasking ------------ - -* update ghc-6.6.1 ebuild in portage from the overlay version -* update ghc and cabal eclasses in portage from the overlay versions -* merge any changes in the modular libs from the overlay -* unmask ghc-6.6.1 and associated modular libs -* put combined ghc-6.4.2 and 6.2.2 ebuilds into portage -* mask ghc-bin asking people to move to ghc with USE=binary -* make all other ebuilds depend on dev-lang/ghc rather than virtual/ghc -* remove ghc-bin and the ghc virtual - -.. - cleaned up conversation from 2007-03-01 - 20:15 < dcoutts_> sure sure - 20:15 < dcoutts_> so we should add dummy packages now - 20:15 < dcoutts_> I think at the same time we should get ghc-6.6 into portage p.masked - 20:16 < dcoutts_> so at least the arch teams will see our plan - 20:16 < dcoutts_> and the necessity to mark the dummy things stable - 20:16 < dcoutts_> and it'll make it easier to test things in the context of portage rather than the overlay - 20:16 < dcoutts_> we could also add new libs p.masked - 20:16 < dcoutts_> whatever - 20:17 < dcoutts_> actually if new libs work with 6.4 they can dep on the modular libs and things should work - 20:17 < dcoutts_> since the dummys will be ~arch for a while - 20:18 < dcoutts_> so they would not need to be p.masked, only things which require 6.6 would need to be p.masked - 20:18 < dcoutts_> like the non-dummy versions of the modular libs - 20:19 < dcoutts_> so lets clarify.. what can we do now without the arch team's involvement? - 20:19 < dcoutts_> 1. we can add the dummy modular libs packages in ~arch - 20:19 < dcoutts_> 2. we can add ghc-6.6 p.masked - 20:19 < dcoutts_> 3. we can add the real modular libs packages in p.mask - 20:20 < dcoutts_> (note: so far no existing packages changed) - 20:21 < dcoutts_> 4. new ~arch versions of libs/progs can dep on the dummy libs - 20:21 < dcoutts_> 5. new p.masked versions of libs/progs can dep on ghc-6.6 and real libs - 20:21 < dcoutts_> then I think we have to wait - 20:21 < dcoutts_> we have to get the dummy libs stable - 20:21 < dcoutts_> and modify existing packages to dep on them - 20:23 < dcoutts_> so once the existing packages are depending on the modular libs, and are all patched up to work with ghc-6.6... - 20:23 < dcoutts_> then we can unmask ghc-6.6 and the other libs depending on it - 20:23 < dcoutts_> how about that? - 20:23 < dcoutts_> so we never need to mark existing packages as on the other hand it takes a bit longer to unmask 6.6 - 20:24 < dcoutts_> the other strategy is to unmask 6.6 earlier but modify existing packages to that's not ideal since people upgrading will then not be able to update their existing packages - 20:24 < dcoutts_> ie we'd break things - 20:25 < dcoutts_> kolmodin, might want to copy it, edit it, and put it in portage as .txt/.html or something - 20:25 < dcoutts_> and revise it as we refine/agree the plan - 20:25 < kolmodin> aye, good idea - 20:25 < dcoutts_> then we can get on with it without having to keep referring to each other about what the plan was :-) rmfile ./projects/GHC-6.6-launch.rst hunk ./projects/GHC-6.6-testing.rst 1 -=============== -GHC 6.6 Testing -=============== - -Due to the restructure of bundled libraries from GHC 6.4 -> 6.6 we've had to -rewrite ebuild dependincies between packages and libraries. - -To ensure that our new scheme works, we need to test it. - -Test cases follow: - -Test 1 -====== - :status: untested - -:: - - < dcoutts_> 1: add the dummy packages to an overlay - < dcoutts_> 2: modify existing packages to use the modular deps - < dcoutts_> 3: test nothing breaks - < dcoutts_> 4: add non-dummy packages and 6.6 - < dcoutts_> 5: upgrade - rmfile ./projects/GHC-6.6-testing.rst hunk ./projects/Makefile 1 - -all : GHC-6.5-failures.html GHC-6.6-failures.html GHC-6.6-launch.html - -%.html : %.rst - rst2html.py $< $@ rmfile ./projects/Makefile hunk ./projects/TODO 1 - -== GHC 6.6 == - -* figure out dependencies for ghc 6.6 - -== Easy == - -* test the src-extralibs ebuilds with ghc-6.5. - -* add blockers to all current ebuilds that don't build with ghc-6.5 - eg haddock-0.7 - -* running /opt/ghc/sbin/ghc-updater having just installed ghc-bin - doesn't find ghc on the path. [should be fixed now, please test] - -== High priority == - -== Ebuild maintainance == - -* get ebuilds marked ~amd64: helium, hs-plugins, hsshellscript, hxt - -* in the ghc ebuilds: does the ghcprof subst work - -== New ebuilds == - -* haxml-1.13.2: update for ghc 6.6 compatability. - -* add new version of happy for ghc6.6. - -* hugs-2006.5 - -* haskelldb: though the current release is very old, perhaps prod them - for a new release. The dev version supports HDBC I believe. - -* crypto-3.0.3, in discussion with upstream about the newbinary dep - crypto will switch to the binary library once it has a bit - layer - -* ldap: fixing build bugs with upstream - -* magic: http://quux.org/devel/magic-haskell - note that debian has ver 1.0.3 but the current tarball is 1.0.1 - -* helium-1.6 (may not work on 64-bit arches) - An ebuild is in the overlay but it needs some more love. - Only tested on x86. - 'hint' works with simple library and with type classes. - The other executables only works with the simple library, type classes - fail with: - Using overloaded Prelude while overloading is not enabled - Hint: Compile with --overloading, or use the simple Prelude - -* darcsweb - -* add yhc and jhc when they are ready - -== Harder == - -* use the new virtuals system for virtual/ghc - -* make use of the libraries profiling stuff (that's in the cabal eclass) for more lib ebuilds - -== Long term & continuing projects == - -* get ghc bugs fixed upstream, send patches - -* help fix & improve cabal: - we need to be able to specify the libdir not just the prefix (lib/lib64) - we'd like a --optimize flag so we don't have to add -O in all .cabal files - -* make sure cabal-get integrates with gentoo/portage - -* improve HackPort tool - -== Speculative == - -* SLOT libs - -* SLOT ghc (probly not possible with current portage) - -* eclectic/haskell-config (related to SLOTting ghc & libs) - -* tool to help sync between portage & darcs overlay - rmfile ./projects/TODO hunk ./projects/build-ghc-bin.sh 1 - -# we must be sure to build the binary package without using any flags -# that would make the binary require a specific cpu model. - -# tuning for pentium4 is probably a reasonable choice for p4s and athlons -export CFLAGS="-O2 -pipe" - -# build with the documentation and enable bootstrapping -export USE="-binary doc ghcbootstrap" - -echo "you may also need to set PORTDIR_OVERLAY=\"\"" -echo "and also ACCEPT_KEYWORDS=\"~\${arch}\"" -echo "running:" -echo " USE=\"${USE}\" CFLAGS=\"${CFLAGS}\" emerge --buildpkgonly =ghc-$1" - -emerge --buildpkgonly =ghc-$1 || exit - -echo "created /usr/portage/packages/dev-lang/ghc-$1.tbz2" -echo "to make the ghc-bin file just move it:" -echo "mv /usr/portage/packages/All/ghc-$1.tbz2 /usr/portage/distfiles/ghc-bin-$1.tbz2" rmfile ./projects/build-ghc-bin.sh hunk ./projects/failure-list 1 -#!/bin/bash - -cd .. - -EBUILDS=$(find . -name \*.ebuild | grep -v _darcs | sed -e "s/\.\\///" | sort) - -RST=projects/GHC-6.6-failures.rst - -PORTAGE=/usr/portage - -YELLOW="\033[33m" -RED="\033[31m" -NORMAL="\033[0m" - -if [[ "$1" == "--help" ]]; then - echo usage: $0 - echo [123] package - echo 1. X means the package is present in $RST, otherwise not present - echo 2. empty means the package is only present in the overlay - echo 2. B means the package is present both in the overlay and in $PORTAGE - echo 2. P means the package is only present in $PORTAGE, not in the ovelay - echo 3. D means the package in the overlay is different from the $PORTAGE version - exit 0 -fi - -# check packages that are in the overlay -for EBUILD in ${EBUILDS}; do - PKG=$(echo "${EBUILD}" | sed -e s/.ebuild// | cut -d '/' -f 1,3) - echo -n "[" - grep --quiet "^${PKG}" "${RST}" - if [[ $? -eq 0 ]]; then - # present in the failure list - echo -n "X" - else - echo -n " " - fi - if [[ -f "${PORTAGE}/${EBUILD}" ]]; then - # exists both in the overlay and portage - echo -n "B" - - #ignore comment lines - T1=$( mktemp ) - T2=$( mktemp ) - - cat "${EBUILD}" > $T1 - cat "${PORTAGE}/${EBUILD}" > $T2 - - sed -e "s/#.*//" -i "${T1}" - sed -e "s/#.*//" -i "${T2}" - - diff -q "${T1}" "${T2}" > /dev/null - if [[ $? -eq 1 ]]; then - # file in overlay and portage differs - echo -n -e "${RED}D${NORMAL}" - else - echo -n " " - fi - rm -f $T1 - rm -f $T2 - else - echo -n " " - fi - echo "] ${PKG}" -done - - -# find packages in cvs that aren't in the overlay -NAMES=$( echo "${EBUILDS}" | cut -d '/' -f 1,2 | uniq | sort ) - -for NAME in ${NAMES}; do - if [[ ! -d "${PORTAGE}/${NAME}" ]]; then - # the packages does not exist in portage - continue - fi - - # find packages in portage - for CVSNAME in $( find "${PORTAGE}/${NAME}" -name "*.ebuild" ); do - SHORT_CVSNAME=$( echo "$CVSNAME" | sed -e "s|${PORTAGE}/||" ) - if [[ -f "${SHORT_CVSNAME}" ]]; then - # file alreay exist in overlay, which means we've already tested it - continue - fi - PKG=$( echo "${SHORT_CVSNAME}" | sed -e s/.ebuild// | cut -d '/' -f 1,3 ) - echo -n "[" - grep --quiet "^${PKG}" "${RST}" - if [[ $? -eq 0 ]]; then - # package present in failure list - echo -n "X" - else - echo -n " " - fi - echo "P ] ${PKG}" - done -done - -# vim: tw=76 ts=2 : rmfile ./projects/failure-list hunk ./projects/testing/README 1 -This directory hierarchy is for tracking testing activities of interest -to the gentoo-haskell team. Feel free to put things here like test suite -runs, test matrices for packages, and so on. We should probably organize -this better, but this is a start. - rmfile ./projects/testing/README hunk ./projects/testing/ghc-6.4.2/alpha-test.log 1 -OVERALL SUMMARY for test run started at Fri May 5 18:36:45 CDT 2006 - 1365 total tests, which gave rise to - 3690 test cases, of which - 0 caused framework failures - 547 were skipped - - 3081 expected passes - 42 expected failures - 0 unexpected passes - 20 unexpected failures - -Unexpected failures: - arith011(opt,prof) - barton-mangler-bug(normal,opt,prof,threaded) - ffi009(normal,opt,prof,threaded) - galois_raytrace(opt,prof) - ioref001(normal,prof,threaded) - joao-circular(normal,opt,prof,threaded) - maessen_hashtab(prof) - - -=====> arith011(opt) -cd ./numeric/should_run && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o arith011 arith011.hs -O >arith011.comp.stderr 2>&1 -Compile failed (status 25344) errors were: - -*** unexpected failure for arith011(opt) - -=====> arith011(prof) -cd ./numeric/should_run && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o arith011 arith011.hs -O -prof -auto-all >arith011.comp.stderr 2>&1 -Compile failed (status 25344) errors were: - -*** unexpected failure for arith011(prof) - -=====> barton-mangler-bug(normal) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o barton-mangler-bug Main >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 11:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Fri May 5 22:25:13 2006 -*************** -*** 28,53 **** - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690943 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 28,53 ---- - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690944 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 280,304 **** - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 280,304 ---- - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(normal) - -=====> barton-mangler-bug(opt) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o barton-mangler-bug Main -O >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 11:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Fri May 5 22:27:57 2006 -*************** -*** 28,53 **** - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690943 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 28,53 ---- - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690944 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 280,304 **** - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 280,304 ---- - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(opt) - -=====> barton-mangler-bug(prof) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o barton-mangler-bug Main -O -prof -auto-all >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug +RTS -p -RTS barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 11:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Fri May 5 22:31:48 2006 -*************** -*** 28,53 **** - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690943 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 28,53 ---- - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690944 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 280,304 **** - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 280,304 ---- - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(prof) - -=====> barton-mangler-bug(threaded) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o barton-mangler-bug Main -threaded >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 11:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Fri May 5 22:33:39 2006 -*************** -*** 28,53 **** - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690943 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 28,53 ---- - 1.0799999e-2 1.2553827 - 1.12e-2 1.294112 - 1.16e-2 1.3320237 -! 1.2e-2 1.3690944 - 1.24e-2 1.4053 - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 280,304 **** - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 280,304 ---- - 0.11159984 1.332009 - 0.11199984 1.3690796 - 0.11239984 1.4052863 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 - 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(threaded) - -=====> ffi009(normal) -cd ./ccall/should_run && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o ffi009 ffi009.hs -fglasgow-exts >ffi009.comp.stderr 2>&1 -Compile failed (status 256) errors were: - -ffi009.hs:9:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun5I :: FunType5I - -> IO (FunPtr FunType5I) - -ffi009.hs:32:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun6D :: FunType6D - -> IO (FunPtr FunType6D) - -ffi009.hs:57:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun11M :: FunType11M - -> IO (FunPtr FunType11M) - -ffi009.hs:92:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM1 :: FunTypeM1 - -> IO (FunPtr FunTypeM1) - -ffi009.hs:128:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM2 :: FunTypeM2 - -> IO (FunPtr FunTypeM2) - -ffi009.hs:164:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM3 :: FunTypeM3 - -> IO (FunPtr FunTypeM3) - -ffi009.hs:200:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM4 :: FunTypeM4 - -> IO (FunPtr FunTypeM4) - -ffi009.hs:236:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM5 :: FunTypeM5 - -> IO (FunPtr FunTypeM5) - -ffi009.hs:272:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM6 :: FunTypeM6 - -> IO (FunPtr FunTypeM6) - -ffi009.hs:308:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM7 :: FunTypeM7 - -> IO (FunPtr FunTypeM7) - -ffi009.hs:344:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM8 :: FunTypeM8 - -> IO (FunPtr FunTypeM8) - -ffi009.hs:380:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM9 :: FunTypeM9 - -> IO (FunPtr FunTypeM9) - -ffi009.hs:416:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM10 :: FunTypeM10 - -> IO (FunPtr FunTypeM10) - -ffi009.hs:452:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM11 :: FunTypeM11 - -> IO (FunPtr FunTypeM11) - -ffi009.hs:488:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM12 :: FunTypeM12 - -> IO (FunPtr FunTypeM12) - -*** unexpected failure for ffi009(normal) - -=====> ffi009(opt) -cd ./ccall/should_run && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o ffi009 ffi009.hs -O -fglasgow-exts >ffi009.comp.stderr 2>&1 -Compile failed (status 256) errors were: - -ffi009.hs:9:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun5I :: FunType5I - -> IO (FunPtr FunType5I) - -ffi009.hs:32:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun6D :: FunType6D - -> IO (FunPtr FunType6D) - -ffi009.hs:57:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun11M :: FunType11M - -> IO (FunPtr FunType11M) - -ffi009.hs:92:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM1 :: FunTypeM1 - -> IO (FunPtr FunTypeM1) - -ffi009.hs:128:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM2 :: FunTypeM2 - -> IO (FunPtr FunTypeM2) - -ffi009.hs:164:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM3 :: FunTypeM3 - -> IO (FunPtr FunTypeM3) - -ffi009.hs:200:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM4 :: FunTypeM4 - -> IO (FunPtr FunTypeM4) - -ffi009.hs:236:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM5 :: FunTypeM5 - -> IO (FunPtr FunTypeM5) - -ffi009.hs:272:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM6 :: FunTypeM6 - -> IO (FunPtr FunTypeM6) - -ffi009.hs:308:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM7 :: FunTypeM7 - -> IO (FunPtr FunTypeM7) - -ffi009.hs:344:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM8 :: FunTypeM8 - -> IO (FunPtr FunTypeM8) - -ffi009.hs:380:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM9 :: FunTypeM9 - -> IO (FunPtr FunTypeM9) - -ffi009.hs:416:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM10 :: FunTypeM10 - -> IO (FunPtr FunTypeM10) - -ffi009.hs:452:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM11 :: FunTypeM11 - -> IO (FunPtr FunTypeM11) - -ffi009.hs:488:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM12 :: FunTypeM12 - -> IO (FunPtr FunTypeM12) - -*** unexpected failure for ffi009(opt) - -=====> ffi009(prof) -cd ./ccall/should_run && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o ffi009 ffi009.hs -O -prof -auto-all -fglasgow-exts >ffi009.comp.stderr 2>&1 -Compile failed (status 256) errors were: - -ffi009.hs:9:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun5I :: FunType5I - -> IO (FunPtr FunType5I) - -ffi009.hs:32:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun6D :: FunType6D - -> IO (FunPtr FunType6D) - -ffi009.hs:57:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun11M :: FunType11M - -> IO (FunPtr FunType11M) - -ffi009.hs:92:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM1 :: FunTypeM1 - -> IO (FunPtr FunTypeM1) - -ffi009.hs:128:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM2 :: FunTypeM2 - -> IO (FunPtr FunTypeM2) - -ffi009.hs:164:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM3 :: FunTypeM3 - -> IO (FunPtr FunTypeM3) - -ffi009.hs:200:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM4 :: FunTypeM4 - -> IO (FunPtr FunTypeM4) - -ffi009.hs:236:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM5 :: FunTypeM5 - -> IO (FunPtr FunTypeM5) - -ffi009.hs:272:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM6 :: FunTypeM6 - -> IO (FunPtr FunTypeM6) - -ffi009.hs:308:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM7 :: FunTypeM7 - -> IO (FunPtr FunTypeM7) - -ffi009.hs:344:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM8 :: FunTypeM8 - -> IO (FunPtr FunTypeM8) - -ffi009.hs:380:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM9 :: FunTypeM9 - -> IO (FunPtr FunTypeM9) - -ffi009.hs:416:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM10 :: FunTypeM10 - -> IO (FunPtr FunTypeM10) - -ffi009.hs:452:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM11 :: FunTypeM11 - -> IO (FunPtr FunTypeM11) - -ffi009.hs:488:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM12 :: FunTypeM12 - -> IO (FunPtr FunTypeM12) - -*** unexpected failure for ffi009(prof) - -=====> ffi009(threaded) -cd ./ccall/should_run && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o ffi009 ffi009.hs -threaded -fglasgow-exts >ffi009.comp.stderr 2>&1 -Compile failed (status 256) errors were: - -ffi009.hs:9:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun5I :: FunType5I - -> IO (FunPtr FunType5I) - -ffi009.hs:32:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun6D :: FunType6D - -> IO (FunPtr FunType6D) - -ffi009.hs:57:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFun11M :: FunType11M - -> IO (FunPtr FunType11M) - -ffi009.hs:92:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM1 :: FunTypeM1 - -> IO (FunPtr FunTypeM1) - -ffi009.hs:128:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM2 :: FunTypeM2 - -> IO (FunPtr FunTypeM2) - -ffi009.hs:164:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM3 :: FunTypeM3 - -> IO (FunPtr FunTypeM3) - -ffi009.hs:200:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM4 :: FunTypeM4 - -> IO (FunPtr FunTypeM4) - -ffi009.hs:236:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM5 :: FunTypeM5 - -> IO (FunPtr FunTypeM5) - -ffi009.hs:272:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM6 :: FunTypeM6 - -> IO (FunPtr FunTypeM6) - -ffi009.hs:308:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM7 :: FunTypeM7 - -> IO (FunPtr FunTypeM7) - -ffi009.hs:344:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM8 :: FunTypeM8 - -> IO (FunPtr FunTypeM8) - -ffi009.hs:380:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM9 :: FunTypeM9 - -> IO (FunPtr FunTypeM9) - -ffi009.hs:416:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM10 :: FunTypeM10 - -> IO (FunPtr FunTypeM10) - -ffi009.hs:452:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM11 :: FunTypeM11 - -> IO (FunPtr FunTypeM11) - -ffi009.hs:488:0: - On Alpha, I can only handle 32 bytes of non-floating-point arguments to foreign export dynamic - When checking declaration: - foreign import ccall safe "wrapper" mkFunM12 :: FunTypeM12 - -> IO (FunPtr FunTypeM12) - -*** unexpected failure for ffi009(threaded) - -=====> galois_raytrace(opt) -cd ./programs/galois_raytrace && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o galois_raytrace Main -O -package parsec >galois_raytrace.comp.stderr 2>&1 -Compile failed (status 25344) errors were: -Chasing modules from: Main -Compiling Primitives ( ./Primitives.hs, ./Primitives.o ) -Compiling Geometry ( ./Geometry.hs, ./Geometry.o ) -Compiling Construct ( ./Construct.hs, ./Construct.o ) -Compiling Interval ( ./Interval.hs, ./Interval.o ) -Compiling Misc ( ./Misc.hs, ./Misc.o ) -Compiling Intersections ( ./Intersections.hs, ./Intersections.o ) -Compiling CSG ( ./CSG.hs, ./CSG.o ) -Compiling Surface ( ./Surface.hs, ./Surface.o ) -Compiling Illumination ( ./Illumination.hs, ./Illumination.o ) - -./Illumination.hs:122:0: - Warning: Pattern match(es) are overlapped - In the definition of `showBitmap': showBitmap _ _ _ = ... -Compiling Data ( ./Data.hs, ./Data.o ) -Compiling Parse ( ./Parse.hs, ./Parse.o ) -Compiling Eval ( ./Eval.hs, ./Eval.o ) - -*** unexpected failure for galois_raytrace(opt) - -=====> galois_raytrace(prof) -cd ./programs/galois_raytrace && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o galois_raytrace Main -O -prof -auto-all -package parsec >galois_raytrace.comp.stderr 2>&1 -Compile failed (status 25344) errors were: -Chasing modules from: Main -Compiling Primitives ( ./Primitives.hs, ./Primitives.o ) -Compiling Geometry ( ./Geometry.hs, ./Geometry.o ) -Compiling Construct ( ./Construct.hs, ./Construct.o ) -Compiling Interval ( ./Interval.hs, ./Interval.o ) -Compiling Misc ( ./Misc.hs, ./Misc.o ) -Compiling Intersections ( ./Intersections.hs, ./Intersections.o ) -Compiling CSG ( ./CSG.hs, ./CSG.o ) -Compiling Surface ( ./Surface.hs, ./Surface.o ) -Compiling Illumination ( ./Illumination.hs, ./Illumination.o ) - -./Illumination.hs:122:0: - Warning: Pattern match(es) are overlapped - In the definition of `showBitmap': showBitmap _ _ _ = ... -Compiling Data ( ./Data.hs, ./Data.o ) -Compiling Parse ( ./Parse.hs, ./Parse.o ) - -*** unexpected failure for galois_raytrace(prof) - - -=====> ioref001(normal) -cd ./lib/IORef && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o ioref001 ioref001.hs +RTS -K32m -RTS >ioref001.comp.stderr 2>&1 -cd ./lib/IORef && ./ioref001 +RTS -K32m -RTS ioref001.run.stdout 2>ioref001.run.stderr -Wrong exit code (expected 0 , actual 99 ) -*** unexpected failure for ioref001(normal) - -=====> ioref001(prof) -cd ./lib/IORef && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o ioref001 ioref001.hs -O -prof -auto-all +RTS -K32m -RTS >ioref001.comp.stderr 2>&1 -cd ./lib/IORef && ./ioref001 +RTS -K32m -RTS +RTS -p -RTS ioref001.run.stdout 2>ioref001.run.stderr -Wrong exit code (expected 0 , actual 99 ) -*** unexpected failure for ioref001(prof) - -=====> ioref001(threaded) -cd ./lib/IORef && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux -o ioref001 ioref001.hs -threaded +RTS -K32m -RTS >ioref001.comp.stderr 2>&1 -cd ./lib/IORef && ./ioref001 +RTS -K32m -RTS ioref001.run.stdout 2>ioref001.run.stderr -Wrong exit code (expected 0 , actual 99 ) -*** unexpected failure for ioref001(threaded) - -=====> joao-circular(normal) -cd ./programs/joao-circular && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o joao-circular Main -O >joao-circular.comp.stderr 2>&1 -Compile failed (status 25344) errors were: -Chasing modules from: Main -Compiling Funcs_Lexer ( ./Funcs_Lexer.hs, ./Funcs_Lexer.o ) -Compiling LrcPrelude ( ./LrcPrelude.hs, ./LrcPrelude.o ) -Compiling Data_Lazy ( ./Data_Lazy.hs, ./Data_Lazy.o ) -Compiling Funcs_Parser_Lazy ( ./Funcs_Parser_Lazy.hs, ./Funcs_Parser_Lazy.o ) - -*** unexpected failure for joao-circular(normal) - -=====> joao-circular(opt) -cd ./programs/joao-circular && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o joao-circular Main -O -O >joao-circular.comp.stderr 2>&1 -Compile failed (status 25344) errors were: -Chasing modules from: Main -Compiling Funcs_Lexer ( ./Funcs_Lexer.hs, ./Funcs_Lexer.o ) -Compiling LrcPrelude ( ./LrcPrelude.hs, ./LrcPrelude.o ) -Compiling Data_Lazy ( ./Data_Lazy.hs, ./Data_Lazy.o ) -Compiling Funcs_Parser_Lazy ( ./Funcs_Parser_Lazy.hs, ./Funcs_Parser_Lazy.o ) - -*** unexpected failure for joao-circular(opt) - -=====> joao-circular(prof) -cd ./programs/joao-circular && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o joao-circular Main -O -prof -auto-all -O >joao-circular.comp.stderr 2>&1 -Compile failed (status 25344) errors were: -Chasing modules from: Main -Compiling Funcs_Lexer ( ./Funcs_Lexer.hs, ./Funcs_Lexer.o ) -Compiling LrcPrelude ( ./LrcPrelude.hs, ./LrcPrelude.o ) -Compiling Data_Lazy ( ./Data_Lazy.hs, ./Data_Lazy.o ) - -*** unexpected failure for joao-circular(prof) -=====> joao-circular(threaded) -cd ./programs/joao-circular && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o joao-circular Main -threaded -O >joao-circular.comp.stderr 2>&1 -Compile failed (status 25344) errors were: -Chasing modules from: Main -Compiling Funcs_Lexer ( ./Funcs_Lexer.hs, ./Funcs_Lexer.o ) -Compiling LrcPrelude ( ./LrcPrelude.hs, ./LrcPrelude.o ) -Compiling Data_Lazy ( ./Data_Lazy.hs, ./Data_Lazy.o ) -Compiling Funcs_Parser_Lazy ( ./Funcs_Parser_Lazy.hs, ./Funcs_Parser_Lazy.o ) - -*** unexpected failure for joao-circular(threaded) - - -=====> maessen_hashtab(prof) -cd ./programs/maessen-hashtab && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dalpha_unknown_linux --make -o maessen_hashtab HashTest -O -prof -auto-all -cpp >maessen_hashtab.comp.stderr 2>&1 -cd ./programs/maessen-hashtab && ./maessen_hashtab 99999 +RTS -p -RTS maessen_hashtab.run.stdout 2>maessen_hashtab.run.stderr -Wrong exit code (expected 0 , actual 99 ) -*** unexpected failure for maessen_hashtab(prof) rmfile ./projects/testing/ghc-6.4.2/alpha-test.log hunk ./projects/testing/ghc-6.4.2/ia64-test.log 1 -OVERALL SUMMARY for test run started at Fri May 5 11:07:48 UTC 2006 - 674 total tests, which gave rise to - 2280 test cases, of which - 19 caused framework failures - 297 were skipped - - 1747 expected passes - 38 expected failures - 0 unexpected passes - 148 unexpected failures - -Unexpected failures: - Chan001(ghci) - MVar001(ghci) - QSem001(ghci) - QSemN001(ghci) - SampleVar001(ghci) - andre_monad(ghci) - andy_cherry(ghci) - arith008(prof) - arith012(normal) - arr004(threaded) - arr015(ghci) - arr016(ghci) - arrowrun001(ghci) - arrowrun002(ghci) - arrowrun003(ghci) - arrowrun004(ghci) - barton-mangler-bug(normal,opt,prof,ghci,threaded) - bits(ghci) - cc007(normal,opt,prof) - cg003(ghci) - cg007(ghci) - cholewo-eval(opt,ghci) - conc049(ghci) - cvh_unboxing(ghci) - datatype(ghci) - diffArray001(ghci) - drvrun002(ghci) - drvrun003(ghci) - drvrun004(ghci) - drvrun005(ghci) - dsrun003(ghci) - dsrun006(ghci) - echo001(opt,threaded) - enum01(opt,threaded) - enum02(opt) - enum03(threaded) - exceptions001(ghci) - exceptions002(ghci) - fast2haskell(ghci) - fed001(ghci) - ffi003(ghci) - ffi004(ghci) - ffi006(normal,opt,prof,ghci,threaded) - ffi007(ghci) - ffi008(ghci) - ffi009(normal,opt,prof,ghci,threaded) - ffi010(ghci) - ffi011(ghci) - ffi013(ghci) - ffi014(threaded) - ffi015(prof) - foldTree(ghci) - freeNames(ghci) - galois_raytrace(ghci) - genUpTo(ghci) - geq(ghci) - getC(prof,ghci) - ghci001(ghci) - ghci006(ghci) - ghciprog004(normal) - gmapQ-assoc(prof,ghci) - gshow2(opt) - gzip(ghci) - hlist(ghci) - hopat(ghci) - ioref001(normal,prof,ghci,threaded) - joao-circular(normal,opt,prof,ghci,threaded) - jq_readsPrec(ghci) - jtod_circint(ghci) - jules_xref(opt,ghci) - jules_xref2(ghci) - labels(ghci) - life_space_leak(ghci) - list001(normal) - mdo001(normal) - memo001(ghci) - memo002(ghci) - nested-datatypes(ghci) - net001(ghci) - net002(ghci) - num003(ghci) - num005(normal) - num006(normal) - paradise(ghci) - performGC001(ghci) - perm(ghci) - prog001(ghci) - prog002(ghci) - prog003(ghci) - prog006(ghci) - record_upd(ghci) - regex001(threaded) - reify(ghci) - seward-space-leak(ghci) - stableptr005(ghci) - strict_anns(ghci) - strings(ghci) - tcrun004(ghci) - tcrun005(ghci) - tcrun006(ghci) - tcrun007(ghci) - tcrun008(ghci) - tcrun010(ghci) - tcrun011(ghci) - tcrun014(ghci) - tcrun015(ghci) - tcrun016(ghci) - tcrun018(ghci) - tcrun020(ghci) - tcrun021(ghci) - text001(ghci) - thurston-modular-arith(ghci) - timeexts001(ghci) - tree(ghci) - twin(ghci) - typecase1(ghci) - typecase2(ghci) - typecheck.testeq1(ghci) - uri001(ghci) - where(ghci) - xmlish(ghci) rmfile ./projects/testing/ghc-6.4.2/ia64-test.log hunk ./projects/testing/ghc-6.4.2/ppc64-test.log 1 -OVERALL SUMMARY for test run started at Tue May 9 15:38:07 PDT 2006 - 1365 total tests, which gave rise to - 3690 test cases, of which - 0 caused framework failures - 547 were skipped - - 3089 expected passes - 42 expected failures - 0 unexpected passes - 12 unexpected failures - -Unexpected failures: - barton-mangler-bug(normal,opt,prof,threaded) - fun_insts(opt,prof) - galois_raytrace(opt,prof) - process003(normal,opt,prof,threaded) - -=====> barton-mangler-bug(normal) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o barton-mangler-bug Main >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 09:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Tue May 9 16:50:41 2006 -*************** -*** 33,53 **** - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 33,53 ---- - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 279,304 **** - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 279,304 ---- - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052862 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 -! 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 -! 0.8356118 1.5716573 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(normal) - -=====> barton-mangler-bug(opt) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o barton-mangler-bug Main -O >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 09:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Tue May 9 16:51:20 2006 -*************** -*** 33,53 **** - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 33,53 ---- - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 279,304 **** - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 279,304 ---- - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052862 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 -! 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 -! 0.8356118 1.5716573 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3050,3069 **** - 4.3599725 1.3337889 - 4.3679724 1.2004573 - 4.3759723 1.0671258 -! 4.383972 0.933794 - 4.391972 0.8004625 - 4.399972 0.66713095 -! 4.407972 0.5337994 - 4.4159718 0.40046763 - 4.4239717 0.2671361 -! 4.4319715 0.13380456 -! 4.4399714 4.7278404e-4 - 4.4479713 -0.13285875 -! 4.4559712 -0.26619053 -! 4.463971 -0.39952183 - 4.471971 -0.5328536 -! 4.479971 -0.6661854 -! 4.487971 -0.7995167 - 4.4959707 -0.93284845 - 4.5039706 -1.0130347 - 4.5119705 -1.0388085 ---- 3050,3069 ---- - 4.3599725 1.3337889 - 4.3679724 1.2004573 - 4.3759723 1.0671258 -! 4.383972 0.93379414 - 4.391972 0.8004625 - 4.399972 0.66713095 -! 4.407972 0.5337993 - 4.4159718 0.40046763 - 4.4239717 0.2671361 -! 4.4319715 0.13380444 -! 4.4399714 4.7290325e-4 - 4.4479713 -0.13285875 -! 4.4559712 -0.26619035 -! 4.463971 -0.399522 - 4.471971 -0.5328536 -! 4.479971 -0.6661852 -! 4.487971 -0.7995168 - 4.4959707 -0.93284845 - 4.5039706 -1.0130347 - 4.5119705 -1.0388085 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4300,4320 **** - 14.360223 1.3296165 - 14.368223 1.1962771 - 14.376224 1.0629375 -! 14.384224 0.92959785 - 14.392224 0.79625845 - 14.400225 0.6629188 -! 14.408225 0.5295794 - 14.416225 0.39623976 -! 14.424226 0.2629001 -! 14.432226 0.12956071 - 14.440227 -3.7789345e-3 -! 14.448227 -0.13711834 -! 14.456227 -0.27045822 - 14.464228 -0.40379763 -! 14.472228 -0.53713703 -! 14.480228 -0.6704769 - 14.488229 -0.8038163 -! 14.496229 -0.9371557 - 14.50423 -1.0138799 - 14.51223 -1.0396309 - 14.52023 -1.0644922 ---- 4300,4320 ---- - 14.360223 1.3296165 - 14.368223 1.1962771 - 14.376224 1.0629375 -! 14.384224 0.929598 - 14.392224 0.79625845 - 14.400225 0.6629188 -! 14.408225 0.5295793 - 14.416225 0.39623976 -! 14.424226 0.26290023 -! 14.432226 0.12956059 - 14.440227 -3.7789345e-3 -! 14.448227 -0.13711852 -! 14.456227 -0.27045804 - 14.464228 -0.40379763 -! 14.472228 -0.53713715 -! 14.480228 -0.67047673 - 14.488229 -0.8038163 -! 14.496229 -0.93715584 - 14.50423 -1.0138799 - 14.51223 -1.0396309 - 14.52023 -1.0644922 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(opt) - -=====> barton-mangler-bug(prof) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o barton-mangler-bug Main -O -prof -auto-all >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug +RTS -p -RTS barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 09:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Tue May 9 16:52:11 2006 -*************** -*** 33,53 **** - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 33,53 ---- - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 279,304 **** - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 279,304 ---- - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052862 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 -! 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 -! 0.8356118 1.5716573 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(prof) - -=====> barton-mangler-bug(threaded) -cd ./programs/barton-mangler-bug && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o barton-mangler-bug Main -threaded >barton-mangler-bug.comp.stderr 2>&1 -cd ./programs/barton-mangler-bug && ./barton-mangler-bug barton-mangler-bug.run.stdout 2>barton-mangler-bug.run.stderr -Actual stdout output differs from expected: -*** ./programs/barton-mangler-bug/barton-mangler-bug.stdout Wed Jul 11 09:06:23 2001 ---- ./programs/barton-mangler-bug/barton-mangler-bug.run.stdout Tue May 9 16:52:38 2006 -*************** -*** 33,53 **** - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410266 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.6031342 -! 1.5200002e-2 1.6326787 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150536 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.7876829 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.885981 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 ---- 33,53 ---- - 1.2800001e-2 1.4406182 - 1.3200001e-2 1.4750264 - 1.3600001e-2 1.5085028 -! 1.4000001e-2 1.5410267 - 1.4400002e-2 1.572577 -! 1.4800002e-2 1.603134 -! 1.5200002e-2 1.6326786 - 1.5600002e-2 1.661192 - 1.6000003e-2 1.6886561 -! 1.6400002e-2 1.7150534 - 1.6800001e-2 1.7403677 - 1.72e-2 1.7645825 -! 1.76e-2 1.787683 - 1.8e-2 1.8096541 - 1.8399999e-2 1.8304824 - 1.8799998e-2 1.8501544 - 1.9199997e-2 1.8686578 -! 1.9599997e-2 1.8859811 - 1.9999996e-2 1.902113 - 2.0399995e-2 1.9170434 - 2.0799994e-2 1.9307631 -*************** -*** 74,80 **** - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.8859819 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 ---- 74,80 ---- - 2.919998e-2 1.930764 - 2.959998e-2 1.9170443 - 2.9999979e-2 1.9021138 -! 3.0399978e-2 1.885982 - 3.0799977e-2 1.8686588 - 3.1199977e-2 1.8501555 - 3.1599976e-2 1.8304834 -*************** -*** 83,95 **** - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886578 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085055 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 ---- 83,95 ---- - 3.2799974e-2 1.7645838 - 3.3199973e-2 1.7403691 - 3.3599973e-2 1.715055 -! 3.3999972e-2 1.6886576 - 3.439997e-2 1.6611936 - 3.479997e-2 1.6326804 - 3.519997e-2 1.6031361 - 3.559997e-2 1.5725791 - 3.599997e-2 1.541029 -! 3.6399968e-2 1.5085053 - 3.6799967e-2 1.4750288 - 3.7199967e-2 1.4406208 - 3.7599966e-2 1.4053029 -*************** -*** 101,113 **** - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503532 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.7827521 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 ---- 101,113 ---- - 3.999996e-2 1.1755743 - 4.039996e-2 1.1345419 - 4.079996e-2 1.0927929 -! 4.119996e-2 1.0503533 - 4.159996e-2 1.0072505 - 4.199996e-2 0.9635117 - 4.2399958e-2 0.9191643 - 4.2799957e-2 0.87423635 - 4.3199956e-2 0.82875574 -! 4.3599956e-2 0.78275216 - 4.3999955e-2 0.7362541 - 4.4399954e-2 0.68929106 - 4.4799954e-2 0.6418926 -*************** -*** 141,147 **** - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.87422425 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 ---- 141,147 ---- - 5.5999935e-2 -0.7362416 - 5.6399934e-2 -0.7827402 - 5.6799933e-2 -0.82874393 -! 5.7199933e-2 -0.8742242 - 5.7599932e-2 -0.9191523 - 5.799993e-2 -0.9634999 - 5.839993e-2 -1.0072393 -*************** -*** 157,163 **** - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084965 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 ---- 157,163 ---- - 6.2399924e-2 -1.4052932 - 6.279992e-2 -1.4406117 - 6.319992e-2 -1.4750199 -! 6.359992e-2 -1.5084966 - 6.399992e-2 -1.5410206 - 6.439992e-2 -1.5725712 - 6.479992e-2 -1.6031283 -*************** -*** 213,219 **** - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410352 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 ---- 213,219 ---- - 8.4799886e-2 -1.6326867 - 8.5199885e-2 -1.6031425 - 8.5599884e-2 -1.5725858 -! 8.599988e-2 -1.5410353 - 8.639988e-2 -1.5085119 - 8.679988e-2 -1.4750358 - 8.719988e-2 -1.4406279 -*************** -*** 233,242 **** - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.73626417 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.59409815 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 ---- 233,242 ---- - 9.279987e-2 -0.87424564 - 9.319987e-2 -0.8287656 - 9.359987e-2 -0.78276205 -! 9.399987e-2 -0.7362641 - 9.439987e-2 -0.6893012 - 9.479987e-2 -0.64190197 -! 9.519987e-2 -0.5940982 - 9.559987e-2 -0.5459192 - 9.599987e-2 -0.49739534 - 9.6399866e-2 -0.44855735 -*************** -*** 279,304 **** - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052863 -! 0.11279984 1.4406046 -! 0.11319984 1.475013 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326667 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876737 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021064 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 ---- 279,304 ---- - 0.11119984 1.294097 - 0.11159984 1.332009 - 0.11199984 1.3690796 -! 0.11239984 1.4052862 -! 0.11279984 1.4406047 -! 0.11319984 1.4750131 - 0.11359984 1.5084898 - 0.113999836 1.5410138 - 0.114399835 1.5725645 - 0.114799835 1.6031219 -! 0.115199834 1.6326668 - 0.11559983 1.6611804 - 0.11599983 1.6886448 - 0.11639983 1.7150426 - 0.11679983 1.7403576 - 0.11719983 1.7645729 -! 0.11759983 1.7876736 - 0.11799983 1.8096453 - 0.11839983 1.8304739 - 0.11879983 1.8501464 - 0.11919983 1.8686503 - 0.11959983 1.8859739 -! 0.119999826 1.9021063 - 0.120399825 1.9170374 - 0.120799825 1.9307575 - 0.121199824 1.9432585 -*************** -*** 325,347 **** - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.868661 -! 0.13119993 1.8501575 - 0.13159993 1.8304853 -! 0.13199994 1.8096569 - 0.13239995 1.7876855 -! 0.13279995 1.7645848 - 0.13319996 1.7403696 -! 0.13359997 1.7150551 -! 0.13399997 1.6886573 -! 0.13439998 1.6611929 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725766 - 0.136 1.5410256 -! 0.13640001 1.5085014 -! 0.13680002 1.4750243 -! 0.13720003 1.4406155 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 ---- 325,347 ---- - 0.1295999 1.9170468 - 0.1299999 1.9021163 - 0.13039991 1.8859843 -! 0.13079992 1.8686612 -! 0.13119993 1.8501576 - 0.13159993 1.8304853 -! 0.13199994 1.809657 - 0.13239995 1.7876855 -! 0.13279995 1.7645849 - 0.13319996 1.7403696 -! 0.13359997 1.715055 -! 0.13399997 1.6886572 -! 0.13439998 1.6611928 - 0.13479999 1.6326791 - 0.1352 1.6031342 -! 0.1356 1.5725765 - 0.136 1.5410256 -! 0.13640001 1.5085013 -! 0.13680002 1.4750242 -! 0.13720003 1.4406154 - 0.13760003 1.4052968 - 0.13800004 1.3690904 - 0.13840005 1.3320193 -*************** -*** 403,419 **** - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691365 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085428 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726155 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.688691 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 ---- 403,419 ---- - 0.16080043 -1.2554245 - 0.16120043 -1.2941549 - 0.16160044 -1.3320663 -! 0.16200045 -1.3691363 - 0.16240045 -1.4053416 - 0.16280046 -1.4406593 - 0.16320047 -1.4750669 -! 0.16360047 -1.5085429 - 0.16400048 -1.5410659 -! 0.16440049 -1.5726156 - 0.1648005 -1.6031718 - 0.1652005 -1.6327156 - 0.16560051 -1.661228 -! 0.16600052 -1.6886911 - 0.16640052 -1.7150875 - 0.16680053 -1.7404007 - 0.16720054 -1.7646145 -*************** -*** 423,429 **** - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021357 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 ---- 423,429 ---- - 0.16880056 -1.8501815 - 0.16920057 -1.8686836 - 0.16960058 -1.8860053 -! 0.17000058 -1.9021358 - 0.17040059 -1.9170648 - 0.1708006 -1.9307829 - 0.1712006 -1.9432814 -*************** -*** 450,468 **** - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686235 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645352 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.661133 -! 0.18480083 -1.6326171 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725102 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 ---- 450,468 ---- - 0.17960075 -1.9170167 - 0.18000075 -1.9020836 - 0.18040076 -1.8859491 -! 0.18080077 -1.8686234 - 0.18120077 -1.8501174 - 0.18160078 -1.8304428 - 0.18200079 -1.8096119 - 0.1824008 -1.7876381 -! 0.1828008 -1.7645351 - 0.1832008 -1.7403166 - 0.18360081 -1.7149998 - 0.18400082 -1.6885997 -! 0.18440083 -1.6611329 -! 0.18480083 -1.632617 - 0.18520084 -1.6030699 -! 0.18560085 -1.5725101 - 0.18600085 -1.5409572 - 0.18640086 -1.5084308 - 0.18680087 -1.4749517 -*************** -*** 518,524 **** - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.9636437 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 ---- 518,524 ---- - 0.2068012 0.8288906 - 0.20720121 0.8743701 - 0.20760122 0.9192972 -! 0.20800123 0.96364367 - 0.20840123 1.0073816 - 0.20880124 1.050483 - 0.20920125 1.092921 -*************** -*** 532,547 **** - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.5086122 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151428 - 0.21680138 1.7404536 -! 0.21720138 1.7646651 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 ---- 532,547 ---- - 0.2124013 1.4054167 - 0.2128013 1.4407325 - 0.21320131 1.4751382 -! 0.21360132 1.508612 - 0.21400133 1.5411332 - 0.21440133 1.5726807 - 0.21480134 1.603235 - 0.21520135 1.6327765 - 0.21560135 1.6612867 - 0.21600136 1.6887486 -! 0.21640137 1.7151427 - 0.21680138 1.7404536 -! 0.21720138 1.764665 - 0.21760139 1.7877619 - 0.2180014 1.8097295 - 0.2184014 1.830554 -*************** -*** 571,594 **** - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307109 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500766 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885431 -! 0.23440167 1.6610742 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.5724449 -! 0.2360017 1.5408899 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 ---- 571,594 ---- - 0.22800156 1.9645373 - 0.22840157 1.954494 - 0.22880158 1.9432161 -! 0.22920159 1.9307108 - 0.22960159 1.9169861 - 0.2300016 1.9020505 - 0.2304016 1.8859134 - 0.23080161 1.8685851 -! 0.23120162 1.8500767 - 0.23160163 1.8303995 - 0.23200163 1.8095663 - 0.23240164 1.7875899 - 0.23280165 1.7644845 - 0.23320165 1.7402647 - 0.23360166 1.7149456 -! 0.23400167 1.6885432 -! 0.23440167 1.6610743 - 0.23480168 1.6325561 - 0.23520169 1.6030068 -! 0.2356017 1.572445 -! 0.2360017 1.54089 - 0.2364017 1.5083616 - 0.23680171 1.4748805 - 0.23720172 1.4404678 -*************** -*** 637,643 **** - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.6895266 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 ---- 637,643 ---- - 0.254402 -0.5461483 - 0.25480202 -0.59432656 - 0.25520203 -0.64212936 -! 0.25560203 -0.68952656 - 0.25600204 -0.7364883 - 0.25640205 -0.7829848 - 0.25680205 -0.8289867 -*************** -*** 655,680 **** - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408057 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086814 -! 0.26400217 -1.5412004 -! 0.26440218 -1.5727459 -! 0.2648022 -1.6032981 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888062 -! 0.2664022 -1.715198 -! 0.26680222 -1.7405065 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097752 -! 0.26840225 -1.8305973 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687601 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022021 -! 0.27040228 -1.917126 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 ---- 655,680 ---- - 0.26160213 -1.3322238 - 0.26200214 -1.3692902 - 0.26240215 -1.4054918 -! 0.26280215 -1.4408058 - 0.26320216 -1.4752095 -! 0.26360217 -1.5086815 -! 0.26400217 -1.5412005 -! 0.26440218 -1.572746 -! 0.2648022 -1.6032982 - 0.2652022 -1.6328397 - 0.2656022 -1.6613476 -! 0.2660022 -1.6888063 -! 0.2664022 -1.7151982 -! 0.26680222 -1.7405066 - 0.26720223 -1.7647157 - 0.26760224 -1.7878101 -! 0.26800224 -1.8097754 -! 0.26840225 -1.8305974 - 0.26880226 -1.8502631 -! 0.26920226 -1.8687602 - 0.26960227 -1.8860768 -! 0.27000228 -1.9022022 -! 0.27040228 -1.9171259 - 0.2708023 -1.930839 - 0.2712023 -1.9433322 - 0.2716023 -1.9545981 -*************** -*** 698,719 **** - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020178 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685476 -! 0.28120247 -1.8500365 -! 0.28160247 -1.830357 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148912 -! 0.2840025 -1.6884866 - 0.28440252 -1.6610154 -! 0.28480253 -1.6324952 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408226 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 ---- 698,719 ---- - 0.27880242 -1.9431912 - 0.27920243 -1.9306833 - 0.27960244 -1.916956 -! 0.28000244 -1.9020177 - 0.28040245 -1.8858782 -! 0.28080246 -1.8685474 -! 0.28120247 -1.8500364 -! 0.28160247 -1.8303568 - 0.28200248 -1.8095212 - 0.2824025 -1.7875426 - 0.2828025 -1.7644348 - 0.2832025 -1.7402126 -! 0.2836025 -1.7148911 -! 0.2840025 -1.6884865 - 0.28440252 -1.6610154 -! 0.28480253 -1.632495 - 0.28520253 -1.6029437 - 0.28560254 -1.5723797 -! 0.28600255 -1.5408225 - 0.28640255 -1.5082922 - 0.28680256 -1.4748092 - 0.28720257 -1.4403919 -*************** -*** 723,729 **** - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753024 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 ---- 723,729 ---- - 0.2888026 -1.293861 - 0.2892026 -1.2551259 - 0.2896026 -1.215598 -! 0.2900026 -1.1753023 - 0.29040262 -1.1342642 - 0.29080263 -1.0925097 - 0.29120263 -1.0500652 -*************** -*** 767,773 **** - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.9194847 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 ---- 767,773 ---- - 0.3064029 0.7830819 - 0.3068029 0.8290828 - 0.3072029 0.87455994 -! 0.3076029 0.91948473 - 0.30800292 0.9638287 - 0.30840293 1.0075638 - 0.30880293 1.0506626 -*************** -*** 780,791 **** - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408816 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033634 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 ---- 780,791 ---- - 0.31160298 1.3323053 - 0.312003 1.36937 - 0.312403 1.4055697 -! 0.312803 1.4408815 - 0.313203 1.4752833 - 0.313603 1.5087532 - 0.31400302 1.5412701 - 0.31440303 1.5728135 -! 0.31480303 1.6033635 - 0.31520304 1.6329006 - 0.31560305 1.6614064 - 0.31600305 1.6888628 -*************** -*** 824,842 **** - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.8858432 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874936 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028782 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 ---- 824,842 ---- - 0.32920328 1.9306557 - 0.32960328 1.9169259 - 0.3300033 1.9019852 -! 0.3304033 1.885843 - 0.3308033 1.8685085 - 0.3312033 1.8499949 - 0.33160332 1.8303128 - 0.33200333 1.8094747 -! 0.33240333 1.7874935 - 0.33280334 1.7643833 - 0.33320335 1.7401587 - 0.33360335 1.7148349 - 0.33400336 1.6884279 - 0.33440337 1.6609545 - 0.33480337 1.632432 -! 0.33520338 1.6028783 - 0.3356034 1.5723121 - 0.3360034 1.5407529 - 0.3364034 1.5082204 -*************** -*** 905,923 **** - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409548 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088226 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329616 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879047 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 ---- 905,923 ---- - 0.36160383 -1.3323841 - 0.36200383 -1.369447 - 0.36240384 -1.4056448 -! 0.36280385 -1.4409547 - 0.36320385 -1.4753546 -! 0.36360386 -1.5088224 - 0.36400387 -1.5413374 - 0.36440387 -1.5728787 - 0.36480388 -1.6034266 -! 0.3652039 -1.6329615 - 0.3656039 -1.6614652 - 0.3660039 -1.6889193 - 0.3664039 -1.7153066 - 0.3668039 -1.7406105 - 0.36720392 -1.764815 -! 0.36760393 -1.7879046 - 0.36800393 -1.8098651 - 0.36840394 -1.8306823 - 0.36880395 -1.8503432 -*************** -*** 948,961 **** - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019513 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094296 -! 0.38240418 -1.7874461 -! 0.3828042 -1.7643336 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 ---- 948,961 ---- - 0.37880412 -1.9431403 - 0.37920412 -1.9306272 - 0.37960413 -1.9168947 -! 0.38000414 -1.9019514 - 0.38040414 -1.8858067 - 0.38080415 -1.8684709 - 0.38120416 -1.8499548 - 0.38160416 -1.8302703 -! 0.38200417 -1.8094298 -! 0.38240418 -1.7874463 -! 0.3828042 -1.7643337 - 0.3832042 -1.7401067 - 0.3836042 -1.7147806 - 0.3840042 -1.6883714 -*************** -*** 963,972 **** - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406855 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402454 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 ---- 963,972 ---- - 0.38480422 -1.632371 - 0.38520423 -1.6028152 - 0.38560423 -1.5722469 -! 0.38600424 -1.5406857 - 0.38640425 -1.508151 - 0.38680425 -1.474664 -! 0.38720426 -1.4402455 - 0.38760427 -1.4049171 - 0.38800427 -1.3687015 - 0.38840428 -1.3316213 -*************** -*** 1031,1054 **** - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.4754258 - 0.4136047 1.5088918 -! 0.4140047 1.5414046 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889758 -! 0.41640475 1.7153609 -! 0.41680476 1.7406625 - 0.41720477 1.7648647 -! 0.41760477 1.787952 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861834 -! 0.4200048 1.9023011 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 ---- 1031,1054 ---- - 0.41200468 1.3695239 - 0.4124047 1.4057199 - 0.4128047 1.441028 -! 0.4132047 1.475426 - 0.4136047 1.5088918 -! 0.4140047 1.5414047 - 0.41440472 1.5729439 - 0.41480473 1.6034896 - 0.41520473 1.6330225 - 0.41560474 1.6615239 -! 0.41600475 1.6889759 -! 0.41640475 1.715361 -! 0.41680476 1.7406626 - 0.41720477 1.7648647 -! 0.41760477 1.7879521 - 0.41800478 1.80991 - 0.4184048 1.8307248 - 0.4188048 1.8503847 - 0.4192048 1.8688743 -! 0.4196048 1.8861835 -! 0.4200048 1.9023012 - 0.42040482 1.9172173 - 0.42080483 1.9309224 - 0.42120484 1.9434079 -*************** -*** 1075,1081 **** - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684332 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 ---- 1075,1081 ---- - 0.42960498 1.9168645 - 0.43000498 1.9019186 - 0.430405 1.8857715 -! 0.430805 1.8684331 - 0.431205 1.8499147 - 0.431605 1.8302277 - 0.43200502 1.8093847 -*************** -*** 1083,1097 **** - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883148 -! 0.43440506 1.6608369 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721817 -! 0.4360051 1.5406183 -! 0.4364051 1.5080818 -! 0.4368051 1.4745927 -! 0.4372051 1.4401722 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 ---- 1083,1097 ---- - 0.43280503 1.7642839 - 0.43320504 1.7400546 - 0.43360505 1.7147262 -! 0.43400505 1.6883147 -! 0.43440506 1.6608368 - 0.43480507 1.6323099 - 0.43520507 1.602752 -! 0.43560508 1.5721816 -! 0.4360051 1.5406182 -! 0.4364051 1.5080817 -! 0.4368051 1.4745926 -! 0.4372051 1.4401721 - 0.4376051 1.404842 - 0.43800512 1.3686246 - 0.43840513 1.3315425 -*************** -*** 1145,1151 **** - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509354 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 ---- 1145,1151 ---- - 0.45760545 -0.9197693 - 0.45800546 -0.9641095 - 0.45840546 -1.0078408 -! 0.45880547 -1.0509353 - 0.45920548 -1.0933661 - 0.4596055 -1.1351063 - 0.4600055 -1.1761296 -*************** -*** 1154,1169 **** - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057977 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754996 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890345 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 ---- 1154,1169 ---- - 0.4612055 -1.2946405 - 0.46160552 -1.3325415 - 0.46200553 -1.3696008 -! 0.46240553 -1.4057976 - 0.46280554 -1.4411038 -! 0.46320555 -1.4754997 - 0.46360555 -1.5089636 - 0.46400556 -1.5414743 - 0.46440557 -1.5730115 - 0.46480557 -1.603555 - 0.46520558 -1.6330856 - 0.4656056 -1.6615847 -! 0.4660056 -1.6890343 - 0.4664056 -1.7154171 - 0.4668056 -1.7407163 - 0.4672056 -1.7649161 -*************** -*** 1207,1213 **** - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.714672 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 ---- 1207,1213 ---- - 0.48240587 -1.7873515 - 0.48280588 -1.7642342 - 0.48320588 -1.7400026 -! 0.4836059 -1.7146719 - 0.4840059 -1.6882582 - 0.4844059 -1.6607759 - 0.4848059 -1.6322467 -*************** -*** 1224,1230 **** - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339134 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 ---- 1224,1230 ---- - 0.489206 -1.2547941 - 0.489606 -1.2152597 - 0.490006 -1.1749576 -! 0.490406 -1.1339133 - 0.490806 -1.0921528 - 0.49120602 -1.0497025 - 0.49160603 -1.0065892 -*************** -*** 1280,1301 **** - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411718 -! 0.51320636 1.4755684 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331422 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.764964 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308114 -! 0.51880646 1.8504634 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 ---- 1280,1301 ---- - 0.51160634 1.3326203 - 0.51200634 1.3696749 - 0.51240635 1.4058701 -! 0.51280636 1.4411716 -! 0.51320636 1.4755683 - 0.51360637 1.5090278 - 0.5140064 1.5415392 - 0.5144064 1.573072 - 0.5148064 1.6036158 -! 0.5152064 1.6331421 - 0.5156064 1.6616414 - 0.5160064 1.6890868 - 0.5164064 1.7154695 - 0.5168064 1.7407683 -! 0.51720643 1.7649639 - 0.51760644 1.7880483 - 0.51800644 1.8099998 -! 0.51840645 1.8308113 -! 0.51880646 1.8504633 - 0.51920646 1.8689494 - 0.5196065 1.8862523 - 0.5200065 1.9023663 -*************** -*** 1325,1332 **** - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683592 -! 0.53120667 1.8498344 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 ---- 1325,1332 ---- - 0.52960664 1.9168043 - 0.53000665 1.9018546 - 0.53040665 1.8857012 -! 0.53080666 1.8683593 -! 0.53120667 1.8498346 - 0.5316067 1.8301442 - 0.5320067 1.8092948 - 0.5324067 1.7873058 -*************** -*** 1335,1347 **** - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321901 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404836 -! 0.53640676 1.5079455 - 0.53680676 1.4744501 -! 0.53720677 1.4400283 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 ---- 1335,1347 ---- - 0.5336067 1.7146176 - 0.5340067 1.6882037 - 0.5344067 1.6607193 -! 0.5348067 1.6321902 - 0.53520674 1.6026257 - 0.53560674 1.5720536 -! 0.53600675 1.5404837 -! 0.53640676 1.5079457 - 0.53680676 1.4744501 -! 0.53720677 1.4400284 - 0.5376068 1.4046918 - 0.5380068 1.3684734 - 0.5384068 1.331385 -*************** -*** 1403,1429 **** - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697547 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090996 -! 0.5640072 -1.5416088 -! 0.5644072 -1.5731394 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332053 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155256 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100463 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862886 -! 0.5700073 -1.9023976 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 ---- 1403,1429 ---- - 0.56080717 -1.2560891 - 0.5612072 -1.2948015 - 0.5616072 -1.3327018 -! 0.5620072 -1.3697546 - 0.5624072 -1.4059478 - 0.5628072 -1.4412476 - 0.5632072 -1.4756422 -! 0.5636072 -1.5090997 -! 0.5640072 -1.5416089 -! 0.5644072 -1.5731395 - 0.56480724 -1.6036812 -! 0.56520724 -1.6332054 - 0.56560725 -1.6617023 - 0.56600726 -1.6891454 -! 0.56640726 -1.7155257 - 0.56680727 -1.7408185 - 0.5672073 -1.7650154 - 0.5676073 -1.7880939 -! 0.5680073 -1.8100464 - 0.5684073 -1.8308523 - 0.5688073 -1.8505049 - 0.5692073 -1.8689857 -! 0.5696073 -1.8862888 -! 0.5700073 -1.9023978 - 0.57040733 -1.9173074 - 0.57080734 -1.9310039 - 0.57120734 -1.9434828 -*************** -*** 1448,1455 **** - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018208 -! 0.5804075 -1.8856673 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 ---- 1448,1455 ---- - 0.5788075 -1.9430412 - 0.5792075 -1.930517 - 0.5796075 -1.9167752 -! 0.5800075 -1.9018207 -! 0.5804075 -1.8856672 - 0.5808075 -1.8683202 - 0.5812075 -1.8497958 - 0.5816075 -1.8301 -*************** -*** 1458,1473 **** - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.688145 -! 0.58440757 -1.6606584 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399525 -! 0.5876076 -1.404614 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 ---- 1458,1473 ---- - 0.58280754 -1.764133 - 0.58320755 -1.7398984 - 0.58360755 -1.7145612 -! 0.58400756 -1.6881449 -! 0.58440757 -1.6606582 - 0.5848076 -1.6321269 - 0.5852076 -1.6025603 - 0.5856076 -1.5719858 - 0.5860076 -1.5404139 - 0.5864076 -1.5078738 - 0.5868076 -1.4743762 -! 0.5872076 -1.4399524 -! 0.5876076 -1.4046139 - 0.5880076 -1.3683937 - 0.58840764 -1.3313034 - 0.58880764 -1.293378 -*************** -*** 1479,1485 **** - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.9182952 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 ---- 1479,1485 ---- - 0.5912077 -1.0495261 - 0.5916077 -1.0064068 - 0.5920077 -0.96265835 -! 0.5924077 -0.91829515 - 0.5928077 -0.8733587 - 0.5932077 -0.8278638 - 0.5936077 -0.7818529 -*************** -*** 1525,1554 **** - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561682 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413234 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.6037419 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650633 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024315 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 ---- 1525,1554 ---- - 0.609608 1.1353701 - 0.610008 1.1763856 - 0.610408 1.2166643 -! 0.610808 1.2561684 - 0.611208 1.2948848 - 0.611608 1.3327776 - 0.61200804 1.3698343 - 0.61240804 1.4060202 -! 0.61280805 1.4413233 - 0.61320806 1.4757109 - 0.61360806 1.5091714 - 0.61400807 1.5416737 - 0.6144081 1.573207 -! 0.6148081 1.603742 - 0.6152081 1.6332685 - 0.6156081 1.6617589 - 0.6160081 1.689204 - 0.6164081 1.715578 - 0.6168081 1.7408723 -! 0.6172081 1.7650632 - 0.61760813 1.7881429 - 0.61800814 1.8100896 - 0.61840814 1.8308963 - 0.61880815 1.8505435 - 0.61920816 1.8690246 - 0.61960816 1.8863225 -! 0.6200082 1.9024314 - 0.6204082 1.9173363 - 0.6208082 1.9310324 - 0.6212082 1.9435067 -*************** -*** 1623,1629 **** - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937531e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 ---- 1623,1629 ---- - 0.64880866 0.14956148 - 0.64920866 9.9397816e-2 - 0.6496087 4.9163744e-2 -! 0.6500087 -1.0937533e-3 - 0.6504087 -5.135819e-2 - 0.6508087 -0.10158256 - 0.6512087 -0.15175039 -*************** -*** 1654,1679 **** - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.406098 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732698 -! 0.6648089 -1.6038073 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618198 -! 0.66600895 -1.6892585 -! 0.66640896 -1.7156342 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651147 -! 0.667609 -1.7881885 -! 0.668009 -1.8101362 -! 0.668409 -1.8309373 -! 0.668809 -1.850585 -! 0.669209 -1.8690609 -! 0.669609 -1.8863589 -! 0.670009 -1.9024628 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 ---- 1654,1679 ---- - 0.66120887 -1.2949624 - 0.6616089 -1.3328592 - 0.6620089 -1.3699085 -! 0.6624089 -1.4060979 - 0.6628089 -1.4413939 - 0.6632089 -1.4757847 - 0.6636089 -1.5092381 - 0.6640089 -1.5417433 -! 0.6644089 -1.5732697 -! 0.6648089 -1.6038072 - 0.66520894 -1.6333271 -! 0.66560894 -1.6618197 -! 0.66600895 -1.6892583 -! 0.66640896 -1.7156341 - 0.66680896 -1.7409223 -! 0.66720897 -1.7651145 -! 0.667609 -1.7881883 -! 0.668009 -1.8101361 -! 0.668409 -1.8309371 -! 0.668809 -1.8505849 -! 0.669209 -1.8690608 -! 0.669609 -1.8863587 -! 0.670009 -1.9024627 - 0.670409 -1.9173675 - 0.67080903 -1.9310609 - 0.67120904 -1.9435326 -*************** -*** 1698,1732 **** - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017553 -! 0.6804092 -1.8855944 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497126 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.787162 -! 0.68280923 -1.7640334 -! 0.68320924 -1.7397944 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.6024339 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.507735 -! 0.6868093 -1.4742335 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311459 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493463 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 ---- 1698,1732 ---- - 0.67880917 -1.9429893 - 0.6792092 -1.9304618 - 0.6796092 -1.9167128 -! 0.6800092 -1.9017555 -! 0.6804092 -1.8855945 - 0.6808092 -1.8682449 -! 0.6812092 -1.8497127 - 0.6816092 -1.830015 - 0.6820092 -1.8091582 -! 0.6824092 -1.7871621 -! 0.68280923 -1.7640336 -! 0.68320924 -1.7397945 - 0.68360925 -1.7144526 - 0.68400925 -1.6880318 - 0.68440926 -1.6605407 - 0.68480927 -1.632005 -! 0.6852093 -1.602434 - 0.6856093 -1.5718554 - 0.6860093 -1.5402793 -! 0.6864093 -1.5077351 -! 0.6868093 -1.4742336 - 0.6872093 -1.439806 - 0.6876093 -1.4044636 - 0.6880093 -1.3682396 -! 0.6884093 -1.3311458 - 0.68880934 -1.293217 - 0.68920934 -1.2544653 - 0.68960935 -1.2149273 - 0.69000936 -1.1746159 - 0.69040936 -1.1335686 - 0.69080937 -1.0917991 -! 0.6912094 -1.0493464 - 0.6916094 -1.0062243 - 0.6920094 -0.9624666 - 0.6924094 -0.9181076 -*************** -*** 1779,1790 **** - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061702 -! 0.71280974 1.4414697 - 0.71320975 1.4758533 -! 0.71360976 1.5093099 - 0.71400976 1.541813 -! 0.71440977 1.5733373 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 ---- 1779,1790 ---- - 0.7112097 1.2950457 - 0.7116097 1.3329351 - 0.7120097 1.3699881 -! 0.71240973 1.4061704 -! 0.71280974 1.4414698 - 0.71320975 1.4758533 -! 0.71360976 1.50931 - 0.71400976 1.541813 -! 0.71440977 1.5733374 - 0.7148098 1.6038727 - 0.7152098 1.6333903 - 0.7156098 1.6618806 -*************** -*** 1824,1830 **** - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855605 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 ---- 1824,1830 ---- - 0.72921 1.9304332 - 0.72961 1.9166838 - 0.73001003 1.9017215 -! 0.73041004 1.8855604 - 0.73081005 1.8682058 - 0.73121005 1.8496739 - 0.73161006 1.8299707 -*************** -*** 1836,1842 **** - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.6023731 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 ---- 1836,1842 ---- - 0.7340101 1.6879731 - 0.7344101 1.660484 - 0.7348101 1.6319417 -! 0.7352101 1.602373 - 0.7356101 1.5717877 - 0.73601013 1.5402094 - 0.73641014 1.5076631 -*************** -*** 1889,1895 **** - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.78395945 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 ---- 1889,1895 ---- - 0.75521046 -0.6431362 - 0.75561047 -0.69052094 - 0.7560105 -0.73747665 -! 0.7564105 -0.7839595 - 0.7568105 -0.82995415 - 0.7572105 -0.87541765 - 0.7576105 -0.92033505 -*************** -*** 1897,1903 **** - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.1356341 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 ---- 1897,1903 ---- - 0.7584105 -1.008391 - 0.7588105 -1.0514807 - 0.7592105 -1.0938996 -! 0.75961053 -1.135634 - 0.76001054 -1.1766448 - 0.76041055 -1.2169186 - 0.76081055 -1.2564176 -*************** -*** 1909,1923 **** - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734049 -! 0.7648106 -1.6039335 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619372 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.765214 -! 0.76761067 -1.7882864 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 ---- 1909,1923 ---- - 0.7632106 -1.4759271 - 0.7636106 -1.5093817 - 0.7640106 -1.5418777 -! 0.7644106 -1.5734048 -! 0.7648106 -1.6039333 - 0.7652106 -1.6334534 -! 0.76561064 -1.6619371 - 0.76601064 -1.6893755 - 0.76641065 -1.7157427 - 0.76681066 -1.74103 -! 0.76721066 -1.7652138 -! 0.76761067 -1.7882863 - 0.7680107 -1.810226 - 0.7684107 -1.8310252 - 0.7688107 -1.850665 -*************** -*** 1965,1974 **** - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740908 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.3680801 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 ---- 1965,1974 ---- - 0.785611 -1.5717201 - 0.786011 -1.5401446 - 0.786411 -1.5075914 -! 0.786811 -1.4740909 - 0.787211 -1.4396541 - 0.787611 -1.4043133 -! 0.788011 -1.36808 - 0.788411 -1.3309883 - 0.788811 -1.29305 - 0.78921103 -1.254301 -*************** -*** 2030,2054 **** - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.441616 -! 0.81321144 1.476001 -! 0.81361145 1.5094484 -! 0.81401145 1.5419475 -! 0.81441146 1.5734677 -! 0.81481147 1.6039988 -! 0.8152115 1.6335121 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652653 -! 0.8176115 1.788332 -! 0.8180115 1.8102725 - 0.8184115 1.8310661 -! 0.81881154 1.8507065 - 0.81921154 1.8691748 -! 0.81961155 1.8864653 -! 0.82001156 1.9025617 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 ---- 2030,2054 ---- - 0.8116114 1.3330982 - 0.8120114 1.370142 - 0.8124114 1.4063258 -! 0.81281143 1.4416159 -! 0.81321144 1.4760009 -! 0.81361145 1.5094483 -! 0.81401145 1.5419474 -! 0.81441146 1.5734676 -! 0.81481147 1.6039987 -! 0.8152115 1.633512 - 0.8156115 1.661998 - 0.8160115 1.68943 - 0.8164115 1.7157989 - 0.8168115 1.74108 -! 0.8172115 1.7652652 -! 0.8176115 1.7883319 -! 0.8180115 1.8102723 - 0.8184115 1.8310661 -! 0.81881154 1.8507063 - 0.81921154 1.8691748 -! 0.81961155 1.8864652 -! 0.82001156 1.9025615 - 0.82041156 1.9174587 - 0.82081157 1.9311423 - 0.8212116 1.9436082 -*************** -*** 2072,2098 **** - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166213 -! 0.8300117 1.9016562 - 0.83041173 1.8854876 -! 0.83081174 1.8681304 -! 0.83121175 1.8495907 - 0.83161175 1.8298856 -! 0.83201176 1.8090215 -! 0.83241177 1.7870181 -! 0.8328118 1.7638824 - 0.8332118 1.7396363 -! 0.8336118 1.7142875 - 0.8340118 1.6878599 -! 0.8344118 1.660362 -! 0.8348118 1.6318196 -! 0.8352118 1.6022421 -! 0.8356118 1.5716572 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.4740169 -! 0.83721185 1.4395834 -! 0.83761185 1.4042355 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 ---- 2072,2098 ---- - 0.8284117 1.9542233 - 0.8288117 1.9429133 - 0.8292117 1.930378 -! 0.8296117 1.9166212 -! 0.8300117 1.9016563 - 0.83041173 1.8854876 -! 0.83081174 1.8681306 -! 0.83121175 1.8495908 - 0.83161175 1.8298856 -! 0.83201176 1.8090216 -! 0.83241177 1.7870182 -! 0.8328118 1.7638825 - 0.8332118 1.7396363 -! 0.8336118 1.7142876 - 0.8340118 1.6878599 -! 0.8344118 1.6603621 -! 0.8348118 1.6318197 -! 0.8352118 1.6022422 -! 0.8356118 1.5716573 - 0.8360118 1.5400748 - 0.83641183 1.5075245 -! 0.83681184 1.474017 -! 0.83721185 1.4395835 -! 0.83761185 1.4042354 - 0.83801186 1.3680059 - 0.83841187 1.3309066 - 0.8388119 1.2929724 -*************** -*** 2169,2175 **** - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311101 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 ---- 2169,2175 ---- - 0.86721236 -1.7653131 - 0.86761236 -1.788381 - 0.86801237 -1.810319 -! 0.8684124 -1.8311102 - 0.8688124 -1.850748 - 0.8692124 -1.8692137 - 0.8696124 -1.8865017 -*************** -*** 2200,2207 **** - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680915 -! 0.8812126 -1.849552 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 ---- 2200,2207 ---- - 0.87961257 -1.9165922 - 0.8800126 -1.9016223 - 0.8804126 -1.8854536 -! 0.8808126 -1.8680913 -! 0.8812126 -1.8495519 - 0.8816126 -1.8298414 - 0.8820126 -1.8089781 - 0.8824126 -1.786969 -*************** -*** 2216,2229 **** - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395076 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541305 - 0.88961273 -1.2145859 -! 0.89001274 -1.174268 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 ---- 2216,2229 ---- - 0.8860127 -1.5400099 - 0.8864127 -1.5074526 - 0.8868127 -1.4739481 -! 0.8872127 -1.4395075 - 0.8876127 -1.404163 - 0.8880127 -1.3679261 - 0.8884127 -1.3308307 - 0.8888127 -1.292889 -! 0.8892127 -1.2541306 - 0.88961273 -1.2145859 -! 0.89001274 -1.1742679 - 0.89041275 -1.1332145 - 0.89081275 -1.091439 - 0.89121276 -1.0489805 -*************** -*** 2239,2245 **** - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.4469606 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 ---- 2239,2245 ---- - 0.8952128 -0.59253997 - 0.89561284 -0.54434466 - 0.89601284 -0.49581292 -! 0.89641285 -0.44696057 - 0.89681286 -0.39783338 - 0.89721286 -0.34844738 - 0.89761287 -0.29884884 -*************** -*** 2282,2289 **** - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095919 -! 0.91401315 1.542082 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 ---- 2282,2289 ---- - 0.9124131 1.4064759 - 0.9128131 1.4417677 - 0.91321313 1.4761434 -! 0.91361314 1.5095918 -! 0.91401315 1.5420818 - 0.91441315 1.5736027 - 0.91481316 1.6041248 - 0.91521317 1.6336383 -*************** -*** 2296,2304 **** - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692527 - 0.91961324 1.8865354 -! 0.92001325 1.9026291 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 ---- 2296,2304 ---- - 0.9180132 1.8103621 - 0.9184132 1.8311541 - 0.9188132 1.8507864 -! 0.91921324 1.8692526 - 0.91961324 1.8865354 -! 0.92001325 1.902629 - 0.92041326 1.9175186 - 0.92081326 1.9311992 - 0.92121327 1.9436579 -*************** -*** 2323,2329 **** - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015907 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 ---- 2323,2329 ---- - 0.9288134 1.9428632 - 0.9292134 1.9303228 - 0.9296134 1.9165609 -! 0.9300134 1.9015908 - 0.9304134 1.8854171 - 0.93081343 1.8680551 - 0.93121344 1.8495104 -*************** -*** 2331,2346 **** - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395283 - 0.9336135 1.7141788 -! 0.9340135 1.6877425 - 0.9344135 1.6602443 -! 0.9348135 1.6316931 -! 0.9352135 1.6021158 -! 0.9356135 1.5715219 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738742 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 ---- 2331,2346 ---- - 0.93201345 1.8089315 - 0.93241346 1.7869233 - 0.93281347 1.763783 -! 0.9332135 1.7395284 - 0.9336135 1.7141788 -! 0.9340135 1.6877426 - 0.9344135 1.6602443 -! 0.9348135 1.6316932 -! 0.9352135 1.6021159 -! 0.9356135 1.571522 - 0.9360135 1.5399401 - 0.9364135 1.5073807 -! 0.93681353 1.4738743 - 0.93721354 1.4394317 - 0.93761355 1.4040852 - 0.93801355 1.3678463 -*************** -*** 2353,2359 **** - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.96200055 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 ---- 2353,2359 ---- - 0.9408136 1.0913537 - 0.9412136 1.0488873 - 0.9416136 1.0057648 -! 0.9420136 0.9620006 - 0.9424136 0.9176353 - 0.94281363 0.8726837 - 0.94321364 0.82718766 -*************** -*** 2405,2427 **** - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418381 -! 0.963214 -1.4762172 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041901 - 0.965214 -1.633697 -! 0.965614 -1.6621763 - 0.966014 -1.6896015 -! 0.96641403 -1.7159635 -! 0.96681404 -1.7412378 -! 0.96721405 -1.7654159 -! 0.96761405 -1.7884754 -! 0.96801406 -1.8104086 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692888 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 ---- 2405,2427 ---- - 0.96161395 -1.333337 - 0.96201396 -1.3703754 - 0.96241397 -1.4065537 -! 0.962814 -1.4418383 -! 0.963214 -1.4762173 - 0.963614 -1.5096587 - 0.964014 -1.5421516 - 0.964414 -1.5736655 -! 0.964814 -1.6041902 - 0.965214 -1.633697 -! 0.965614 -1.6621764 - 0.966014 -1.6896015 -! 0.96641403 -1.7159636 -! 0.96681404 -1.7412379 -! 0.96721405 -1.765416 -! 0.96761405 -1.7884755 -! 0.96801406 -1.8104087 - 0.96841407 -1.8311951 - 0.9688141 -1.8508279 -! 0.9692141 -1.8692889 - 0.9696141 -1.8865718 - 0.9700141 -1.9026605 - 0.9704141 -1.9175497 -*************** -*** 2446,2460 **** - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.9302942 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853806 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297563 -! 0.9820143 -1.8088849 -! 0.9824143 -1.7868742 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 ---- 2446,2460 ---- - 0.97801423 -1.964237 - 0.97841424 -1.9541551 - 0.97881424 -1.9428372 -! 0.97921425 -1.930294 - 0.97961426 -1.9165297 - 0.98001426 -1.9015568 -! 0.9804143 -1.8853805 - 0.9808143 -1.868016 - 0.9812143 -1.8494687 -! 0.9816143 -1.8297561 -! 0.9820143 -1.8088847 -! 0.9824143 -1.786874 - 0.9828143 -1.7637314 - 0.9832143 -1.7394781 - 0.9836143 -1.7141224 -*************** -*** 2725,2731 **** - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.097055 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 ---- 2725,2731 ---- - 1.7600021 4.078206 - 1.7680022 4.085482 - 1.7760022 4.091781 -! 1.7840022 4.0970554 - 1.7920022 4.101267 - 1.8000022 4.104391 - 1.8080022 4.106413 -*************** -*** 3073,3079 **** - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812674 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 ---- 3073,3079 ---- - 4.54397 -1.1305714 - 4.55197 -1.1495129 - 4.55997 -1.1664628 -! 4.56797 -1.1812675 - 4.5759697 -1.1937997 - 4.5839696 -1.2039601 - 4.5919695 -1.211677 -*************** -*** 3402,3408 **** - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.9887651 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 ---- 3402,3408 ---- - 7.175936 -0.99101686 - 7.183936 -0.99013937 - 7.191936 -0.9893867 -! 7.199936 -0.98876506 - 7.207936 -0.98827916 - 7.2159357 -0.98793197 - 7.2239356 -0.98772484 -*************** -*** 4398,4404 **** - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684005 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 ---- 4398,4404 ---- - 15.144259 -1.0982125 - 15.15226 -1.0890635 - 15.16026 -1.0790844 -! 15.168261 -1.0684006 - 15.176261 -1.0571431 - 15.184261 -1.0454471 - 15.192262 -1.03345 -*** unexpected failure for barton-mangler-bug(threaded) - -=====> fun_insts(opt) -cd ./programs/fun_insts && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o fun_insts Main -O >fun_insts.comp.stderr 2>&1 -cd ./programs/fun_insts && ./fun_insts fun_insts.run.stdout 2>fun_insts.run.stderr -Actual stdout output differs from expected: -*** ./programs/fun_insts/fun_insts.stdout Wed Jul 11 09:06:24 2001 ---- ./programs/fun_insts/fun_insts.run.stdout Tue May 9 16:13:46 2006 -*************** -*** 1 **** -! 1.0 1.0 ---- 1 ---- -! 0.99999994 1.0 -*** unexpected failure for fun_insts(opt) - -=====> fun_insts(prof) -cd ./programs/fun_insts && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o fun_insts Main -O -prof -auto-all >fun_insts.comp.stderr 2>&1 -cd ./programs/fun_insts && ./fun_insts +RTS -p -RTS fun_insts.run.stdout 2>fun_insts.run.stderr -Actual stdout output differs from expected: -*** ./programs/fun_insts/fun_insts.stdout Wed Jul 11 09:06:24 2001 ---- ./programs/fun_insts/fun_insts.run.stdout Tue May 9 16:13:50 2006 -*************** -*** 1 **** -! 1.0 1.0 ---- 1 ---- -! 0.99999994 1.0 -*** unexpected failure for fun_insts(prof) - -=====> galois_raytrace(opt) -cd ./programs/galois_raytrace && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o galois_raytrace Main -O -package parsec >galois_raytrace.comp.stderr 2>&1 -cd ./programs/galois_raytrace && ./galois_raytrace galois_raytrace.run.stdout 2>galois_raytrace.run.stderr -Actual stdout output differs from expected: -Files ./programs/galois_raytrace/galois_raytrace.stdout and ./programs/galois_raytrace/galois_raytrace.run.stdout differ -*** unexpected failure for galois_raytrace(opt) - -=====> galois_raytrace(prof) -cd ./programs/galois_raytrace && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux --make -o galois_raytrace Main -O -prof -auto-all -package parsec >galois_raytrace.comp.stderr 2>&1 -cd ./programs/galois_raytrace && ./galois_raytrace +RTS -p -RTS galois_raytrace.run.stdout 2>galois_raytrace.run.stderr -Actual stdout output differs from expected: -Files ./programs/galois_raytrace/galois_raytrace.stdout and ./programs/galois_raytrace/galois_raytrace.run.stdout differ -*** unexpected failure for galois_raytrace(prof) - -=====> process003(normal) -cd ./lib/Process && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux -o process003 process003.hs >process003.comp.stderr 2>&1 -cd ./lib/Process && ./process003 process003.run.stdout 2>process003.run.stderr -Wrong exit code (expected 0 , actual 1 ) -*** unexpected failure for process003(normal) - -=====> process003(opt) -cd ./lib/Process && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux -o process003 process003.hs -O >process003.comp.stderr 2>&1 -cd ./lib/Process && ./process003 process003.run.stdout 2>process003.run.stderr -Wrong exit code (expected 0 , actual 1 ) -*** unexpected failure for process003(opt) - -=====> process003(prof) -cd ./lib/Process && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux -o process003 process003.hs -O -prof -auto-all >process003.comp.stderr 2>&1 -cd ./lib/Process && ./process003 +RTS -p -RTS process003.run.stdout 2>process003.run.stderr -Wrong exit code (expected 0 , actual 1 ) -*** unexpected failure for process003(prof) - -=====> process003(threaded) -cd ./lib/Process && '/var/tmp/portage/ghc-6.4.2/work/ghc-6.4.2/ghc/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dpowerpc64_unknown_linux -o process003 process003.hs -threaded >process003.comp.stderr 2>&1 -cd ./lib/Process && ./process003 process003.run.stdout 2>process003.run.stderr -Wrong exit code (expected 0 , actual 1 ) -*** unexpected failure for process003(threaded) rmfile ./projects/testing/ghc-6.4.2/ppc64-test.log hunk ./projects/testing/ghc-6.4.2/sparc-test.log 1 - -OVERALL SUMMARY for test run started at Wed May 10 05:33:05 BST 2006 - 525 total tests, which gave rise to - 1773 test cases, of which - 32 caused framework failures - 301 were skipped - - 957 expected passes - 25 expected failures - 0 unexpected passes - 406 unexpected failures - -Unexpected failures: - 10queens(ghci) - CPUTime001(prof,ghci) - Chan001(prof,ghci) - IOError001(prof) - MVar001(prof,ghci) - QSem001(prof,ghci) - QSemN001(prof,ghci) - SampleVar001(prof,ghci) - TH_class1(normal) - TH_dupdecl(normal) - TH_fail(normal) - TH_genEx(normal) - TH_reifyDecl1(normal) - TH_repE2(normal) - TH_repGuard(normal) - TH_repGuardOutput(normal) - TH_repPatSig(normal) - TH_repPrim(normal) - TH_repPrimOutput(normal) - TH_spliceDecl1(normal) - TH_spliceDecl2(normal) - TH_spliceDecl3(normal) - TH_spliceDecl4(normal) - TH_spliceE1(normal) - TH_spliceE3(normal) - TH_spliceE4(normal) - TH_spliceE5(normal) - TH_spliceExpr1(normal) - TH_spliceInst(normal) - TH_tuple1(normal) - addr001(prof,ghci) - andre_monad(prof,ghci) - andy_cherry(prof,ghci) - arith001(prof,ghci) - arith002(prof,ghci) - arith003(ghci) - arith004(prof,ghci) - arith005(normal,prof,ghci) - arith006(prof,ghci) - arith007(ghci) - arith008(prof,ghci) - arith009(ghci) - arith010(prof,ghci) - arith011(prof,ghci) - arith012(prof,ghci) - arith013(prof,ghci) - arith014(prof,ghci) - arith015(prof,ghci) - arith016(prof,ghci) - arith017(prof,ghci) - arr001(prof,ghci) - arr002(prof,ghci) - arr003(opt,prof,ghci) - arr004(prof,ghci) - arrowrun001(prof,ghci) - arrowrun002(prof,ghci) - arrowrun003(prof,ghci) - arrowrun004(prof,ghci,threaded) - barton-mangler-bug(normal,opt,prof,ghci,threaded) - bits(prof,ghci) - cg001(prof,ghci) - cg002(prof,ghci) - cg003(prof,ghci) - cg004(normal,prof,ghci) - cg005(prof,ghci) - cg006(prof,ghci) - cg007(prof,ghci) - cg008(prof,ghci) - cg009(prof,ghci) - cg010(prof,ghci) - cg011(prof,ghci) - cg012(opt,prof,ghci) - cg013(prof,ghci) - cg014(prof,ghci) - cg015(ghci,threaded) - cg016(prof,ghci) - cg017(prof,ghci) - cg018(prof,ghci) - cg019(prof,ghci) - cg020(normal,prof,ghci) - cg021(ghci) - cg022(ghci) - cg024(prof,ghci) - cg025(prof,ghci) - cg026(prof,ghci) - cg027(ghci) - cg028(prof,ghci) - cg031(ghci) - cg032(ghci) - cg033(prof,ghci) - cg034(prof,ghci) - cg035(prof,ghci) - cg036(ghci) - cg037(prof,ghci) - char001(prof,ghci) - char002(opt,prof,ghci) - cholewo-eval(prof,ghci) - conc001(ghci) - conc002(ghci) - conc003(ghci) - conc006(prof,ghci) - conc007(prof,ghci) - conc027(ghci) - conc049(prof,ghci) - conc051(ghci) - concprog001(prof,ghci) - currentDirectory001(prof,ghci) - datatype(prof,ghci) - diffArray001(normal,prof,ghci) - directory001(prof,ghci) - doesDirectoryExist001(prof,ghci) - driver063(normal) - drvrun001(prof,ghci) - drvrun002(prof,ghci) - drvrun003(prof,ghci) - drvrun004(prof,ghci) - drvrun005(prof,ghci) - drvrun006(prof,ghci) - dsrun001(prof,ghci) - dsrun002(prof,ghci) - dsrun003(prof,ghci) - dsrun004(prof,ghci) - dsrun005(prof,ghci) - dynamic001(prof,ghci) - echo001(prof,ghci) - ext1(prof,ghci) - fast2haskell(ghci) - fed001(prof,ghci) - ffi001(prof) - ffi003(prof,ghci) - ffi004(ghci) - ffi006(prof,ghci) - ffi007(prof,ghci) - ffi008(prof,ghci) - ffi009(prof,ghci) - ffi010(ghci) - ffi011(prof,ghci) - fileexist01(prof,ghci) - forkprocess01(normal,prof,ghci) - freeNames(prof,ghci) - fun_insts(prof,ghci) - galois_raytrace(prof,ghci) - genUpTo(prof,ghci) - geq(prof,ghci) - ghci001(ghci,ghci) - ghci002(ghci) - ghci003(ghci) - ghci004(ghci) - ghci005(ghci) - ghci006(ghci) - ghci007(ghci) - ghci008(ghci) - ghci009(ghci) - ghci011(ghci) - ghci012(ghci) - ghci013(ghci) - ghciprog004(normal) - gshow(prof,ghci) - gzip(prof,ghci) - hTell001(normal,prof,ghci) - hTell002(prof,ghci) - hash001(prof,ghci) - ioref001(normal,prof,ghci,threaded) - jl_defaults(prof,ghci) - joao-circular(normal,opt,prof,ghci,threaded) - jq_readsPrec(prof,ghci) - jules_xref(prof,ghci) - jules_xref2(prof,ghci) - launchbury(prof,ghci) - lennart_range(prof,ghci) - lex(prof,ghci) - life_space_leak(ghci) - maessen_hashtab(prof) - mdo005(normal) - newtype(prof,ghci) - north_array(prof,ghci) - num009(prof,ghci) - num010(prof,ghci) - num011(opt,prof,ghci) - paradise(prof,ghci) - process001(opt,prof,ghci) - process002(prof,ghci) - process003(prof) - prog001(ghci) - prog002(ghci) - prog003(ghci) - prog005(ghci) - prog006(ghci) - queryfdoption01(prof) - rand001(prof,ghci) - ratio001(prof,ghci) - read001(prof,ghci) - readLitChar(prof,ghci) - record_upd(normal,prof,ghci) - regex001(ghci) - reify(prof,ghci) - rittri(prof,ghci) - sanders_array(prof,ghci) - seward-space-leak(prof,ghci) - show001(opt,prof,ghci) - signals001(prof,ghci) - signals002(prof,ghci) - strict_anns(prof,ghci) - strings(prof,ghci) - tcrun001(opt,prof,ghci) - tcrun002(prof,ghci) - tcrun003(ghci) - tcrun004(prof,ghci,threaded) - tcrun005(prof,ghci) - tcrun006(prof,ghci) - tcrun007(prof,ghci) - tcrun008(prof,ghci) - tcrun009(prof,ghci) - tcrun010(prof,ghci) - text001(prof,ghci) - thurston-modular-arith(prof,ghci) - time002(prof,ghci) - time003(prof,ghci) - time004(prof,ghci) - timeexts001(normal,prof,ghci) - tree(prof,ghci) - unicode001(prof,ghci) - unicode002(prof,ghci) - xmlish(prof,ghci) - rmfile ./projects/testing/ghc-6.4.2/sparc-test.log rmdir ./projects/testing/ghc-6.4.2 rmdir ./projects/testing rmdir ./projects }