diff options
Diffstat (limited to 'post')
50 files changed, 18685 insertions, 0 deletions
diff --git a/post/Makefile.am b/post/Makefile.am new file mode 100644 index 0000000..1327ee7 --- /dev/null +++ b/post/Makefile.am @@ -0,0 +1,5 @@ + +SUBDIRS = src + +dist_data_DATA = input input.post lpic.post + diff --git a/post/Makefile.in b/post/Makefile.in new file mode 100644 index 0000000..323f23f --- /dev/null +++ b/post/Makefile.in @@ -0,0 +1,379 @@ +# Makefile.in generated by automake 1.6.3 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_HEADER = $(INSTALL_DATA) +transform = @program_transform_name@ +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ + +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +AMTAR = @AMTAR@ +AR = @AR@ +AS = @AS@ +AWK = @AWK@ +CC = @CC@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXFLAGS = @CXXFLAGS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DOXYGEN = @DOXYGEN@ +ECHO = @ECHO@ +EGREP = @EGREP@ +F77 = @F77@ +GCJ = @GCJ@ +GCJFLAGS = @GCJFLAGS@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LATEX = @LATEX@ +LDFLAGS = @LDFLAGS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +OBJDUMP = @OBJDUMP@ +PACKAGE = @PACKAGE@ +PDFLATEX = @PDFLATEX@ +RANLIB = @RANLIB@ +RC = @RC@ +SED = @SED@ +STRIP = @STRIP@ +VERSION = @VERSION@ +am__include = @am__include@ +am__quote = @am__quote@ +install_sh = @install_sh@ + +SUBDIRS = src + +dist_data_DATA = input input.post lpic.post +subdir = post +mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(dist_data_DATA) + + +RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ + uninstall-info-recursive all-recursive install-data-recursive \ + install-exec-recursive installdirs-recursive install-recursive \ + uninstall-recursive check-recursive installcheck-recursive +DIST_COMMON = $(dist_data_DATA) Makefile.am Makefile.in +DIST_SUBDIRS = $(SUBDIRS) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign post/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +dist_dataDATA_INSTALL = $(INSTALL_DATA) +install-dist_dataDATA: $(dist_data_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(datadir) + @list='$(dist_data_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(dist_dataDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/$$f"; \ + $(dist_dataDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/$$f; \ + done + +uninstall-dist_dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_data_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(datadir)/$$f"; \ + rm -f $(DESTDIR)$(datadir)/$$f; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done + +ETAGS = etags +ETAGSFLAGS = + +tags: TAGS + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @list='$(DISTFILES)'; for file in $$list; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d $(distdir)/$$subdir \ + || mkdir $(distdir)/$$subdir \ + || exit 1; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" \ + distdir=../$(distdir)/$$subdir \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(datadir) + +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + +distclean-am: clean-am distclean-generic distclean-libtool \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +info: info-recursive + +info-am: + +install-data-am: install-dist_dataDATA + +install-exec-am: + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +uninstall-am: uninstall-dist_dataDATA uninstall-info-am + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ + clean-generic clean-libtool clean-recursive distclean \ + distclean-generic distclean-libtool distclean-recursive \ + distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ + info-recursive install install-am install-data install-data-am \ + install-data-recursive install-dist_dataDATA install-exec \ + install-exec-am install-exec-recursive install-info \ + install-info-am install-info-recursive install-man \ + install-recursive install-strip installcheck installcheck-am \ + installdirs installdirs-am installdirs-recursive \ + maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-generic \ + mostlyclean-libtool mostlyclean-recursive tags tags-recursive \ + uninstall uninstall-am uninstall-dist_dataDATA \ + uninstall-info-am uninstall-info-recursive uninstall-recursive + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/post/ft2d.dat b/post/ft2d.dat new file mode 100644 index 0000000..73e70da --- /dev/null +++ b/post/ft2d.dat @@ -0,0 +1,9032 @@ + + + -1.0240e+03 1.763e-07 + -1.0228e+03 1.861e-07 + -1.0215e+03 1.726e-07 + -1.0202e+03 1.831e-07 + -1.0190e+03 1.840e-07 + -1.0178e+03 1.833e-07 + -1.0165e+03 1.809e-07 + -1.0152e+03 1.754e-07 + -1.0140e+03 1.724e-07 + -1.0128e+03 1.762e-07 + -1.0115e+03 1.650e-07 + -1.0102e+03 1.703e-07 + -1.0090e+03 1.646e-07 + -1.0078e+03 1.719e-07 + -1.0065e+03 1.611e-07 + -1.0052e+03 1.578e-07 + -1.0040e+03 1.566e-07 + -1.0028e+03 1.645e-07 + -1.0015e+03 1.554e-07 + -1.0002e+03 1.526e-07 + -9.9900e+02 1.509e-07 + -9.9775e+02 1.404e-07 + -9.9650e+02 1.517e-07 + -9.9525e+02 1.487e-07 + -9.9400e+02 1.506e-07 + -9.9275e+02 1.477e-07 + -9.9150e+02 1.713e-07 + -9.9025e+02 1.573e-07 + -9.8900e+02 1.573e-07 + -9.8775e+02 1.519e-07 + -9.8650e+02 1.631e-07 + -9.8525e+02 1.573e-07 + -9.8400e+02 1.704e-07 + -9.8275e+02 1.744e-07 + -9.8150e+02 1.933e-07 + -9.8025e+02 1.782e-07 + -9.7900e+02 2.115e-07 + -9.7775e+02 1.917e-07 + -9.7650e+02 2.197e-07 + -9.7525e+02 1.929e-07 + -9.7400e+02 2.193e-07 + -9.7275e+02 2.032e-07 + -9.7150e+02 2.198e-07 + -9.7025e+02 2.389e-07 + -9.6900e+02 2.384e-07 + -9.6775e+02 2.517e-07 + -9.6650e+02 2.548e-07 + -9.6525e+02 2.686e-07 + -9.6400e+02 2.643e-07 + -9.6275e+02 2.453e-07 + -9.6150e+02 2.633e-07 + -9.6025e+02 2.997e-07 + -9.5900e+02 3.059e-07 + -9.5775e+02 3.160e-07 + -9.5650e+02 2.893e-07 + -9.5525e+02 3.053e-07 + -9.5400e+02 3.122e-07 + -9.5275e+02 3.442e-07 + -9.5150e+02 3.121e-07 + -9.5025e+02 3.087e-07 + -9.4900e+02 3.219e-07 + -9.4775e+02 3.191e-07 + -9.4650e+02 2.787e-07 + -9.4525e+02 3.367e-07 + -9.4400e+02 2.512e-07 + -9.4275e+02 3.282e-07 + -9.4150e+02 3.176e-07 + -9.4025e+02 3.327e-07 + -9.3900e+02 3.029e-07 + -9.3775e+02 3.594e-07 + -9.3650e+02 3.513e-07 + -9.3525e+02 3.026e-07 + -9.3400e+02 2.706e-07 + -9.3275e+02 3.427e-07 + -9.3150e+02 2.576e-07 + -9.3025e+02 3.327e-07 + -9.2900e+02 2.590e-07 + -9.2775e+02 3.407e-07 + -9.2650e+02 3.226e-07 + -9.2525e+02 4.075e-07 + -9.2400e+02 3.272e-07 + -9.2275e+02 3.386e-07 + -9.2150e+02 3.290e-07 + -9.2025e+02 3.482e-07 + -9.1900e+02 4.193e-07 + -9.1775e+02 4.276e-07 + -9.1650e+02 4.270e-07 + -9.1525e+02 5.162e-07 + -9.1400e+02 3.650e-07 + -9.1275e+02 4.378e-07 + -9.1150e+02 4.188e-07 + -9.1025e+02 5.476e-07 + -9.0900e+02 5.500e-07 + -9.0775e+02 5.827e-07 + -9.0650e+02 5.286e-07 + -9.0525e+02 6.287e-07 + -9.0400e+02 5.635e-07 + -9.0275e+02 6.189e-07 + -9.0150e+02 6.200e-07 + -9.0025e+02 6.164e-07 + -8.9900e+02 6.590e-07 + -8.9775e+02 6.495e-07 + -8.9650e+02 8.590e-07 + -8.9525e+02 7.392e-07 + -8.9400e+02 7.036e-07 + -8.9275e+02 8.424e-07 + -8.9150e+02 7.153e-07 + -8.9025e+02 6.964e-07 + -8.8900e+02 8.025e-07 + -8.8775e+02 8.356e-07 + -8.8650e+02 8.009e-07 + -8.8525e+02 8.296e-07 + -8.8400e+02 9.694e-07 + -8.8275e+02 7.704e-07 + -8.8150e+02 8.240e-07 + -8.8025e+02 8.773e-07 + -8.7900e+02 8.383e-07 + -8.7775e+02 9.294e-07 + -8.7650e+02 9.818e-07 + -8.7525e+02 8.804e-07 + -8.7400e+02 8.947e-07 + -8.7275e+02 1.092e-06 + -8.7150e+02 8.435e-07 + -8.7025e+02 1.058e-06 + -8.6900e+02 8.949e-07 + -8.6775e+02 9.968e-07 + -8.6650e+02 8.972e-07 + -8.6525e+02 8.136e-07 + -8.6400e+02 8.110e-07 + -8.6275e+02 8.151e-07 + -8.6150e+02 8.999e-07 + -8.6025e+02 8.362e-07 + -8.5900e+02 1.120e-06 + -8.5775e+02 9.495e-07 + -8.5650e+02 1.181e-06 + -8.5525e+02 9.319e-07 + -8.5400e+02 1.201e-06 + -8.5275e+02 1.038e-06 + -8.5150e+02 7.734e-07 + -8.5025e+02 9.885e-07 + -8.4900e+02 1.004e-06 + -8.4775e+02 1.018e-06 + -8.4650e+02 1.008e-06 + -8.4525e+02 9.577e-07 + -8.4400e+02 1.356e-06 + -8.4275e+02 1.048e-06 + -8.4150e+02 9.669e-07 + -8.4025e+02 1.152e-06 + -8.3900e+02 1.001e-06 + -8.3775e+02 9.258e-07 + -8.3650e+02 1.366e-06 + -8.3525e+02 1.040e-06 + -8.3400e+02 1.151e-06 + -8.3275e+02 1.216e-06 + -8.3150e+02 1.188e-06 + -8.3025e+02 1.507e-06 + -8.2900e+02 9.763e-07 + -8.2775e+02 1.345e-06 + -8.2650e+02 1.777e-06 + -8.2525e+02 1.244e-06 + -8.2400e+02 1.427e-06 + -8.2275e+02 1.316e-06 + -8.2150e+02 1.637e-06 + -8.2025e+02 1.176e-06 + -8.1900e+02 9.109e-07 + -8.1775e+02 1.255e-06 + -8.1650e+02 1.144e-06 + -8.1525e+02 1.312e-06 + -8.1400e+02 7.188e-07 + -8.1275e+02 1.076e-06 + -8.1150e+02 8.548e-07 + -8.1025e+02 1.167e-06 + -8.0900e+02 1.443e-06 + -8.0775e+02 1.640e-06 + -8.0650e+02 1.003e-06 + -8.0525e+02 1.728e-06 + -8.0400e+02 1.343e-06 + -8.0275e+02 1.033e-06 + -8.0150e+02 1.116e-06 + -8.0025e+02 1.242e-06 + -7.9900e+02 1.343e-06 + -7.9775e+02 1.263e-06 + -7.9650e+02 8.639e-07 + -7.9525e+02 1.990e-06 + -7.9400e+02 1.068e-06 + -7.9275e+02 1.517e-06 + -7.9150e+02 9.981e-07 + -7.9025e+02 1.625e-06 + -7.8900e+02 1.021e-06 + -7.8775e+02 1.097e-06 + -7.8650e+02 1.222e-06 + -7.8525e+02 1.569e-06 + -7.8400e+02 7.199e-07 + -7.8275e+02 7.875e-07 + -7.8150e+02 1.340e-06 + -7.8025e+02 1.235e-06 + -7.7900e+02 7.021e-07 + -7.7775e+02 1.356e-06 + -7.7650e+02 1.544e-06 + -7.7525e+02 1.092e-06 + -7.7400e+02 9.130e-07 + -7.7275e+02 1.386e-06 + -7.7150e+02 9.135e-07 + -7.7025e+02 8.736e-07 + -7.6900e+02 1.307e-06 + -7.6775e+02 6.715e-07 + -7.6650e+02 1.419e-06 + -7.6525e+02 1.124e-06 + -7.6400e+02 1.107e-06 + -7.6275e+02 9.950e-07 + -7.6150e+02 6.461e-07 + -7.6025e+02 9.715e-07 + -7.5900e+02 9.165e-07 + -7.5775e+02 7.014e-07 + -7.5650e+02 1.282e-06 + -7.5525e+02 1.194e-06 + -7.5400e+02 8.932e-07 + -7.5275e+02 7.952e-07 + -7.5150e+02 8.556e-07 + -7.5025e+02 7.173e-07 + -7.4900e+02 1.400e-06 + -7.4775e+02 8.520e-07 + -7.4650e+02 1.115e-06 + -7.4525e+02 6.994e-07 + -7.4400e+02 1.289e-06 + -7.4275e+02 4.278e-07 + -7.4150e+02 1.133e-06 + -7.4025e+02 6.510e-07 + -7.3900e+02 1.220e-06 + -7.3775e+02 4.250e-07 + -7.3650e+02 7.129e-07 + -7.3525e+02 5.013e-07 + -7.3400e+02 7.046e-07 + -7.3275e+02 6.957e-07 + -7.3150e+02 8.957e-07 + -7.3025e+02 4.999e-07 + -7.2900e+02 3.991e-07 + -7.2775e+02 7.861e-07 + -7.2650e+02 7.223e-07 + -7.2525e+02 5.789e-07 + -7.2400e+02 5.039e-07 + -7.2275e+02 3.074e-07 + -7.2150e+02 6.430e-07 + -7.2025e+02 9.320e-07 + -7.1900e+02 3.079e-07 + -7.1775e+02 8.938e-07 + -7.1650e+02 8.293e-07 + -7.1525e+02 7.001e-07 + -7.1400e+02 3.602e-07 + -7.1275e+02 5.411e-08 + -7.1150e+02 6.320e-07 + -7.1025e+02 2.603e-07 + -7.0900e+02 2.390e-07 + -7.0775e+02 3.652e-07 + -7.0650e+02 5.144e-07 + -7.0525e+02 4.013e-07 + -7.0400e+02 7.450e-07 + -7.0275e+02 5.964e-07 + -7.0150e+02 1.657e-07 + -7.0025e+02 2.703e-07 + -6.9900e+02 3.004e-07 + -6.9775e+02 5.178e-07 + -6.9650e+02 5.790e-07 + -6.9525e+02 3.241e-07 + -6.9400e+02 3.630e-07 + -6.9275e+02 6.471e-07 + -6.9150e+02 6.416e-07 + -6.9025e+02 3.455e-07 + -6.8900e+02 3.677e-08 + -6.8775e+02 2.263e-07 + -6.8650e+02 4.126e-07 + -6.8525e+02 1.860e-07 + -6.8400e+02 2.906e-07 + -6.8275e+02 5.932e-07 + -6.8150e+02 1.008e-06 + -6.8025e+02 1.684e-07 + -6.7900e+02 2.098e-07 + -6.7775e+02 5.023e-08 + -6.7650e+02 8.129e-08 + -6.7525e+02 6.413e-08 + -6.7400e+02 3.660e-07 + -6.7275e+02 1.206e-06 + -6.7150e+02 1.877e-07 + -6.7025e+02 1.262e-06 + -6.6900e+02 5.278e-07 + -6.6775e+02 2.261e-07 + -6.6650e+02 6.196e-07 + -6.6525e+02 1.388e-07 + -6.6400e+02 6.787e-07 + -6.6275e+02 3.785e-07 + -6.6150e+02 1.010e-08 + -6.6025e+02 7.120e-08 + -6.5900e+02 8.966e-07 + -6.5775e+02 4.322e-07 + -6.5650e+02 4.575e-07 + -6.5525e+02 3.572e-08 + -6.5400e+02 2.656e-07 + -6.5275e+02 1.812e-06 + -6.5150e+02 1.692e-07 + -6.5025e+02 6.429e-07 + -6.4900e+02 1.488e-06 + -6.4775e+02 6.623e-07 + -6.4650e+02 1.519e-07 + -6.4525e+02 1.056e-06 + -6.4400e+02 6.880e-07 + -6.4275e+02 6.093e-07 + -6.4150e+02 4.148e-07 + -6.4025e+02 4.729e-07 + -6.3900e+02 1.631e-06 + -6.3775e+02 2.239e-06 + -6.3650e+02 4.065e-07 + -6.3525e+02 1.213e-06 + -6.3400e+02 5.983e-07 + -6.3275e+02 6.897e-08 + -6.3150e+02 6.527e-07 + -6.3025e+02 9.513e-07 + -6.2900e+02 2.915e-06 + -6.2775e+02 1.396e-06 + -6.2650e+02 7.110e-07 + -6.2525e+02 9.358e-07 + -6.2400e+02 3.467e-06 + -6.2275e+02 8.815e-07 + -6.2150e+02 8.754e-07 + -6.2025e+02 1.877e-06 + -6.1900e+02 3.196e-06 + -6.1775e+02 2.342e-06 + -6.1650e+02 2.034e-06 + -6.1525e+02 4.710e-06 + -6.1400e+02 1.074e-06 + -6.1275e+02 3.666e-06 + -6.1150e+02 1.412e-06 + -6.1025e+02 1.261e-06 + -6.0900e+02 1.466e-06 + -6.0775e+02 1.510e-06 + -6.0650e+02 2.804e-06 + -6.0525e+02 2.593e-06 + -6.0400e+02 1.316e-06 + -6.0275e+02 6.114e-07 + -6.0150e+02 2.069e-06 + -6.0025e+02 1.832e-06 + -5.9900e+02 2.927e-06 + -5.9775e+02 2.984e-06 + -5.9650e+02 1.724e-06 + -5.9525e+02 2.789e-06 + -5.9400e+02 1.823e-06 + -5.9275e+02 4.426e-06 + -5.9150e+02 3.145e-06 + -5.9025e+02 2.241e-06 + -5.8900e+02 1.630e-06 + -5.8775e+02 1.658e-06 + -5.8650e+02 1.610e-06 + -5.8525e+02 2.560e-06 + -5.8400e+02 4.381e-07 + -5.8275e+02 1.409e-06 + -5.8150e+02 1.761e-06 + -5.8025e+02 5.703e-06 + -5.7900e+02 4.895e-06 + -5.7775e+02 1.319e-06 + -5.7650e+02 5.354e-06 + -5.7525e+02 1.792e-06 + -5.7400e+02 4.364e-06 + -5.7275e+02 1.794e-06 + -5.7150e+02 5.252e-06 + -5.7025e+02 6.519e-06 + -5.6900e+02 5.162e-06 + -5.6775e+02 5.023e-06 + -5.6650e+02 4.402e-06 + -5.6525e+02 1.630e-06 + -5.6400e+02 6.623e-06 + -5.6275e+02 5.719e-06 + -5.6150e+02 5.187e-06 + -5.6025e+02 4.592e-06 + -5.5900e+02 6.550e-06 + -5.5775e+02 6.902e-06 + -5.5650e+02 5.546e-06 + -5.5525e+02 4.775e-06 + -5.5400e+02 2.034e-06 + -5.5275e+02 7.782e-06 + -5.5150e+02 7.485e-06 + -5.5025e+02 7.771e-06 + -5.4900e+02 3.002e-06 + -5.4775e+02 8.126e-06 + -5.4650e+02 6.074e-06 + -5.4525e+02 6.218e-06 + -5.4400e+02 1.237e-06 + -5.4275e+02 6.727e-06 + -5.4150e+02 8.497e-06 + -5.4025e+02 5.855e-06 + -5.3900e+02 4.859e-06 + -5.3775e+02 8.411e-06 + -5.3650e+02 9.486e-06 + -5.3525e+02 1.009e-05 + -5.3400e+02 1.071e-05 + -5.3275e+02 6.991e-06 + -5.3150e+02 8.603e-06 + -5.3025e+02 9.203e-06 + -5.2900e+02 6.072e-06 + -5.2775e+02 1.021e-05 + -5.2650e+02 3.743e-06 + -5.2525e+02 1.016e-05 + -5.2400e+02 3.860e-06 + -5.2275e+02 1.073e-05 + -5.2150e+02 8.595e-06 + -5.2025e+02 1.592e-05 + -5.1900e+02 6.348e-06 + -5.1775e+02 8.370e-06 + -5.1650e+02 1.451e-05 + -5.1525e+02 1.404e-05 + -5.1400e+02 2.046e-06 + -5.1275e+02 9.659e-06 + -5.1150e+02 9.741e-06 + -5.1025e+02 1.399e-05 + -5.0900e+02 1.046e-05 + -5.0775e+02 3.980e-06 + -5.0650e+02 1.094e-05 + -5.0525e+02 1.081e-05 + -5.0400e+02 1.322e-05 + -5.0275e+02 1.862e-06 + -5.0150e+02 6.723e-06 + -5.0025e+02 7.927e-06 + -4.9900e+02 1.780e-05 + -4.9775e+02 6.766e-06 + -4.9650e+02 7.546e-06 + -4.9525e+02 1.064e-05 + -4.9400e+02 1.226e-05 + -4.9275e+02 1.095e-05 + -4.9150e+02 1.254e-05 + -4.9025e+02 3.598e-06 + -4.8900e+02 9.585e-06 + -4.8775e+02 9.797e-06 + -4.8650e+02 6.889e-06 + -4.8525e+02 8.196e-06 + -4.8400e+02 1.322e-05 + -4.8275e+02 1.569e-05 + -4.8150e+02 1.223e-05 + -4.8025e+02 1.145e-05 + -4.7900e+02 9.914e-06 + -4.7775e+02 1.848e-05 + -4.7650e+02 3.489e-06 + -4.7525e+02 8.086e-06 + -4.7400e+02 1.279e-05 + -4.7275e+02 1.914e-05 + -4.7150e+02 1.934e-05 + -4.7025e+02 9.334e-06 + -4.6900e+02 2.721e-05 + -4.6775e+02 2.229e-05 + -4.6650e+02 9.914e-06 + -4.6525e+02 2.004e-05 + -4.6400e+02 1.990e-05 + -4.6275e+02 1.018e-05 + -4.6150e+02 1.942e-05 + -4.6025e+02 1.285e-05 + -4.5900e+02 1.988e-05 + -4.5775e+02 1.285e-05 + -4.5650e+02 7.169e-06 + -4.5525e+02 1.371e-05 + -4.5400e+02 1.566e-05 + -4.5275e+02 9.290e-06 + -4.5150e+02 8.835e-06 + -4.5025e+02 1.321e-05 + -4.4900e+02 1.779e-05 + -4.4775e+02 1.505e-05 + -4.4650e+02 1.130e-05 + -4.4525e+02 1.468e-05 + -4.4400e+02 6.860e-06 + -4.4275e+02 1.985e-05 + -4.4150e+02 1.336e-05 + -4.4025e+02 5.098e-06 + -4.3900e+02 1.979e-05 + -4.3775e+02 5.736e-06 + -4.3650e+02 2.870e-05 + -4.3525e+02 5.742e-06 + -4.3400e+02 1.816e-05 + -4.3275e+02 1.000e-06 + -4.3150e+02 2.102e-05 + -4.3025e+02 4.873e-06 + -4.2900e+02 7.956e-06 + -4.2775e+02 1.422e-05 + -4.2650e+02 1.616e-05 + -4.2525e+02 1.361e-05 + -4.2400e+02 5.676e-06 + -4.2275e+02 1.748e-05 + -4.2150e+02 1.042e-05 + -4.2025e+02 1.362e-05 + -4.1900e+02 1.178e-05 + -4.1775e+02 1.198e-05 + -4.1650e+02 1.995e-05 + -4.1525e+02 1.572e-05 + -4.1400e+02 2.756e-05 + -4.1275e+02 1.108e-05 + -4.1150e+02 8.785e-06 + -4.1025e+02 1.288e-05 + -4.0900e+02 2.146e-05 + -4.0775e+02 1.729e-05 + -4.0650e+02 2.225e-05 + -4.0525e+02 2.217e-06 + -4.0400e+02 7.259e-06 + -4.0275e+02 5.261e-06 + -4.0150e+02 1.377e-05 + -4.0025e+02 6.891e-06 + -3.9900e+02 9.778e-06 + -3.9775e+02 2.011e-05 + -3.9650e+02 1.129e-05 + -3.9525e+02 2.054e-06 + -3.9400e+02 2.105e-05 + -3.9275e+02 1.721e-05 + -3.9150e+02 1.764e-05 + -3.9025e+02 8.825e-06 + -3.8900e+02 6.319e-06 + -3.8775e+02 5.948e-06 + -3.8650e+02 2.929e-05 + -3.8525e+02 2.468e-05 + -3.8400e+02 2.420e-06 + -3.8275e+02 2.144e-05 + -3.8150e+02 2.952e-05 + -3.8025e+02 6.144e-06 + -3.7900e+02 1.208e-05 + -3.7775e+02 3.134e-06 + -3.7650e+02 8.771e-06 + -3.7525e+02 1.674e-05 + -3.7400e+02 7.964e-06 + -3.7275e+02 8.157e-06 + -3.7150e+02 9.357e-06 + -3.7025e+02 9.284e-06 + -3.6900e+02 2.949e-06 + -3.6775e+02 5.150e-06 + -3.6650e+02 4.218e-06 + -3.6525e+02 1.369e-05 + -3.6400e+02 1.127e-05 + -3.6275e+02 1.231e-05 + -3.6150e+02 8.287e-06 + -3.6025e+02 1.035e-05 + -3.5900e+02 2.791e-05 + -3.5775e+02 1.438e-05 + -3.5650e+02 7.010e-06 + -3.5525e+02 6.317e-06 + -3.5400e+02 4.648e-06 + -3.5275e+02 3.468e-05 + -3.5150e+02 8.922e-06 + -3.5025e+02 6.619e-06 + -3.4900e+02 6.347e-06 + -3.4775e+02 2.918e-05 + -3.4650e+02 1.183e-05 + -3.4525e+02 1.513e-05 + -3.4400e+02 7.104e-06 + -3.4275e+02 4.453e-06 + -3.4150e+02 1.011e-05 + -3.4025e+02 1.073e-05 + -3.3900e+02 9.693e-06 + -3.3775e+02 1.424e-05 + -3.3650e+02 7.145e-06 + -3.3525e+02 1.440e-05 + -3.3400e+02 6.007e-06 + -3.3275e+02 4.949e-06 + -3.3150e+02 5.406e-06 + -3.3025e+02 4.178e-06 + -3.2900e+02 5.306e-06 + -3.2775e+02 3.149e-06 + -3.2650e+02 1.493e-05 + -3.2525e+02 1.867e-05 + -3.2400e+02 3.854e-06 + -3.2275e+02 3.243e-06 + -3.2150e+02 7.125e-06 + -3.2025e+02 1.604e-05 + -3.1900e+02 2.382e-05 + -3.1775e+02 1.050e-05 + -3.1650e+02 5.834e-06 + -3.1525e+02 9.310e-06 + -3.1400e+02 4.249e-06 + -3.1275e+02 2.064e-05 + -3.1150e+02 8.986e-06 + -3.1025e+02 1.600e-05 + -3.0900e+02 1.226e-05 + -3.0775e+02 1.610e-05 + -3.0650e+02 9.395e-06 + -3.0525e+02 2.572e-05 + -3.0400e+02 1.869e-05 + -3.0275e+02 3.789e-06 + -3.0150e+02 3.211e-05 + -3.0025e+02 2.151e-05 + -2.9900e+02 1.500e-05 + -2.9775e+02 2.273e-05 + -2.9650e+02 1.117e-05 + -2.9525e+02 3.637e-05 + -2.9400e+02 1.664e-05 + -2.9275e+02 3.252e-05 + -2.9150e+02 7.443e-06 + -2.9025e+02 3.489e-05 + -2.8900e+02 2.103e-05 + -2.8775e+02 2.659e-05 + -2.8650e+02 4.353e-05 + -2.8525e+02 1.912e-05 + -2.8400e+02 3.362e-05 + -2.8275e+02 3.205e-05 + -2.8150e+02 5.157e-05 + -2.8025e+02 5.386e-05 + -2.7900e+02 1.815e-05 + -2.7775e+02 6.362e-05 + -2.7650e+02 3.668e-05 + -2.7525e+02 3.978e-05 + -2.7400e+02 7.950e-05 + -2.7275e+02 5.161e-05 + -2.7150e+02 5.900e-05 + -2.7025e+02 4.952e-05 + -2.6900e+02 5.162e-05 + -2.6775e+02 4.955e-05 + -2.6650e+02 5.909e-05 + -2.6525e+02 7.689e-05 + -2.6400e+02 6.066e-05 + -2.6275e+02 7.840e-05 + -2.6150e+02 5.462e-05 + -2.6025e+02 7.742e-05 + -2.5900e+02 9.932e-05 + -2.5775e+02 7.483e-05 + -2.5650e+02 1.014e-04 + -2.5525e+02 9.863e-05 + -2.5400e+02 1.159e-04 + -2.5275e+02 1.121e-04 + -2.5150e+02 1.158e-04 + -2.5025e+02 1.100e-04 + -2.4900e+02 1.464e-04 + -2.4775e+02 1.530e-04 + -2.4650e+02 1.372e-04 + -2.4525e+02 1.683e-04 + -2.4400e+02 1.214e-04 + -2.4275e+02 1.568e-04 + -2.4150e+02 2.005e-04 + -2.4025e+02 1.927e-04 + -2.3900e+02 1.657e-04 + -2.3775e+02 1.848e-04 + -2.3650e+02 2.129e-04 + -2.3525e+02 2.077e-04 + -2.3400e+02 2.239e-04 + -2.3275e+02 2.319e-04 + -2.3150e+02 2.064e-04 + -2.3025e+02 2.598e-04 + -2.2900e+02 2.671e-04 + -2.2775e+02 2.781e-04 + -2.2650e+02 2.081e-04 + -2.2525e+02 3.137e-04 + -2.2400e+02 3.186e-04 + -2.2275e+02 2.838e-04 + -2.2150e+02 3.386e-04 + -2.2025e+02 3.983e-04 + -2.1900e+02 4.227e-04 + -2.1775e+02 2.882e-04 + -2.1650e+02 3.060e-04 + -2.1525e+02 3.452e-04 + -2.1400e+02 2.855e-04 + -2.1275e+02 4.441e-04 + -2.1150e+02 4.853e-04 + -2.1025e+02 4.615e-04 + -2.0900e+02 4.369e-04 + -2.0775e+02 4.869e-04 + -2.0650e+02 4.469e-04 + -2.0525e+02 5.141e-04 + -2.0400e+02 3.566e-04 + -2.0275e+02 5.495e-04 + -2.0150e+02 5.046e-04 + -2.0025e+02 6.019e-04 + -1.9900e+02 5.644e-04 + -1.9775e+02 7.820e-04 + -1.9650e+02 6.028e-04 + -1.9525e+02 5.692e-04 + -1.9400e+02 6.572e-04 + -1.9275e+02 7.963e-04 + -1.9150e+02 6.679e-04 + -1.9025e+02 6.520e-04 + -1.8900e+02 7.454e-04 + -1.8775e+02 9.102e-04 + -1.8650e+02 7.607e-04 + -1.8525e+02 9.273e-04 + -1.8400e+02 9.183e-04 + -1.8275e+02 1.093e-03 + -1.8150e+02 9.935e-04 + -1.8025e+02 1.138e-03 + -1.7900e+02 9.204e-04 + -1.7775e+02 9.735e-04 + -1.7650e+02 8.593e-04 + -1.7525e+02 1.019e-03 + -1.7400e+02 1.017e-03 + -1.7275e+02 9.456e-04 + -1.7150e+02 1.350e-03 + -1.7025e+02 1.233e-03 + -1.6900e+02 1.138e-03 + -1.6775e+02 1.226e-03 + -1.6650e+02 1.562e-03 + -1.6525e+02 1.547e-03 + -1.6400e+02 1.427e-03 + -1.6275e+02 1.400e-03 + -1.6150e+02 1.779e-03 + -1.6025e+02 1.667e-03 + -1.5900e+02 1.720e-03 + -1.5775e+02 1.998e-03 + -1.5650e+02 1.995e-03 + -1.5525e+02 1.972e-03 + -1.5400e+02 1.957e-03 + -1.5275e+02 1.999e-03 + -1.5150e+02 1.932e-03 + -1.5025e+02 1.991e-03 + -1.4900e+02 2.603e-03 + -1.4775e+02 2.249e-03 + -1.4650e+02 2.467e-03 + -1.4525e+02 2.847e-03 + -1.4400e+02 2.598e-03 + -1.4275e+02 2.876e-03 + -1.4150e+02 2.730e-03 + -1.4025e+02 3.608e-03 + -1.3900e+02 3.226e-03 + -1.3775e+02 3.112e-03 + -1.3650e+02 3.237e-03 + -1.3525e+02 3.090e-03 + -1.3400e+02 3.337e-03 + -1.3275e+02 3.444e-03 + -1.3150e+02 3.627e-03 + -1.3025e+02 3.688e-03 + -1.2900e+02 3.834e-03 + -1.2775e+02 3.821e-03 + -1.2650e+02 4.183e-03 + -1.2525e+02 4.499e-03 + -1.2400e+02 3.960e-03 + -1.2275e+02 4.396e-03 + -1.2150e+02 3.938e-03 + -1.2025e+02 4.876e-03 + -1.1900e+02 4.718e-03 + -1.1775e+02 5.052e-03 + -1.1650e+02 5.626e-03 + -1.1525e+02 5.431e-03 + -1.1400e+02 5.547e-03 + -1.1275e+02 5.231e-03 + -1.1150e+02 5.676e-03 + -1.1025e+02 6.826e-03 + -1.0900e+02 6.139e-03 + -1.0775e+02 6.187e-03 + -1.0650e+02 6.318e-03 + -1.0525e+02 7.276e-03 + -1.0400e+02 5.817e-03 + -1.0275e+02 7.001e-03 + -1.0150e+02 7.690e-03 + -1.0025e+02 8.125e-03 + -9.9000e+01 8.440e-03 + -9.7750e+01 8.754e-03 + -9.6500e+01 9.544e-03 + -9.5250e+01 1.032e-02 + -9.4000e+01 9.437e-03 + -9.2750e+01 9.911e-03 + -9.1500e+01 1.079e-02 + -9.0250e+01 1.146e-02 + -8.9000e+01 1.239e-02 + -8.7750e+01 1.315e-02 + -8.6500e+01 1.303e-02 + -8.5250e+01 1.238e-02 + -8.4000e+01 1.369e-02 + -8.2750e+01 1.428e-02 + -8.1500e+01 1.581e-02 + -8.0250e+01 1.591e-02 + -7.9000e+01 1.696e-02 + -7.7750e+01 1.791e-02 + -7.6500e+01 1.773e-02 + -7.5250e+01 1.849e-02 + -7.4000e+01 1.925e-02 + -7.2750e+01 2.010e-02 + -7.1500e+01 2.147e-02 + -7.0250e+01 2.172e-02 + -6.9000e+01 2.305e-02 + -6.7750e+01 2.422e-02 + -6.6500e+01 2.479e-02 + -6.5250e+01 2.708e-02 + -6.4000e+01 2.680e-02 + -6.2750e+01 2.780e-02 + -6.1500e+01 2.750e-02 + -6.0250e+01 2.872e-02 + -5.9000e+01 2.881e-02 + -5.7750e+01 3.240e-02 + -5.6500e+01 3.357e-02 + -5.5250e+01 3.664e-02 + -5.4000e+01 3.552e-02 + -5.2750e+01 3.898e-02 + -5.1500e+01 3.883e-02 + -5.0250e+01 4.057e-02 + -4.9000e+01 4.104e-02 + -4.7750e+01 4.494e-02 + -4.6500e+01 4.589e-02 + -4.5250e+01 5.291e-02 + -4.4000e+01 5.305e-02 + -4.2750e+01 5.705e-02 + -4.1500e+01 5.760e-02 + -4.0250e+01 6.617e-02 + -3.9000e+01 6.673e-02 + -3.7750e+01 7.625e-02 + -3.6500e+01 7.817e-02 + -3.5250e+01 8.935e-02 + -3.4000e+01 9.550e-02 + -3.2750e+01 1.053e-01 + -3.1500e+01 1.091e-01 + -3.0250e+01 1.261e-01 + -2.9000e+01 1.356e-01 + -2.7750e+01 1.555e-01 + -2.6500e+01 1.662e-01 + -2.5250e+01 1.927e-01 + -2.4000e+01 2.086e-01 + -2.2750e+01 2.403e-01 + -2.1500e+01 2.615e-01 + -2.0250e+01 3.116e-01 + -1.9000e+01 3.564e-01 + -1.7750e+01 4.336e-01 + -1.6500e+01 4.959e-01 + -1.5250e+01 6.101e-01 + -1.4000e+01 6.969e-01 + -1.2750e+01 8.598e-01 + -1.1500e+01 1.003e+00 + -1.0250e+01 1.316e+00 + -9.0000e+00 1.661e+00 + -7.7500e+00 2.435e+00 + -6.5000e+00 3.385e+00 + -5.2500e+00 5.814e+00 + -4.0000e+00 8.979e+00 + -2.7500e+00 2.426e+01 + -1.5000e+00 5.055e+01 + -2.5000e-01 7.251e+03 + + -1.0240e+03 2.864e-12 + -1.0228e+03 3.368e-12 + -1.0215e+03 1.245e-11 + -1.0202e+03 8.964e-12 + -1.0190e+03 9.463e-12 + -1.0178e+03 2.337e-12 + -1.0165e+03 2.593e-12 + -1.0152e+03 3.250e-12 + -1.0140e+03 1.045e-11 + -1.0128e+03 1.575e-11 + -1.0115e+03 9.923e-12 + -1.0102e+03 1.784e-12 + -1.0090e+03 4.309e-13 + -1.0078e+03 1.010e-12 + -1.0065e+03 1.398e-11 + -1.0052e+03 2.275e-12 + -1.0040e+03 3.039e-12 + -1.0028e+03 6.251e-12 + -1.0015e+03 2.145e-11 + -1.0002e+03 8.431e-14 + -9.9900e+02 9.609e-12 + -9.9775e+02 9.609e-12 + -9.9650e+02 2.870e-11 + -9.9525e+02 1.028e-11 + -9.9400e+02 4.030e-12 + -9.9275e+02 2.067e-11 + -9.9150e+02 4.163e-11 + -9.9025e+02 4.397e-12 + -9.8900e+02 3.704e-12 + -9.8775e+02 5.765e-12 + -9.8650e+02 6.899e-12 + -9.8525e+02 7.826e-12 + -9.8400e+02 1.071e-11 + -9.8275e+02 3.176e-11 + -9.8150e+02 1.505e-11 + -9.8025e+02 2.445e-12 + -9.7900e+02 8.495e-11 + -9.7775e+02 3.141e-11 + -9.7650e+02 6.437e-11 + -9.7525e+02 5.852e-11 + -9.7400e+02 1.595e-10 + -9.7275e+02 5.678e-11 + -9.7150e+02 1.247e-11 + -9.7025e+02 1.984e-11 + -9.6900e+02 6.683e-11 + -9.6775e+02 2.262e-11 + -9.6650e+02 1.780e-10 + -9.6525e+02 3.339e-11 + -9.6400e+02 2.213e-11 + -9.6275e+02 4.769e-11 + -9.6150e+02 1.482e-10 + -9.6025e+02 4.941e-10 + -9.5900e+02 4.569e-11 + -9.5775e+02 7.328e-11 + -9.5650e+02 3.318e-11 + -9.5525e+02 1.699e-11 + -9.5400e+02 2.353e-10 + -9.5275e+02 1.118e-10 + -9.5150e+02 9.428e-11 + -9.5025e+02 9.388e-11 + -9.4900e+02 5.518e-12 + -9.4775e+02 6.954e-12 + -9.4650e+02 6.131e-11 + -9.4525e+02 4.703e-11 + -9.4400e+02 1.133e-10 + -9.4275e+02 4.032e-10 + -9.4150e+02 1.219e-10 + -9.4025e+02 6.143e-11 + -9.3900e+02 8.695e-11 + -9.3775e+02 3.071e-11 + -9.3650e+02 6.612e-10 + -9.3525e+02 5.439e-11 + -9.3400e+02 1.534e-10 + -9.3275e+02 1.073e-10 + -9.3150e+02 4.459e-11 + -9.3025e+02 2.308e-10 + -9.2900e+02 9.804e-10 + -9.2775e+02 3.116e-10 + -9.2650e+02 1.053e-10 + -9.2525e+02 6.548e-10 + -9.2400e+02 4.954e-10 + -9.2275e+02 7.074e-10 + -9.2150e+02 4.945e-11 + -9.2025e+02 1.778e-10 + -9.1900e+02 1.917e-10 + -9.1775e+02 6.614e-10 + -9.1650e+02 2.783e-10 + -9.1525e+02 1.174e-09 + -9.1400e+02 1.450e-10 + -9.1275e+02 1.073e-09 + -9.1150e+02 1.534e-10 + -9.1025e+02 1.649e-09 + -9.0900e+02 4.282e-10 + -9.0775e+02 4.005e-10 + -9.0650e+02 6.032e-10 + -9.0525e+02 5.690e-10 + -9.0400e+02 4.030e-10 + -9.0275e+02 4.711e-10 + -9.0150e+02 1.228e-10 + -9.0025e+02 3.092e-10 + -8.9900e+02 4.962e-10 + -8.9775e+02 2.074e-10 + -8.9650e+02 1.412e-11 + -8.9525e+02 2.507e-09 + -8.9400e+02 2.730e-10 + -8.9275e+02 1.351e-09 + -8.9150e+02 1.158e-10 + -8.9025e+02 5.784e-11 + -8.8900e+02 1.483e-10 + -8.8775e+02 6.779e-10 + -8.8650e+02 2.637e-10 + -8.8525e+02 1.798e-10 + -8.8400e+02 1.014e-09 + -8.8275e+02 5.778e-09 + -8.8150e+02 4.274e-11 + -8.8025e+02 7.762e-12 + -8.7900e+02 2.150e-09 + -8.7775e+02 1.740e-10 + -8.7650e+02 1.991e-09 + -8.7525e+02 4.487e-09 + -8.7400e+02 2.069e-09 + -8.7275e+02 4.542e-09 + -8.7150e+02 1.388e-09 + -8.7025e+02 4.397e-11 + -8.6900e+02 2.824e-09 + -8.6775e+02 4.307e-09 + -8.6650e+02 2.256e-09 + -8.6525e+02 1.918e-09 + -8.6400e+02 2.447e-09 + -8.6275e+02 4.484e-09 + -8.6150e+02 2.026e-09 + -8.6025e+02 4.222e-10 + -8.5900e+02 1.015e-09 + -8.5775e+02 1.668e-09 + -8.5650e+02 5.680e-10 + -8.5525e+02 1.395e-09 + -8.5400e+02 1.069e-09 + -8.5275e+02 1.821e-09 + -8.5150e+02 3.297e-11 + -8.5025e+02 3.193e-10 + -8.4900e+02 1.750e-10 + -8.4775e+02 1.072e-09 + -8.4650e+02 2.148e-09 + -8.4525e+02 5.639e-10 + -8.4400e+02 2.188e-09 + -8.4275e+02 3.374e-09 + -8.4150e+02 6.827e-09 + -8.4025e+02 6.848e-10 + -8.3900e+02 9.708e-11 + -8.3775e+02 2.006e-09 + -8.3650e+02 6.869e-10 + -8.3525e+02 1.325e-09 + -8.3400e+02 8.742e-09 + -8.3275e+02 5.530e-09 + -8.3150e+02 1.398e-09 + -8.3025e+02 3.530e-09 + -8.2900e+02 3.794e-09 + -8.2775e+02 2.218e-10 + -8.2650e+02 6.607e-09 + -8.2525e+02 4.341e-10 + -8.2400e+02 9.550e-09 + -8.2275e+02 3.152e-10 + -8.2150e+02 4.843e-09 + -8.2025e+02 1.132e-08 + -8.1900e+02 2.045e-09 + -8.1775e+02 6.107e-10 + -8.1650e+02 1.356e-08 + -8.1525e+02 6.231e-09 + -8.1400e+02 1.379e-08 + -8.1275e+02 2.386e-09 + -8.1150e+02 2.691e-11 + -8.1025e+02 2.809e-09 + -8.0900e+02 7.791e-09 + -8.0775e+02 6.329e-09 + -8.0650e+02 2.406e-08 + -8.0525e+02 3.096e-09 + -8.0400e+02 1.544e-09 + -8.0275e+02 2.898e-09 + -8.0150e+02 2.907e-09 + -8.0025e+02 2.893e-09 + -7.9900e+02 1.670e-08 + -7.9775e+02 8.992e-09 + -7.9650e+02 1.404e-08 + -7.9525e+02 2.953e-09 + -7.9400e+02 1.907e-09 + -7.9275e+02 5.860e-09 + -7.9150e+02 1.921e-09 + -7.9025e+02 9.388e-09 + -7.8900e+02 4.117e-09 + -7.8775e+02 3.419e-09 + -7.8650e+02 1.156e-08 + -7.8525e+02 4.982e-09 + -7.8400e+02 5.100e-08 + -7.8275e+02 3.489e-09 + -7.8150e+02 2.160e-08 + -7.8025e+02 2.392e-08 + -7.7900e+02 3.253e-09 + -7.7775e+02 2.911e-08 + -7.7650e+02 1.850e-09 + -7.7525e+02 1.102e-08 + -7.7400e+02 1.563e-09 + -7.7275e+02 4.156e-09 + -7.7150e+02 4.432e-09 + -7.7025e+02 7.322e-09 + -7.6900e+02 1.739e-08 + -7.6775e+02 4.508e-09 + -7.6650e+02 6.873e-09 + -7.6525e+02 8.315e-09 + -7.6400e+02 1.170e-08 + -7.6275e+02 1.904e-09 + -7.6150e+02 1.260e-08 + -7.6025e+02 3.031e-08 + -7.5900e+02 2.638e-09 + -7.5775e+02 1.789e-08 + -7.5650e+02 5.599e-09 + -7.5525e+02 7.700e-09 + -7.5400e+02 5.686e-09 + -7.5275e+02 1.444e-08 + -7.5150e+02 5.727e-09 + -7.5025e+02 1.894e-08 + -7.4900e+02 1.196e-09 + -7.4775e+02 5.449e-08 + -7.4650e+02 7.796e-09 + -7.4525e+02 1.995e-08 + -7.4400e+02 4.587e-08 + -7.4275e+02 4.241e-08 + -7.4150e+02 3.835e-08 + -7.4025e+02 6.522e-09 + -7.3900e+02 4.466e-09 + -7.3775e+02 5.064e-09 + -7.3650e+02 1.248e-08 + -7.3525e+02 5.943e-09 + -7.3400e+02 5.835e-09 + -7.3275e+02 1.534e-09 + -7.3150e+02 3.347e-08 + -7.3025e+02 3.347e-08 + -7.2900e+02 6.437e-09 + -7.2775e+02 2.730e-09 + -7.2650e+02 4.358e-08 + -7.2525e+02 5.664e-09 + -7.2400e+02 5.686e-08 + -7.2275e+02 2.785e-09 + -7.2150e+02 1.511e-08 + -7.2025e+02 4.572e-09 + -7.1900e+02 2.138e-08 + -7.1775e+02 2.440e-08 + -7.1650e+02 4.021e-09 + -7.1525e+02 3.280e-09 + -7.1400e+02 2.051e-08 + -7.1275e+02 5.261e-09 + -7.1150e+02 2.882e-09 + -7.1025e+02 3.261e-08 + -7.0900e+02 1.170e-08 + -7.0775e+02 1.667e-08 + -7.0650e+02 8.455e-09 + -7.0525e+02 2.701e-09 + -7.0400e+02 3.972e-08 + -7.0275e+02 1.172e-08 + -7.0150e+02 1.529e-08 + -7.0025e+02 3.802e-08 + -6.9900e+02 3.036e-09 + -6.9775e+02 2.313e-08 + -6.9650e+02 4.863e-08 + -6.9525e+02 1.857e-08 + -6.9400e+02 9.076e-09 + -6.9275e+02 3.147e-08 + -6.9150e+02 5.406e-08 + -6.9025e+02 5.464e-08 + -6.8900e+02 4.630e-08 + -6.8775e+02 1.201e-09 + -6.8650e+02 1.796e-08 + -6.8525e+02 9.889e-08 + -6.8400e+02 3.177e-09 + -6.8275e+02 7.664e-09 + -6.8150e+02 5.869e-08 + -6.8025e+02 2.499e-08 + -6.7900e+02 1.143e-08 + -6.7775e+02 1.421e-08 + -6.7650e+02 1.315e-07 + -6.7525e+02 1.171e-07 + -6.7400e+02 3.596e-08 + -6.7275e+02 1.460e-07 + -6.7150e+02 2.749e-08 + -6.7025e+02 1.362e-07 + -6.6900e+02 1.897e-07 + -6.6775e+02 3.033e-08 + -6.6650e+02 1.740e-09 + -6.6525e+02 5.745e-08 + -6.6400e+02 3.477e-08 + -6.6275e+02 2.748e-07 + -6.6150e+02 9.731e-09 + -6.6025e+02 5.931e-08 + -6.5900e+02 4.249e-08 + -6.5775e+02 2.076e-07 + -6.5650e+02 9.979e-08 + -6.5525e+02 1.287e-08 + -6.5400e+02 3.615e-08 + -6.5275e+02 2.564e-08 + -6.5150e+02 1.294e-07 + -6.5025e+02 4.066e-09 + -6.4900e+02 5.029e-08 + -6.4775e+02 1.139e-07 + -6.4650e+02 8.826e-09 + -6.4525e+02 4.224e-08 + -6.4400e+02 5.155e-08 + -6.4275e+02 4.421e-09 + -6.4150e+02 4.798e-08 + -6.4025e+02 7.367e-08 + -6.3900e+02 1.998e-07 + -6.3775e+02 2.499e-08 + -6.3650e+02 1.736e-07 + -6.3525e+02 1.014e-07 + -6.3400e+02 8.052e-08 + -6.3275e+02 5.613e-08 + -6.3150e+02 2.858e-08 + -6.3025e+02 8.739e-09 + -6.2900e+02 2.306e-08 + -6.2775e+02 5.607e-08 + -6.2650e+02 2.430e-07 + -6.2525e+02 2.618e-08 + -6.2400e+02 3.661e-08 + -6.2275e+02 5.824e-08 + -6.2150e+02 3.423e-08 + -6.2025e+02 5.395e-08 + -6.1900e+02 1.935e-07 + -6.1775e+02 1.871e-08 + -6.1650e+02 5.226e-08 + -6.1525e+02 5.291e-09 + -6.1400e+02 3.430e-08 + -6.1275e+02 3.790e-07 + -6.1150e+02 1.632e-07 + -6.1025e+02 1.734e-07 + -6.0900e+02 6.959e-08 + -6.0775e+02 7.569e-08 + -6.0650e+02 9.426e-09 + -6.0525e+02 1.405e-07 + -6.0400e+02 1.226e-07 + -6.0275e+02 6.871e-08 + -6.0150e+02 2.543e-08 + -6.0025e+02 8.065e-11 + -5.9900e+02 2.230e-08 + -5.9775e+02 2.535e-07 + -5.9650e+02 1.364e-09 + -5.9525e+02 2.877e-07 + -5.9400e+02 7.155e-08 + -5.9275e+02 4.718e-08 + -5.9150e+02 6.922e-08 + -5.9025e+02 3.075e-08 + -5.8900e+02 2.717e-08 + -5.8775e+02 1.416e-07 + -5.8650e+02 1.958e-08 + -5.8525e+02 3.527e-08 + -5.8400e+02 1.486e-07 + -5.8275e+02 4.441e-08 + -5.8150e+02 8.768e-08 + -5.8025e+02 1.016e-07 + -5.7900e+02 5.056e-08 + -5.7775e+02 1.500e-08 + -5.7650e+02 3.377e-08 + -5.7525e+02 2.930e-08 + -5.7400e+02 4.417e-08 + -5.7275e+02 4.463e-08 + -5.7150e+02 9.542e-08 + -5.7025e+02 2.220e-07 + -5.6900e+02 5.783e-08 + -5.6775e+02 7.371e-08 + -5.6650e+02 6.635e-08 + -5.6525e+02 2.348e-07 + -5.6400e+02 1.734e-07 + -5.6275e+02 2.470e-08 + -5.6150e+02 3.073e-07 + -5.6025e+02 2.318e-07 + -5.5900e+02 4.356e-08 + -5.5775e+02 5.699e-07 + -5.5650e+02 1.438e-07 + -5.5525e+02 2.937e-08 + -5.5400e+02 1.040e-07 + -5.5275e+02 4.709e-07 + -5.5150e+02 7.063e-09 + -5.5025e+02 2.687e-07 + -5.4900e+02 2.266e-07 + -5.4775e+02 1.290e-07 + -5.4650e+02 7.217e-09 + -5.4525e+02 5.701e-07 + -5.4400e+02 3.174e-07 + -5.4275e+02 2.447e-07 + -5.4150e+02 2.540e-07 + -5.4025e+02 2.177e-07 + -5.3900e+02 3.200e-08 + -5.3775e+02 1.385e-08 + -5.3650e+02 2.878e-07 + -5.3525e+02 2.703e-09 + -5.3400e+02 1.022e-07 + -5.3275e+02 3.832e-08 + -5.3150e+02 3.786e-07 + -5.3025e+02 5.197e-07 + -5.2900e+02 2.615e-07 + -5.2775e+02 2.267e-07 + -5.2650e+02 1.893e-07 + -5.2525e+02 3.479e-07 + -5.2400e+02 3.562e-07 + -5.2275e+02 7.568e-07 + -5.2150e+02 2.249e-07 + -5.2025e+02 6.485e-07 + -5.1900e+02 2.974e-07 + -5.1775e+02 1.302e-07 + -5.1650e+02 2.596e-07 + -5.1525e+02 8.110e-07 + -5.1400e+02 1.397e-07 + -5.1275e+02 3.588e-07 + -5.1150e+02 3.855e-07 + -5.1025e+02 1.254e-07 + -5.0900e+02 2.045e-07 + -5.0775e+02 4.783e-07 + -5.0650e+02 7.895e-07 + -5.0525e+02 4.305e-08 + -5.0400e+02 2.524e-07 + -5.0275e+02 6.374e-07 + -5.0150e+02 6.213e-08 + -5.0025e+02 3.350e-07 + -4.9900e+02 2.477e-07 + -4.9775e+02 3.353e-07 + -4.9650e+02 3.364e-07 + -4.9525e+02 2.436e-07 + -4.9400e+02 6.719e-08 + -4.9275e+02 6.175e-07 + -4.9150e+02 8.464e-08 + -4.9025e+02 2.814e-07 + -4.8900e+02 6.360e-07 + -4.8775e+02 6.806e-08 + -4.8650e+02 5.659e-07 + -4.8525e+02 9.898e-08 + -4.8400e+02 5.329e-08 + -4.8275e+02 1.219e-07 + -4.8150e+02 1.694e-08 + -4.8025e+02 3.103e-08 + -4.7900e+02 4.173e-07 + -4.7775e+02 7.558e-08 + -4.7650e+02 6.964e-07 + -4.7525e+02 7.506e-09 + -4.7400e+02 2.501e-08 + -4.7275e+02 8.522e-09 + -4.7150e+02 7.703e-07 + -4.7025e+02 3.420e-07 + -4.6900e+02 1.837e-07 + -4.6775e+02 8.267e-08 + -4.6650e+02 9.634e-07 + -4.6525e+02 9.082e-07 + -4.6400e+02 2.272e-07 + -4.6275e+02 9.290e-07 + -4.6150e+02 1.772e-07 + -4.6025e+02 4.314e-07 + -4.5900e+02 1.123e-07 + -4.5775e+02 7.900e-07 + -4.5650e+02 2.060e-07 + -4.5525e+02 2.609e-07 + -4.5400e+02 3.203e-08 + -4.5275e+02 1.473e-07 + -4.5150e+02 8.094e-08 + -4.5025e+02 1.816e-07 + -4.4900e+02 3.336e-09 + -4.4775e+02 5.371e-07 + -4.4650e+02 4.608e-08 + -4.4525e+02 4.467e-07 + -4.4400e+02 1.690e-07 + -4.4275e+02 1.744e-07 + -4.4150e+02 3.778e-07 + -4.4025e+02 5.397e-07 + -4.3900e+02 2.973e-07 + -4.3775e+02 1.884e-06 + -4.3650e+02 1.137e-08 + -4.3525e+02 3.816e-07 + -4.3400e+02 1.752e-07 + -4.3275e+02 8.305e-08 + -4.3150e+02 3.719e-07 + -4.3025e+02 5.243e-07 + -4.2900e+02 3.651e-07 + -4.2775e+02 4.963e-07 + -4.2650e+02 1.861e-07 + -4.2525e+02 1.152e-06 + -4.2400e+02 1.162e-07 + -4.2275e+02 2.762e-07 + -4.2150e+02 3.632e-07 + -4.2025e+02 1.475e-06 + -4.1900e+02 2.727e-07 + -4.1775e+02 4.791e-07 + -4.1650e+02 1.421e-07 + -4.1525e+02 4.752e-07 + -4.1400e+02 1.021e-07 + -4.1275e+02 5.049e-07 + -4.1150e+02 3.344e-07 + -4.1025e+02 1.992e-07 + -4.0900e+02 8.589e-07 + -4.0775e+02 4.217e-07 + -4.0650e+02 9.376e-07 + -4.0525e+02 4.219e-07 + -4.0400e+02 1.868e-09 + -4.0275e+02 2.467e-07 + -4.0150e+02 3.095e-07 + -4.0025e+02 4.000e-07 + -3.9900e+02 1.432e-06 + -3.9775e+02 1.348e-07 + -3.9650e+02 1.341e-06 + -3.9525e+02 2.517e-07 + -3.9400e+02 7.216e-07 + -3.9275e+02 1.364e-06 + -3.9150e+02 7.629e-08 + -3.9025e+02 6.042e-08 + -3.8900e+02 6.295e-07 + -3.8775e+02 1.555e-06 + -3.8650e+02 4.545e-07 + -3.8525e+02 2.493e-07 + -3.8400e+02 4.475e-08 + -3.8275e+02 2.178e-10 + -3.8150e+02 2.356e-06 + -3.8025e+02 7.481e-08 + -3.7900e+02 4.930e-07 + -3.7775e+02 3.985e-06 + -3.7650e+02 2.377e-06 + -3.7525e+02 7.125e-07 + -3.7400e+02 1.876e-06 + -3.7275e+02 5.242e-07 + -3.7150e+02 6.711e-07 + -3.7025e+02 3.838e-07 + -3.6900e+02 3.033e-07 + -3.6775e+02 1.231e-06 + -3.6650e+02 2.427e-07 + -3.6525e+02 5.050e-07 + -3.6400e+02 4.140e-07 + -3.6275e+02 4.990e-07 + -3.6150e+02 3.530e-07 + -3.6025e+02 5.272e-07 + -3.5900e+02 1.690e-07 + -3.5775e+02 9.215e-07 + -3.5650e+02 4.641e-08 + -3.5525e+02 1.958e-06 + -3.5400e+02 4.589e-08 + -3.5275e+02 4.054e-07 + -3.5150e+02 7.246e-08 + -3.5025e+02 2.307e-08 + -3.4900e+02 4.520e-07 + -3.4775e+02 2.108e-06 + -3.4650e+02 5.463e-07 + -3.4525e+02 1.999e-07 + -3.4400e+02 2.178e-08 + -3.4275e+02 3.260e-07 + -3.4150e+02 1.237e-06 + -3.4025e+02 3.487e-07 + -3.3900e+02 1.585e-06 + -3.3775e+02 2.829e-07 + -3.3650e+02 1.391e-07 + -3.3525e+02 7.341e-07 + -3.3400e+02 3.785e-07 + -3.3275e+02 7.390e-07 + -3.3150e+02 7.349e-07 + -3.3025e+02 1.446e-07 + -3.2900e+02 3.857e-07 + -3.2775e+02 5.429e-07 + -3.2650e+02 8.912e-08 + -3.2525e+02 1.161e-06 + -3.2400e+02 4.813e-07 + -3.2275e+02 4.471e-07 + -3.2150e+02 4.171e-07 + -3.2025e+02 4.453e-07 + -3.1900e+02 1.315e-07 + -3.1775e+02 1.429e-06 + -3.1650e+02 4.093e-07 + -3.1525e+02 2.271e-07 + -3.1400e+02 2.006e-07 + -3.1275e+02 1.019e-08 + -3.1150e+02 6.490e-07 + -3.1025e+02 3.351e-07 + -3.0900e+02 2.905e-07 + -3.0775e+02 1.381e-06 + -3.0650e+02 3.739e-07 + -3.0525e+02 7.020e-08 + -3.0400e+02 1.138e-06 + -3.0275e+02 1.033e-06 + -3.0150e+02 3.503e-07 + -3.0025e+02 5.051e-07 + -2.9900e+02 2.432e-08 + -2.9775e+02 3.925e-07 + -2.9650e+02 6.956e-07 + -2.9525e+02 3.324e-07 + -2.9400e+02 1.713e-07 + -2.9275e+02 8.186e-07 + -2.9150e+02 6.723e-07 + -2.9025e+02 6.973e-07 + -2.8900e+02 4.881e-07 + -2.8775e+02 8.733e-07 + -2.8650e+02 2.568e-06 + -2.8525e+02 4.010e-09 + -2.8400e+02 7.846e-09 + -2.8275e+02 3.163e-07 + -2.8150e+02 1.875e-06 + -2.8025e+02 1.334e-07 + -2.7900e+02 6.606e-07 + -2.7775e+02 1.591e-06 + -2.7650e+02 5.374e-07 + -2.7525e+02 1.444e-07 + -2.7400e+02 2.104e-06 + -2.7275e+02 1.402e-06 + -2.7150e+02 2.964e-08 + -2.7025e+02 1.077e-06 + -2.6900e+02 5.868e-07 + -2.6775e+02 1.392e-06 + -2.6650e+02 5.211e-07 + -2.6525e+02 3.017e-07 + -2.6400e+02 8.078e-07 + -2.6275e+02 1.011e-06 + -2.6150e+02 5.213e-08 + -2.6025e+02 6.927e-07 + -2.5900e+02 1.805e-06 + -2.5775e+02 1.285e-06 + -2.5650e+02 9.291e-07 + -2.5525e+02 4.710e-07 + -2.5400e+02 3.702e-07 + -2.5275e+02 1.911e-07 + -2.5150e+02 9.506e-07 + -2.5025e+02 3.023e-07 + -2.4900e+02 9.754e-07 + -2.4775e+02 1.977e-07 + -2.4650e+02 2.302e-06 + -2.4525e+02 1.411e-06 + -2.4400e+02 2.023e-07 + -2.4275e+02 1.971e-06 + -2.4150e+02 1.968e-06 + -2.4025e+02 4.131e-07 + -2.3900e+02 4.087e-07 + -2.3775e+02 2.148e-06 + -2.3650e+02 7.231e-07 + -2.3525e+02 1.911e-07 + -2.3400e+02 1.777e-06 + -2.3275e+02 1.819e-06 + -2.3150e+02 8.645e-07 + -2.3025e+02 1.188e-06 + -2.2900e+02 1.848e-06 + -2.2775e+02 5.250e-07 + -2.2650e+02 2.989e-07 + -2.2525e+02 1.140e-06 + -2.2400e+02 4.699e-08 + -2.2275e+02 5.016e-06 + -2.2150e+02 2.699e-07 + -2.2025e+02 3.657e-06 + -2.1900e+02 2.189e-06 + -2.1775e+02 5.823e-07 + -2.1650e+02 2.115e-06 + -2.1525e+02 1.311e-06 + -2.1400e+02 7.808e-07 + -2.1275e+02 2.078e-06 + -2.1150e+02 4.601e-06 + -2.1025e+02 3.679e-07 + -2.0900e+02 4.488e-07 + -2.0775e+02 1.750e-06 + -2.0650e+02 3.889e-06 + -2.0525e+02 2.055e-07 + -2.0400e+02 2.315e-06 + -2.0275e+02 1.240e-06 + -2.0150e+02 9.372e-07 + -2.0025e+02 2.553e-07 + -1.9900e+02 1.783e-07 + -1.9775e+02 1.640e-07 + -1.9650e+02 3.845e-06 + -1.9525e+02 1.100e-06 + -1.9400e+02 6.306e-07 + -1.9275e+02 1.736e-06 + -1.9150e+02 2.552e-06 + -1.9025e+02 2.188e-06 + -1.8900e+02 1.708e-06 + -1.8775e+02 6.335e-07 + -1.8650e+02 1.173e-06 + -1.8525e+02 2.870e-07 + -1.8400e+02 2.910e-06 + -1.8275e+02 1.341e-06 + -1.8150e+02 2.606e-06 + -1.8025e+02 4.348e-07 + -1.7900e+02 9.569e-08 + -1.7775e+02 4.990e-07 + -1.7650e+02 2.101e-07 + -1.7525e+02 1.872e-06 + -1.7400e+02 9.007e-06 + -1.7275e+02 3.666e-06 + -1.7150e+02 1.068e-06 + -1.7025e+02 4.193e-06 + -1.6900e+02 4.310e-07 + -1.6775e+02 7.835e-07 + -1.6650e+02 2.232e-06 + -1.6525e+02 1.079e-05 + -1.6400e+02 8.010e-07 + -1.6275e+02 1.832e-06 + -1.6150e+02 1.378e-06 + -1.6025e+02 1.792e-06 + -1.5900e+02 1.768e-07 + -1.5775e+02 7.653e-07 + -1.5650e+02 3.987e-07 + -1.5525e+02 1.956e-06 + -1.5400e+02 1.402e-06 + -1.5275e+02 3.156e-06 + -1.5150e+02 5.585e-07 + -1.5025e+02 3.556e-07 + -1.4900e+02 2.017e-06 + -1.4775e+02 5.397e-07 + -1.4650e+02 5.610e-06 + -1.4525e+02 5.942e-07 + -1.4400e+02 4.761e-08 + -1.4275e+02 5.202e-06 + -1.4150e+02 1.437e-06 + -1.4025e+02 5.147e-06 + -1.3900e+02 1.172e-06 + -1.3775e+02 6.365e-07 + -1.3650e+02 8.963e-07 + -1.3525e+02 2.974e-06 + -1.3400e+02 1.602e-06 + -1.3275e+02 1.171e-06 + -1.3150e+02 2.083e-06 + -1.3025e+02 5.090e-06 + -1.2900e+02 9.586e-06 + -1.2775e+02 3.826e-06 + -1.2650e+02 2.323e-07 + -1.2525e+02 2.871e-06 + -1.2400e+02 3.438e-06 + -1.2275e+02 1.889e-06 + -1.2150e+02 4.446e-06 + -1.2025e+02 3.452e-06 + -1.1900e+02 1.813e-07 + -1.1775e+02 4.280e-07 + -1.1650e+02 7.667e-07 + -1.1525e+02 5.946e-07 + -1.1400e+02 4.809e-06 + -1.1275e+02 1.037e-05 + -1.1150e+02 5.162e-08 + -1.1025e+02 1.311e-06 + -1.0900e+02 1.223e-06 + -1.0775e+02 7.344e-07 + -1.0650e+02 8.119e-07 + -1.0525e+02 6.950e-07 + -1.0400e+02 2.545e-06 + -1.0275e+02 2.531e-07 + -1.0150e+02 7.047e-06 + -1.0025e+02 1.040e-06 + -9.9000e+01 4.086e-06 + -9.7750e+01 1.577e-06 + -9.6500e+01 1.050e-05 + -9.5250e+01 1.173e-06 + -9.4000e+01 2.764e-07 + -9.2750e+01 9.663e-07 + -9.1500e+01 2.967e-08 + -9.0250e+01 1.654e-07 + -8.9000e+01 6.274e-07 + -8.7750e+01 6.295e-07 + -8.6500e+01 9.142e-09 + -8.5250e+01 5.450e-06 + -8.4000e+01 3.033e-06 + -8.2750e+01 7.358e-07 + -8.1500e+01 4.340e-07 + -8.0250e+01 7.908e-07 + -7.9000e+01 7.050e-07 + -7.7750e+01 7.178e-06 + -7.6500e+01 6.871e-07 + -7.5250e+01 2.299e-06 + -7.4000e+01 1.512e-07 + -7.2750e+01 1.537e-06 + -7.1500e+01 1.034e-05 + -7.0250e+01 5.336e-06 + -6.9000e+01 9.716e-07 + -6.7750e+01 2.205e-07 + -6.6500e+01 2.140e-06 + -6.5250e+01 1.473e-07 + -6.4000e+01 2.418e-06 + -6.2750e+01 1.544e-07 + -6.1500e+01 2.419e-06 + -6.0250e+01 1.787e-06 + -5.9000e+01 2.655e-06 + -5.7750e+01 2.269e-06 + -5.6500e+01 7.902e-07 + -5.5250e+01 1.086e-06 + -5.4000e+01 1.117e-06 + -5.2750e+01 6.970e-07 + -5.1500e+01 1.836e-06 + -5.0250e+01 1.973e-06 + -4.9000e+01 5.623e-07 + -4.7750e+01 1.137e-06 + -4.6500e+01 4.834e-06 + -4.5250e+01 1.807e-06 + -4.4000e+01 1.559e-06 + -4.2750e+01 1.331e-06 + -4.1500e+01 1.016e-06 + -4.0250e+01 2.356e-08 + -3.9000e+01 2.691e-07 + -3.7750e+01 9.223e-07 + -3.6500e+01 1.527e-08 + -3.5250e+01 5.656e-07 + -3.4000e+01 2.800e-06 + -3.2750e+01 1.330e-07 + -3.1500e+01 2.093e-06 + -3.0250e+01 1.660e-06 + -2.9000e+01 9.377e-07 + -2.7750e+01 2.872e-06 + -2.6500e+01 1.430e-06 + -2.5250e+01 1.210e-06 + -2.4000e+01 3.340e-07 + -2.2750e+01 7.312e-07 + -2.1500e+01 3.855e-07 + -2.0250e+01 1.669e-07 + -1.9000e+01 4.128e-08 + -1.7750e+01 1.337e-07 + -1.6500e+01 2.055e-07 + -1.5250e+01 7.973e-08 + -1.4000e+01 4.240e-06 + -1.2750e+01 3.001e-07 + -1.1500e+01 1.646e-09 + -1.0250e+01 9.472e-09 + -9.0000e+00 1.681e-09 + -7.7500e+00 4.616e-10 + -6.5000e+00 3.752e-10 + -5.2500e+00 6.132e-10 + -4.0000e+00 2.585e-10 + -2.7500e+00 2.141e-11 + -1.5000e+00 6.030e-12 + -2.5000e-01 3.608e-11 + + -1.0240e+03 3.635e-15 + -1.0228e+03 4.003e-13 + -1.0215e+03 8.174e-13 + -1.0202e+03 2.378e-13 + -1.0190e+03 5.046e-13 + -1.0178e+03 1.317e-13 + -1.0165e+03 6.568e-13 + -1.0152e+03 8.705e-14 + -1.0140e+03 1.123e-12 + -1.0128e+03 6.272e-14 + -1.0115e+03 1.044e-12 + -1.0102e+03 6.412e-13 + -1.0090e+03 3.818e-14 + -1.0078e+03 3.316e-12 + -1.0065e+03 4.877e-13 + -1.0052e+03 5.813e-12 + -1.0040e+03 1.042e-13 + -1.0028e+03 1.324e-12 + -1.0015e+03 1.086e-12 + -1.0002e+03 4.136e-13 + -9.9900e+02 3.736e-13 + -9.9775e+02 1.062e-12 + -9.9650e+02 1.710e-14 + -9.9525e+02 2.770e-12 + -9.9400e+02 1.822e-12 + -9.9275e+02 2.002e-12 + -9.9150e+02 8.240e-13 + -9.9025e+02 2.260e-12 + -9.8900e+02 1.446e-12 + -9.8775e+02 6.386e-12 + -9.8650e+02 2.888e-12 + -9.8525e+02 1.136e-11 + -9.8400e+02 8.321e-12 + -9.8275e+02 1.875e-12 + -9.8150e+02 1.208e-11 + -9.8025e+02 5.817e-12 + -9.7900e+02 1.850e-12 + -9.7775e+02 8.366e-13 + -9.7650e+02 4.286e-12 + -9.7525e+02 6.624e-12 + -9.7400e+02 1.280e-13 + -9.7275e+02 1.827e-12 + -9.7150e+02 1.698e-11 + -9.7025e+02 2.277e-12 + -9.6900e+02 6.295e-12 + -9.6775e+02 3.474e-12 + -9.6650e+02 1.084e-11 + -9.6525e+02 3.510e-11 + -9.6400e+02 4.150e-12 + -9.6275e+02 1.002e-12 + -9.6150e+02 2.941e-11 + -9.6025e+02 6.028e-12 + -9.5900e+02 1.927e-11 + -9.5775e+02 1.026e-11 + -9.5650e+02 3.463e-11 + -9.5525e+02 1.244e-11 + -9.5400e+02 1.742e-13 + -9.5275e+02 1.625e-11 + -9.5150e+02 1.057e-11 + -9.5025e+02 7.045e-12 + -9.4900e+02 9.802e-13 + -9.4775e+02 5.227e-12 + -9.4650e+02 5.574e-12 + -9.4525e+02 2.802e-11 + -9.4400e+02 4.383e-12 + -9.4275e+02 2.160e-11 + -9.4150e+02 2.221e-10 + -9.4025e+02 2.355e-11 + -9.3900e+02 1.300e-10 + -9.3775e+02 2.559e-11 + -9.3650e+02 1.411e-11 + -9.3525e+02 2.981e-12 + -9.3400e+02 4.352e-11 + -9.3275e+02 1.392e-10 + -9.3150e+02 1.170e-11 + -9.3025e+02 1.120e-11 + -9.2900e+02 5.854e-11 + -9.2775e+02 9.829e-13 + -9.2650e+02 7.783e-11 + -9.2525e+02 9.423e-12 + -9.2400e+02 2.833e-11 + -9.2275e+02 4.673e-11 + -9.2150e+02 4.877e-12 + -9.2025e+02 7.474e-12 + -9.1900e+02 2.440e-11 + -9.1775e+02 8.472e-11 + -9.1650e+02 3.491e-11 + -9.1525e+02 5.904e-11 + -9.1400e+02 3.594e-11 + -9.1275e+02 2.300e-11 + -9.1150e+02 7.413e-11 + -9.1025e+02 9.256e-12 + -9.0900e+02 2.747e-10 + -9.0775e+02 1.919e-11 + -9.0650e+02 2.123e-10 + -9.0525e+02 7.211e-11 + -9.0400e+02 1.759e-11 + -9.0275e+02 1.167e-11 + -9.0150e+02 1.479e-10 + -9.0025e+02 5.765e-11 + -8.9900e+02 2.110e-11 + -8.9775e+02 7.049e-11 + -8.9650e+02 1.426e-10 + -8.9525e+02 8.279e-11 + -8.9400e+02 1.371e-10 + -8.9275e+02 2.752e-10 + -8.9150e+02 3.048e-11 + -8.9025e+02 1.202e-11 + -8.8900e+02 2.776e-10 + -8.8775e+02 7.010e-11 + -8.8650e+02 3.477e-10 + -8.8525e+02 2.133e-10 + -8.8400e+02 9.068e-11 + -8.8275e+02 1.865e-11 + -8.8150e+02 1.340e-10 + -8.8025e+02 2.087e-10 + -8.7900e+02 1.535e-10 + -8.7775e+02 5.198e-11 + -8.7650e+02 3.235e-11 + -8.7525e+02 1.400e-10 + -8.7400e+02 4.830e-11 + -8.7275e+02 2.639e-10 + -8.7150e+02 3.335e-10 + -8.7025e+02 1.885e-10 + -8.6900e+02 3.881e-10 + -8.6775e+02 2.385e-10 + -8.6650e+02 3.273e-11 + -8.6525e+02 4.697e-11 + -8.6400e+02 2.165e-10 + -8.6275e+02 9.788e-12 + -8.6150e+02 1.044e-10 + -8.6025e+02 3.894e-10 + -8.5900e+02 1.660e-11 + -8.5775e+02 4.273e-11 + -8.5650e+02 9.061e-11 + -8.5525e+02 9.301e-11 + -8.5400e+02 4.179e-10 + -8.5275e+02 2.538e-10 + -8.5150e+02 4.617e-10 + -8.5025e+02 1.187e-10 + -8.4900e+02 7.388e-11 + -8.4775e+02 3.267e-11 + -8.4650e+02 2.811e-10 + -8.4525e+02 1.006e-09 + -8.4400e+02 7.646e-11 + -8.4275e+02 6.105e-10 + -8.4150e+02 5.179e-10 + -8.4025e+02 2.099e-10 + -8.3900e+02 4.881e-10 + -8.3775e+02 1.450e-10 + -8.3650e+02 1.490e-10 + -8.3525e+02 1.876e-10 + -8.3400e+02 4.338e-10 + -8.3275e+02 2.534e-10 + -8.3150e+02 5.754e-12 + -8.3025e+02 3.943e-10 + -8.2900e+02 3.541e-10 + -8.2775e+02 1.257e-10 + -8.2650e+02 1.433e-10 + -8.2525e+02 1.314e-09 + -8.2400e+02 9.171e-10 + -8.2275e+02 6.114e-10 + -8.2150e+02 8.896e-10 + -8.2025e+02 1.295e-09 + -8.1900e+02 1.660e-09 + -8.1775e+02 1.930e-09 + -8.1650e+02 5.760e-10 + -8.1525e+02 3.357e-10 + -8.1400e+02 2.964e-10 + -8.1275e+02 1.530e-09 + -8.1150e+02 2.312e-10 + -8.1025e+02 1.149e-11 + -8.0900e+02 1.788e-09 + -8.0775e+02 9.293e-10 + -8.0650e+02 4.511e-10 + -8.0525e+02 1.317e-09 + -8.0400e+02 1.041e-09 + -8.0275e+02 1.957e-10 + -8.0150e+02 3.395e-09 + -8.0025e+02 6.504e-10 + -7.9900e+02 6.125e-09 + -7.9775e+02 5.462e-09 + -7.9650e+02 4.211e-10 + -7.9525e+02 4.123e-10 + -7.9400e+02 7.346e-10 + -7.9275e+02 4.460e-10 + -7.9150e+02 1.727e-10 + -7.9025e+02 8.263e-10 + -7.8900e+02 1.238e-10 + -7.8775e+02 2.621e-10 + -7.8650e+02 5.736e-10 + -7.8525e+02 1.457e-09 + -7.8400e+02 4.691e-09 + -7.8275e+02 1.353e-10 + -7.8150e+02 1.526e-09 + -7.8025e+02 2.019e-09 + -7.7900e+02 4.133e-10 + -7.7775e+02 3.727e-10 + -7.7650e+02 8.384e-10 + -7.7525e+02 8.131e-10 + -7.7400e+02 4.750e-10 + -7.7275e+02 3.813e-09 + -7.7150e+02 1.059e-09 + -7.7025e+02 2.621e-09 + -7.6900e+02 4.827e-10 + -7.6775e+02 7.356e-09 + -7.6650e+02 4.070e-10 + -7.6525e+02 2.577e-09 + -7.6400e+02 2.808e-09 + -7.6275e+02 1.155e-09 + -7.6150e+02 1.277e-09 + -7.6025e+02 2.839e-09 + -7.5900e+02 3.070e-10 + -7.5775e+02 7.503e-11 + -7.5650e+02 1.505e-09 + -7.5525e+02 7.907e-09 + -7.5400e+02 2.374e-09 + -7.5275e+02 3.322e-10 + -7.5150e+02 1.584e-09 + -7.5025e+02 4.729e-09 + -7.4900e+02 1.171e-09 + -7.4775e+02 4.295e-09 + -7.4650e+02 5.655e-09 + -7.4525e+02 5.661e-10 + -7.4400e+02 4.450e-09 + -7.4275e+02 1.229e-09 + -7.4150e+02 2.039e-09 + -7.4025e+02 6.684e-09 + -7.3900e+02 4.638e-09 + -7.3775e+02 2.548e-09 + -7.3650e+02 1.056e-10 + -7.3525e+02 6.944e-10 + -7.3400e+02 9.342e-10 + -7.3275e+02 3.157e-10 + -7.3150e+02 2.500e-09 + -7.3025e+02 1.364e-09 + -7.2900e+02 3.213e-10 + -7.2775e+02 5.467e-09 + -7.2650e+02 3.474e-09 + -7.2525e+02 1.560e-10 + -7.2400e+02 9.581e-10 + -7.2275e+02 5.273e-09 + -7.2150e+02 2.358e-11 + -7.2025e+02 2.316e-09 + -7.1900e+02 7.203e-09 + -7.1775e+02 2.555e-09 + -7.1650e+02 2.077e-09 + -7.1525e+02 1.214e-09 + -7.1400e+02 6.293e-09 + -7.1275e+02 5.876e-09 + -7.1150e+02 1.803e-09 + -7.1025e+02 7.646e-09 + -7.0900e+02 1.748e-09 + -7.0775e+02 1.741e-09 + -7.0650e+02 8.435e-10 + -7.0525e+02 6.466e-09 + -7.0400e+02 4.801e-09 + -7.0275e+02 2.244e-09 + -7.0150e+02 7.595e-09 + -7.0025e+02 2.657e-09 + -6.9900e+02 1.002e-09 + -6.9775e+02 2.198e-08 + -6.9650e+02 7.820e-09 + -6.9525e+02 1.508e-08 + -6.9400e+02 1.805e-08 + -6.9275e+02 1.897e-08 + -6.9150e+02 1.211e-09 + -6.9025e+02 1.901e-08 + -6.8900e+02 1.990e-09 + -6.8775e+02 6.698e-09 + -6.8650e+02 7.771e-10 + -6.8525e+02 3.873e-09 + -6.8400e+02 7.246e-09 + -6.8275e+02 6.487e-09 + -6.8150e+02 1.736e-09 + -6.8025e+02 1.241e-09 + -6.7900e+02 4.522e-09 + -6.7775e+02 1.405e-08 + -6.7650e+02 8.744e-09 + -6.7525e+02 1.221e-08 + -6.7400e+02 1.455e-08 + -6.7275e+02 9.267e-10 + -6.7150e+02 8.150e-09 + -6.7025e+02 3.094e-09 + -6.6900e+02 2.489e-08 + -6.6775e+02 2.644e-09 + -6.6650e+02 1.653e-09 + -6.6525e+02 7.801e-09 + -6.6400e+02 1.157e-08 + -6.6275e+02 4.438e-10 + -6.6150e+02 6.765e-10 + -6.6025e+02 5.756e-09 + -6.5900e+02 2.069e-09 + -6.5775e+02 5.719e-09 + -6.5650e+02 1.663e-08 + -6.5525e+02 1.460e-09 + -6.5400e+02 4.996e-10 + -6.5275e+02 2.358e-09 + -6.5150e+02 7.915e-09 + -6.5025e+02 1.756e-09 + -6.4900e+02 2.631e-09 + -6.4775e+02 1.458e-08 + -6.4650e+02 1.067e-08 + -6.4525e+02 1.426e-09 + -6.4400e+02 1.073e-08 + -6.4275e+02 2.766e-09 + -6.4150e+02 2.367e-09 + -6.4025e+02 1.007e-09 + -6.3900e+02 4.556e-09 + -6.3775e+02 8.018e-09 + -6.3650e+02 1.940e-09 + -6.3525e+02 6.385e-09 + -6.3400e+02 8.430e-09 + -6.3275e+02 4.966e-09 + -6.3150e+02 2.019e-08 + -6.3025e+02 5.835e-09 + -6.2900e+02 7.035e-09 + -6.2775e+02 4.235e-09 + -6.2650e+02 1.087e-08 + -6.2525e+02 8.441e-09 + -6.2400e+02 3.124e-09 + -6.2275e+02 2.556e-09 + -6.2150e+02 2.885e-11 + -6.2025e+02 8.723e-10 + -6.1900e+02 4.561e-09 + -6.1775e+02 2.867e-09 + -6.1650e+02 1.885e-08 + -6.1525e+02 3.046e-09 + -6.1400e+02 1.096e-08 + -6.1275e+02 3.762e-08 + -6.1150e+02 6.301e-09 + -6.1025e+02 1.443e-08 + -6.0900e+02 2.429e-09 + -6.0775e+02 2.575e-08 + -6.0650e+02 3.267e-09 + -6.0525e+02 6.185e-09 + -6.0400e+02 2.495e-08 + -6.0275e+02 2.367e-09 + -6.0150e+02 3.882e-09 + -6.0025e+02 7.397e-09 + -5.9900e+02 5.457e-08 + -5.9775e+02 2.745e-09 + -5.9650e+02 2.637e-08 + -5.9525e+02 2.936e-09 + -5.9400e+02 2.539e-09 + -5.9275e+02 1.591e-08 + -5.9150e+02 1.031e-08 + -5.9025e+02 1.429e-08 + -5.8900e+02 3.669e-09 + -5.8775e+02 4.451e-09 + -5.8650e+02 1.162e-08 + -5.8525e+02 3.445e-09 + -5.8400e+02 5.166e-09 + -5.8275e+02 7.795e-09 + -5.8150e+02 5.400e-09 + -5.8025e+02 6.455e-09 + -5.7900e+02 3.645e-08 + -5.7775e+02 1.364e-08 + -5.7650e+02 1.304e-08 + -5.7525e+02 1.600e-08 + -5.7400e+02 1.143e-08 + -5.7275e+02 1.871e-08 + -5.7150e+02 6.455e-09 + -5.7025e+02 3.986e-09 + -5.6900e+02 1.028e-08 + -5.6775e+02 2.149e-08 + -5.6650e+02 2.083e-08 + -5.6525e+02 2.032e-08 + -5.6400e+02 2.871e-08 + -5.6275e+02 2.439e-09 + -5.6150e+02 2.628e-08 + -5.6025e+02 2.900e-10 + -5.5900e+02 1.774e-08 + -5.5775e+02 8.343e-09 + -5.5650e+02 2.716e-08 + -5.5525e+02 5.862e-08 + -5.5400e+02 5.840e-09 + -5.5275e+02 2.654e-08 + -5.5150e+02 7.411e-09 + -5.5025e+02 5.563e-10 + -5.4900e+02 1.467e-08 + -5.4775e+02 3.685e-08 + -5.4650e+02 8.815e-08 + -5.4525e+02 3.023e-08 + -5.4400e+02 1.850e-08 + -5.4275e+02 3.973e-08 + -5.4150e+02 1.905e-08 + -5.4025e+02 2.068e-09 + -5.3900e+02 1.271e-08 + -5.3775e+02 3.966e-08 + -5.3650e+02 1.092e-08 + -5.3525e+02 4.009e-08 + -5.3400e+02 1.825e-08 + -5.3275e+02 1.812e-08 + -5.3150e+02 3.024e-09 + -5.3025e+02 2.957e-09 + -5.2900e+02 4.170e-09 + -5.2775e+02 6.874e-09 + -5.2650e+02 9.408e-09 + -5.2525e+02 4.045e-10 + -5.2400e+02 8.300e-09 + -5.2275e+02 3.012e-09 + -5.2150e+02 1.581e-08 + -5.2025e+02 3.933e-08 + -5.1900e+02 6.441e-09 + -5.1775e+02 8.021e-09 + -5.1650e+02 1.344e-08 + -5.1525e+02 8.561e-08 + -5.1400e+02 4.960e-09 + -5.1275e+02 7.239e-10 + -5.1150e+02 6.450e-08 + -5.1025e+02 1.574e-08 + -5.0900e+02 4.257e-08 + -5.0775e+02 9.812e-09 + -5.0650e+02 2.142e-08 + -5.0525e+02 7.657e-09 + -5.0400e+02 1.895e-09 + -5.0275e+02 3.013e-08 + -5.0150e+02 8.030e-08 + -5.0025e+02 3.376e-08 + -4.9900e+02 2.655e-08 + -4.9775e+02 2.338e-08 + -4.9650e+02 3.115e-09 + -4.9525e+02 8.863e-09 + -4.9400e+02 7.208e-09 + -4.9275e+02 3.320e-08 + -4.9150e+02 4.867e-08 + -4.9025e+02 5.431e-08 + -4.8900e+02 1.177e-09 + -4.8775e+02 2.537e-09 + -4.8650e+02 2.948e-09 + -4.8525e+02 3.895e-08 + -4.8400e+02 2.677e-08 + -4.8275e+02 2.683e-09 + -4.8150e+02 3.116e-08 + -4.8025e+02 1.072e-07 + -4.7900e+02 5.075e-08 + -4.7775e+02 5.097e-08 + -4.7650e+02 2.968e-08 + -4.7525e+02 1.453e-08 + -4.7400e+02 9.295e-09 + -4.7275e+02 2.786e-08 + -4.7150e+02 1.134e-08 + -4.7025e+02 2.499e-08 + -4.6900e+02 3.329e-08 + -4.6775e+02 6.960e-09 + -4.6650e+02 8.103e-09 + -4.6525e+02 6.275e-08 + -4.6400e+02 3.108e-08 + -4.6275e+02 2.523e-10 + -4.6150e+02 2.561e-08 + -4.6025e+02 7.798e-08 + -4.5900e+02 4.820e-08 + -4.5775e+02 4.003e-08 + -4.5650e+02 1.133e-08 + -4.5525e+02 6.115e-08 + -4.5400e+02 6.660e-08 + -4.5275e+02 4.044e-08 + -4.5150e+02 3.136e-08 + -4.5025e+02 3.666e-09 + -4.4900e+02 4.510e-08 + -4.4775e+02 7.982e-08 + -4.4650e+02 4.535e-08 + -4.4525e+02 5.496e-08 + -4.4400e+02 3.369e-08 + -4.4275e+02 1.127e-07 + -4.4150e+02 7.399e-09 + -4.4025e+02 6.865e-09 + -4.3900e+02 2.488e-08 + -4.3775e+02 1.676e-08 + -4.3650e+02 9.797e-08 + -4.3525e+02 7.136e-08 + -4.3400e+02 2.392e-07 + -4.3275e+02 2.099e-08 + -4.3150e+02 2.955e-08 + -4.3025e+02 4.062e-09 + -4.2900e+02 2.496e-08 + -4.2775e+02 1.810e-08 + -4.2650e+02 5.464e-09 + -4.2525e+02 2.886e-08 + -4.2400e+02 3.038e-08 + -4.2275e+02 2.204e-09 + -4.2150e+02 4.563e-08 + -4.2025e+02 3.616e-08 + -4.1900e+02 2.255e-09 + -4.1775e+02 7.829e-08 + -4.1650e+02 1.618e-09 + -4.1525e+02 1.817e-10 + -4.1400e+02 2.714e-08 + -4.1275e+02 1.462e-08 + -4.1150e+02 5.779e-08 + -4.1025e+02 9.059e-08 + -4.0900e+02 1.249e-08 + -4.0775e+02 6.731e-08 + -4.0650e+02 5.073e-09 + -4.0525e+02 1.005e-08 + -4.0400e+02 4.378e-08 + -4.0275e+02 5.465e-08 + -4.0150e+02 2.311e-09 + -4.0025e+02 1.039e-07 + -3.9900e+02 2.612e-08 + -3.9775e+02 1.390e-07 + -3.9650e+02 2.930e-08 + -3.9525e+02 1.331e-07 + -3.9400e+02 2.510e-07 + -3.9275e+02 1.165e-08 + -3.9150e+02 6.284e-08 + -3.9025e+02 1.091e-07 + -3.8900e+02 6.064e-08 + -3.8775e+02 2.683e-08 + -3.8650e+02 5.082e-09 + -3.8525e+02 1.889e-08 + -3.8400e+02 6.898e-08 + -3.8275e+02 4.506e-08 + -3.8150e+02 7.647e-08 + -3.8025e+02 2.353e-08 + -3.7900e+02 4.272e-08 + -3.7775e+02 8.465e-09 + -3.7650e+02 1.009e-07 + -3.7525e+02 2.368e-09 + -3.7400e+02 4.969e-08 + -3.7275e+02 6.053e-08 + -3.7150e+02 3.217e-08 + -3.7025e+02 3.199e-08 + -3.6900e+02 8.337e-08 + -3.6775e+02 2.160e-07 + -3.6650e+02 5.546e-08 + -3.6525e+02 4.780e-08 + -3.6400e+02 9.817e-08 + -3.6275e+02 8.642e-08 + -3.6150e+02 4.386e-08 + -3.6025e+02 3.945e-08 + -3.5900e+02 1.510e-08 + -3.5775e+02 9.772e-08 + -3.5650e+02 8.513e-08 + -3.5525e+02 1.525e-08 + -3.5400e+02 2.305e-07 + -3.5275e+02 1.584e-07 + -3.5150e+02 4.286e-08 + -3.5025e+02 7.346e-08 + -3.4900e+02 1.745e-07 + -3.4775e+02 2.549e-07 + -3.4650e+02 2.428e-07 + -3.4525e+02 8.295e-08 + -3.4400e+02 9.183e-08 + -3.4275e+02 1.611e-08 + -3.4150e+02 6.886e-09 + -3.4025e+02 5.513e-08 + -3.3900e+02 2.880e-08 + -3.3775e+02 5.129e-08 + -3.3650e+02 4.676e-09 + -3.3525e+02 1.100e-08 + -3.3400e+02 3.551e-08 + -3.3275e+02 3.328e-08 + -3.3150e+02 6.047e-09 + -3.3025e+02 2.543e-09 + -3.2900e+02 2.324e-08 + -3.2775e+02 3.445e-09 + -3.2650e+02 3.532e-09 + -3.2525e+02 1.603e-08 + -3.2400e+02 3.125e-08 + -3.2275e+02 2.080e-08 + -3.2150e+02 1.714e-09 + -3.2025e+02 5.836e-08 + -3.1900e+02 1.084e-08 + -3.1775e+02 6.781e-08 + -3.1650e+02 2.681e-07 + -3.1525e+02 1.900e-08 + -3.1400e+02 8.055e-08 + -3.1275e+02 7.953e-08 + -3.1150e+02 2.575e-08 + -3.1025e+02 1.953e-07 + -3.0900e+02 3.088e-08 + -3.0775e+02 1.013e-07 + -3.0650e+02 4.095e-08 + -3.0525e+02 5.762e-08 + -3.0400e+02 3.470e-09 + -3.0275e+02 1.177e-07 + -3.0150e+02 2.225e-07 + -3.0025e+02 5.415e-08 + -2.9900e+02 9.720e-08 + -2.9775e+02 5.292e-08 + -2.9650e+02 1.031e-09 + -2.9525e+02 1.626e-07 + -2.9400e+02 1.787e-07 + -2.9275e+02 3.793e-08 + -2.9150e+02 1.238e-07 + -2.9025e+02 1.804e-07 + -2.8900e+02 2.686e-08 + -2.8775e+02 4.327e-08 + -2.8650e+02 1.605e-10 + -2.8525e+02 1.629e-07 + -2.8400e+02 1.958e-08 + -2.8275e+02 3.447e-08 + -2.8150e+02 3.780e-08 + -2.8025e+02 1.494e-08 + -2.7900e+02 2.463e-07 + -2.7775e+02 1.387e-07 + -2.7650e+02 2.017e-08 + -2.7525e+02 1.520e-08 + -2.7400e+02 1.619e-07 + -2.7275e+02 5.725e-08 + -2.7150e+02 1.510e-07 + -2.7025e+02 1.132e-07 + -2.6900e+02 1.436e-07 + -2.6775e+02 6.423e-08 + -2.6650e+02 3.916e-08 + -2.6525e+02 2.921e-07 + -2.6400e+02 2.377e-08 + -2.6275e+02 5.699e-08 + -2.6150e+02 3.361e-08 + -2.6025e+02 1.186e-08 + -2.5900e+02 3.096e-08 + -2.5775e+02 7.589e-08 + -2.5650e+02 2.136e-10 + -2.5525e+02 2.378e-07 + -2.5400e+02 1.143e-07 + -2.5275e+02 6.286e-08 + -2.5150e+02 1.459e-07 + -2.5025e+02 1.174e-07 + -2.4900e+02 3.225e-07 + -2.4775e+02 8.022e-08 + -2.4650e+02 2.765e-07 + -2.4525e+02 4.191e-08 + -2.4400e+02 1.341e-07 + -2.4275e+02 9.967e-08 + -2.4150e+02 5.407e-10 + -2.4025e+02 3.687e-07 + -2.3900e+02 1.116e-07 + -2.3775e+02 7.044e-08 + -2.3650e+02 1.245e-07 + -2.3525e+02 9.254e-08 + -2.3400e+02 4.697e-08 + -2.3275e+02 5.679e-08 + -2.3150e+02 8.492e-08 + -2.3025e+02 1.759e-07 + -2.2900e+02 5.788e-08 + -2.2775e+02 1.785e-07 + -2.2650e+02 1.125e-07 + -2.2525e+02 4.196e-07 + -2.2400e+02 2.692e-07 + -2.2275e+02 5.208e-08 + -2.2150e+02 1.304e-07 + -2.2025e+02 2.228e-08 + -2.1900e+02 1.665e-07 + -2.1775e+02 9.906e-08 + -2.1650e+02 2.608e-08 + -2.1525e+02 8.573e-08 + -2.1400e+02 2.554e-07 + -2.1275e+02 8.166e-08 + -2.1150e+02 4.150e-09 + -2.1025e+02 1.306e-07 + -2.0900e+02 9.703e-08 + -2.0775e+02 3.454e-07 + -2.0650e+02 3.614e-07 + -2.0525e+02 7.035e-07 + -2.0400e+02 1.225e-07 + -2.0275e+02 2.417e-07 + -2.0150e+02 2.603e-07 + -2.0025e+02 4.467e-07 + -1.9900e+02 3.155e-07 + -1.9775e+02 3.844e-07 + -1.9650e+02 5.434e-08 + -1.9525e+02 1.240e-07 + -1.9400e+02 2.808e-07 + -1.9275e+02 2.339e-08 + -1.9150e+02 6.009e-08 + -1.9025e+02 4.218e-07 + -1.8900e+02 1.575e-07 + -1.8775e+02 5.970e-08 + -1.8650e+02 2.814e-07 + -1.8525e+02 1.607e-07 + -1.8400e+02 2.227e-07 + -1.8275e+02 3.057e-08 + -1.8150e+02 1.257e-07 + -1.8025e+02 5.992e-08 + -1.7900e+02 2.231e-07 + -1.7775e+02 7.852e-08 + -1.7650e+02 3.514e-07 + -1.7525e+02 1.832e-07 + -1.7400e+02 1.642e-08 + -1.7275e+02 1.875e-08 + -1.7150e+02 3.913e-08 + -1.7025e+02 2.888e-07 + -1.6900e+02 3.786e-08 + -1.6775e+02 6.178e-08 + -1.6650e+02 2.185e-08 + -1.6525e+02 4.775e-08 + -1.6400e+02 9.941e-09 + -1.6275e+02 4.205e-07 + -1.6150e+02 1.203e-07 + -1.6025e+02 9.538e-08 + -1.5900e+02 6.833e-08 + -1.5775e+02 8.074e-08 + -1.5650e+02 7.076e-08 + -1.5525e+02 5.081e-09 + -1.5400e+02 1.733e-07 + -1.5275e+02 1.105e-07 + -1.5150e+02 1.615e-07 + -1.5025e+02 3.033e-07 + -1.4900e+02 3.897e-07 + -1.4775e+02 1.012e-07 + -1.4650e+02 5.144e-08 + -1.4525e+02 7.090e-07 + -1.4400e+02 1.693e-07 + -1.4275e+02 4.483e-07 + -1.4150e+02 1.132e-08 + -1.4025e+02 3.584e-08 + -1.3900e+02 4.193e-09 + -1.3775e+02 1.009e-07 + -1.3650e+02 5.157e-08 + -1.3525e+02 5.751e-07 + -1.3400e+02 3.223e-08 + -1.3275e+02 1.402e-07 + -1.3150e+02 4.447e-08 + -1.3025e+02 2.349e-07 + -1.2900e+02 1.789e-07 + -1.2775e+02 1.284e-07 + -1.2650e+02 5.164e-07 + -1.2525e+02 2.701e-07 + -1.2400e+02 3.925e-07 + -1.2275e+02 1.882e-09 + -1.2150e+02 5.159e-08 + -1.2025e+02 3.872e-07 + -1.1900e+02 1.663e-07 + -1.1775e+02 1.688e-08 + -1.1650e+02 4.430e-08 + -1.1525e+02 1.312e-08 + -1.1400e+02 4.457e-07 + -1.1275e+02 4.387e-07 + -1.1150e+02 9.137e-08 + -1.1025e+02 7.590e-08 + -1.0900e+02 3.245e-08 + -1.0775e+02 3.288e-08 + -1.0650e+02 1.912e-07 + -1.0525e+02 1.283e-07 + -1.0400e+02 1.994e-08 + -1.0275e+02 2.116e-07 + -1.0150e+02 2.805e-07 + -1.0025e+02 3.232e-07 + -9.9000e+01 7.257e-07 + -9.7750e+01 6.689e-07 + -9.6500e+01 1.578e-07 + -9.5250e+01 2.064e-07 + -9.4000e+01 1.702e-09 + -9.2750e+01 6.440e-08 + -9.1500e+01 2.554e-07 + -9.0250e+01 2.104e-07 + -8.9000e+01 1.903e-07 + -8.7750e+01 3.792e-08 + -8.6500e+01 1.563e-08 + -8.5250e+01 2.334e-07 + -8.4000e+01 3.489e-09 + -8.2750e+01 4.580e-08 + -8.1500e+01 1.668e-09 + -8.0250e+01 2.538e-08 + -7.9000e+01 4.863e-08 + -7.7750e+01 1.637e-07 + -7.6500e+01 1.700e-09 + -7.5250e+01 2.668e-08 + -7.4000e+01 2.055e-07 + -7.2750e+01 1.291e-07 + -7.1500e+01 1.837e-08 + -7.0250e+01 5.960e-08 + -6.9000e+01 1.325e-07 + -6.7750e+01 6.185e-08 + -6.6500e+01 1.901e-07 + -6.5250e+01 2.008e-07 + -6.4000e+01 1.273e-07 + -6.2750e+01 2.155e-07 + -6.1500e+01 5.102e-07 + -6.0250e+01 5.134e-07 + -5.9000e+01 3.160e-07 + -5.7750e+01 4.891e-09 + -5.6500e+01 2.610e-07 + -5.5250e+01 8.834e-08 + -5.4000e+01 4.556e-07 + -5.2750e+01 1.204e-07 + -5.1500e+01 2.310e-07 + -5.0250e+01 1.764e-07 + -4.9000e+01 2.279e-07 + -4.7750e+01 2.689e-07 + -4.6500e+01 1.779e-07 + -4.5250e+01 4.534e-07 + -4.4000e+01 9.970e-08 + -4.2750e+01 3.000e-08 + -4.1500e+01 1.098e-07 + -4.0250e+01 6.096e-08 + -3.9000e+01 2.891e-08 + -3.7750e+01 2.437e-08 + -3.6500e+01 1.584e-08 + -3.5250e+01 8.091e-09 + -3.4000e+01 6.555e-09 + -3.2750e+01 2.681e-09 + -3.1500e+01 2.107e-09 + -3.0250e+01 1.036e-09 + -2.9000e+01 7.609e-10 + -2.7750e+01 3.294e-10 + -2.6500e+01 2.535e-10 + -2.5250e+01 1.703e-10 + -2.4000e+01 1.028e-10 + -2.2750e+01 7.077e-11 + -2.1500e+01 5.460e-11 + -2.0250e+01 4.210e-12 + -1.9000e+01 3.514e-11 + -1.7750e+01 1.005e-11 + -1.6500e+01 1.574e-12 + -1.5250e+01 1.101e-11 + -1.4000e+01 1.361e-12 + -1.2750e+01 7.693e-14 + -1.1500e+01 2.745e-12 + -1.0250e+01 4.878e-12 + -9.0000e+00 9.637e-13 + -7.7500e+00 3.097e-12 + -6.5000e+00 1.622e-12 + -5.2500e+00 3.243e-12 + -4.0000e+00 4.428e-13 + -2.7500e+00 6.794e-13 + -1.5000e+00 4.338e-13 + -2.5000e-01 1.458e-12 + + -1.0240e+03 5.675e-13 + -1.0228e+03 1.355e-12 + -1.0215e+03 5.351e-13 + -1.0202e+03 1.275e-13 + -1.0190e+03 3.828e-13 + -1.0178e+03 9.773e-13 + -1.0165e+03 1.038e-13 + -1.0152e+03 1.012e-13 + -1.0140e+03 5.630e-13 + -1.0128e+03 9.598e-13 + -1.0115e+03 3.332e-13 + -1.0102e+03 7.729e-13 + -1.0090e+03 2.942e-14 + -1.0078e+03 7.992e-13 + -1.0065e+03 5.518e-13 + -1.0052e+03 5.619e-13 + -1.0040e+03 3.269e-13 + -1.0028e+03 9.018e-13 + -1.0015e+03 1.536e-13 + -1.0002e+03 2.731e-12 + -9.9900e+02 6.480e-14 + -9.9775e+02 3.591e-13 + -9.9650e+02 1.000e-12 + -9.9525e+02 5.183e-13 + -9.9400e+02 8.660e-14 + -9.9275e+02 1.434e-12 + -9.9150e+02 1.156e-12 + -9.9025e+02 2.460e-12 + -9.8900e+02 3.533e-13 + -9.8775e+02 2.508e-13 + -9.8650e+02 7.695e-13 + -9.8525e+02 1.867e-12 + -9.8400e+02 4.772e-13 + -9.8275e+02 6.048e-14 + -9.8150e+02 8.037e-14 + -9.8025e+02 1.250e-13 + -9.7900e+02 1.763e-13 + -9.7775e+02 2.546e-13 + -9.7650e+02 9.479e-13 + -9.7525e+02 1.017e-13 + -9.7400e+02 1.576e-12 + -9.7275e+02 3.208e-12 + -9.7150e+02 5.699e-13 + -9.7025e+02 8.864e-13 + -9.6900e+02 2.222e-12 + -9.6775e+02 8.383e-12 + -9.6650e+02 3.901e-12 + -9.6525e+02 1.399e-11 + -9.6400e+02 3.253e-12 + -9.6275e+02 5.337e-12 + -9.6150e+02 6.640e-12 + -9.6025e+02 4.897e-13 + -9.5900e+02 1.147e-13 + -9.5775e+02 8.496e-12 + -9.5650e+02 6.600e-12 + -9.5525e+02 2.275e-11 + -9.5400e+02 2.968e-11 + -9.5275e+02 1.884e-11 + -9.5150e+02 1.148e-13 + -9.5025e+02 6.966e-12 + -9.4900e+02 3.115e-11 + -9.4775e+02 1.738e-12 + -9.4650e+02 2.894e-11 + -9.4525e+02 5.678e-12 + -9.4400e+02 1.756e-11 + -9.4275e+02 1.584e-11 + -9.4150e+02 1.561e-11 + -9.4025e+02 1.582e-11 + -9.3900e+02 5.032e-12 + -9.3775e+02 3.116e-12 + -9.3650e+02 2.985e-11 + -9.3525e+02 3.820e-11 + -9.3400e+02 4.991e-12 + -9.3275e+02 3.018e-12 + -9.3150e+02 8.006e-12 + -9.3025e+02 2.698e-11 + -9.2900e+02 2.220e-11 + -9.2775e+02 2.950e-12 + -9.2650e+02 1.742e-11 + -9.2525e+02 3.463e-11 + -9.2400e+02 7.476e-12 + -9.2275e+02 2.901e-11 + -9.2150e+02 1.627e-11 + -9.2025e+02 1.215e-11 + -9.1900e+02 2.104e-11 + -9.1775e+02 7.297e-12 + -9.1650e+02 8.762e-12 + -9.1525e+02 5.167e-12 + -9.1400e+02 6.791e-12 + -9.1275e+02 6.734e-12 + -9.1150e+02 4.129e-11 + -9.1025e+02 1.389e-11 + -9.0900e+02 2.077e-11 + -9.0775e+02 5.058e-11 + -9.0650e+02 1.290e-11 + -9.0525e+02 2.575e-14 + -9.0400e+02 2.183e-10 + -9.0275e+02 6.083e-11 + -9.0150e+02 5.524e-12 + -9.0025e+02 5.231e-11 + -8.9900e+02 1.770e-11 + -8.9775e+02 5.653e-11 + -8.9650e+02 3.264e-11 + -8.9525e+02 1.893e-11 + -8.9400e+02 1.159e-10 + -8.9275e+02 4.482e-11 + -8.9150e+02 6.626e-11 + -8.9025e+02 1.273e-11 + -8.8900e+02 1.808e-10 + -8.8775e+02 5.943e-11 + -8.8650e+02 5.276e-11 + -8.8525e+02 3.236e-11 + -8.8400e+02 3.831e-12 + -8.8275e+02 4.585e-11 + -8.8150e+02 2.279e-12 + -8.8025e+02 2.596e-11 + -8.7900e+02 1.019e-11 + -8.7775e+02 1.964e-10 + -8.7650e+02 1.304e-10 + -8.7525e+02 8.176e-11 + -8.7400e+02 9.306e-12 + -8.7275e+02 7.673e-11 + -8.7150e+02 5.486e-11 + -8.7025e+02 3.276e-11 + -8.6900e+02 3.146e-10 + -8.6775e+02 8.307e-12 + -8.6650e+02 4.805e-11 + -8.6525e+02 2.782e-11 + -8.6400e+02 5.007e-11 + -8.6275e+02 2.781e-10 + -8.6150e+02 2.182e-10 + -8.6025e+02 4.443e-10 + -8.5900e+02 2.893e-10 + -8.5775e+02 4.913e-11 + -8.5650e+02 7.982e-11 + -8.5525e+02 7.753e-11 + -8.5400e+02 4.501e-12 + -8.5275e+02 4.951e-11 + -8.5150e+02 3.048e-10 + -8.5025e+02 6.213e-10 + -8.4900e+02 1.481e-10 + -8.4775e+02 1.602e-10 + -8.4650e+02 3.131e-10 + -8.4525e+02 1.531e-10 + -8.4400e+02 2.891e-10 + -8.4275e+02 6.156e-11 + -8.4150e+02 5.215e-10 + -8.4025e+02 2.550e-11 + -8.3900e+02 8.133e-11 + -8.3775e+02 1.181e-10 + -8.3650e+02 5.041e-12 + -8.3525e+02 3.419e-12 + -8.3400e+02 1.434e-10 + -8.3275e+02 2.793e-10 + -8.3150e+02 2.080e-11 + -8.3025e+02 3.415e-10 + -8.2900e+02 5.284e-10 + -8.2775e+02 6.628e-11 + -8.2650e+02 1.189e-09 + -8.2525e+02 5.868e-10 + -8.2400e+02 1.131e-10 + -8.2275e+02 6.137e-11 + -8.2150e+02 1.231e-09 + -8.2025e+02 7.504e-11 + -8.1900e+02 1.190e-10 + -8.1775e+02 1.162e-10 + -8.1650e+02 4.015e-10 + -8.1525e+02 1.796e-10 + -8.1400e+02 4.443e-11 + -8.1275e+02 1.430e-09 + -8.1150e+02 9.435e-10 + -8.1025e+02 3.594e-10 + -8.0900e+02 1.033e-10 + -8.0775e+02 1.385e-11 + -8.0650e+02 2.117e-10 + -8.0525e+02 1.055e-09 + -8.0400e+02 4.923e-10 + -8.0275e+02 5.098e-10 + -8.0150e+02 3.818e-10 + -8.0025e+02 7.799e-10 + -7.9900e+02 9.449e-10 + -7.9775e+02 7.678e-10 + -7.9650e+02 1.101e-10 + -7.9525e+02 2.255e-10 + -7.9400e+02 8.768e-11 + -7.9275e+02 1.197e-09 + -7.9150e+02 1.644e-10 + -7.9025e+02 2.011e-11 + -7.8900e+02 6.480e-10 + -7.8775e+02 5.157e-10 + -7.8650e+02 4.510e-10 + -7.8525e+02 4.005e-10 + -7.8400e+02 3.092e-10 + -7.8275e+02 9.137e-11 + -7.8150e+02 2.752e-09 + -7.8025e+02 3.311e-10 + -7.7900e+02 4.116e-10 + -7.7775e+02 1.555e-09 + -7.7650e+02 2.116e-09 + -7.7525e+02 2.929e-10 + -7.7400e+02 1.141e-09 + -7.7275e+02 2.910e-09 + -7.7150e+02 3.994e-10 + -7.7025e+02 9.111e-10 + -7.6900e+02 1.130e-09 + -7.6775e+02 1.165e-10 + -7.6650e+02 3.428e-10 + -7.6525e+02 4.353e-10 + -7.6400e+02 5.901e-10 + -7.6275e+02 7.313e-10 + -7.6150e+02 1.377e-09 + -7.6025e+02 4.173e-11 + -7.5900e+02 1.850e-09 + -7.5775e+02 5.580e-11 + -7.5650e+02 1.047e-09 + -7.5525e+02 2.277e-09 + -7.5400e+02 2.486e-09 + -7.5275e+02 1.019e-09 + -7.5150e+02 2.120e-10 + -7.5025e+02 9.838e-11 + -7.4900e+02 1.559e-09 + -7.4775e+02 4.289e-11 + -7.4650e+02 8.369e-12 + -7.4525e+02 8.229e-11 + -7.4400e+02 5.636e-09 + -7.4275e+02 1.996e-09 + -7.4150e+02 4.773e-10 + -7.4025e+02 1.457e-09 + -7.3900e+02 5.743e-10 + -7.3775e+02 4.262e-09 + -7.3650e+02 2.642e-10 + -7.3525e+02 1.135e-09 + -7.3400e+02 4.874e-09 + -7.3275e+02 1.134e-10 + -7.3150e+02 2.166e-09 + -7.3025e+02 6.288e-09 + -7.2900e+02 5.660e-10 + -7.2775e+02 2.782e-09 + -7.2650e+02 7.162e-09 + -7.2525e+02 2.703e-09 + -7.2400e+02 9.581e-09 + -7.2275e+02 3.950e-10 + -7.2150e+02 6.098e-10 + -7.2025e+02 3.335e-09 + -7.1900e+02 4.672e-10 + -7.1775e+02 2.061e-09 + -7.1650e+02 2.763e-09 + -7.1525e+02 4.553e-10 + -7.1400e+02 2.026e-09 + -7.1275e+02 3.579e-09 + -7.1150e+02 3.082e-09 + -7.1025e+02 3.120e-09 + -7.0900e+02 5.139e-10 + -7.0775e+02 7.931e-10 + -7.0650e+02 7.594e-10 + -7.0525e+02 5.278e-10 + -7.0400e+02 3.262e-09 + -7.0275e+02 6.238e-10 + -7.0150e+02 2.022e-09 + -7.0025e+02 8.056e-09 + -6.9900e+02 5.698e-10 + -6.9775e+02 3.386e-09 + -6.9650e+02 4.458e-10 + -6.9525e+02 4.136e-10 + -6.9400e+02 2.473e-09 + -6.9275e+02 2.948e-09 + -6.9150e+02 3.339e-10 + -6.9025e+02 3.428e-10 + -6.8900e+02 2.389e-09 + -6.8775e+02 3.950e-09 + -6.8650e+02 2.645e-09 + -6.8525e+02 1.775e-10 + -6.8400e+02 7.344e-10 + -6.8275e+02 1.253e-10 + -6.8150e+02 1.370e-10 + -6.8025e+02 1.918e-09 + -6.7900e+02 3.356e-09 + -6.7775e+02 5.188e-09 + -6.7650e+02 9.813e-09 + -6.7525e+02 4.610e-09 + -6.7400e+02 1.047e-09 + -6.7275e+02 3.894e-09 + -6.7150e+02 6.018e-09 + -6.7025e+02 3.739e-09 + -6.6900e+02 9.883e-09 + -6.6775e+02 1.889e-09 + -6.6650e+02 1.088e-10 + -6.6525e+02 3.172e-09 + -6.6400e+02 3.638e-10 + -6.6275e+02 1.018e-08 + -6.6150e+02 2.627e-10 + -6.6025e+02 5.645e-09 + -6.5900e+02 2.000e-09 + -6.5775e+02 2.631e-09 + -6.5650e+02 9.600e-09 + -6.5525e+02 8.049e-10 + -6.5400e+02 8.392e-09 + -6.5275e+02 5.300e-09 + -6.5150e+02 4.471e-09 + -6.5025e+02 2.694e-09 + -6.4900e+02 7.056e-09 + -6.4775e+02 2.487e-09 + -6.4650e+02 8.706e-09 + -6.4525e+02 7.911e-09 + -6.4400e+02 3.563e-09 + -6.4275e+02 1.851e-09 + -6.4150e+02 2.303e-09 + -6.4025e+02 1.214e-09 + -6.3900e+02 2.144e-09 + -6.3775e+02 5.615e-09 + -6.3650e+02 7.704e-10 + -6.3525e+02 2.581e-09 + -6.3400e+02 1.424e-09 + -6.3275e+02 1.788e-10 + -6.3150e+02 3.321e-09 + -6.3025e+02 4.776e-09 + -6.2900e+02 1.045e-08 + -6.2775e+02 1.268e-09 + -6.2650e+02 3.717e-09 + -6.2525e+02 2.476e-09 + -6.2400e+02 5.566e-10 + -6.2275e+02 6.364e-09 + -6.2150e+02 7.764e-09 + -6.2025e+02 7.903e-10 + -6.1900e+02 1.070e-08 + -6.1775e+02 1.157e-08 + -6.1650e+02 8.002e-09 + -6.1525e+02 5.107e-09 + -6.1400e+02 6.512e-11 + -6.1275e+02 5.599e-09 + -6.1150e+02 1.477e-09 + -6.1025e+02 3.516e-09 + -6.0900e+02 1.728e-08 + -6.0775e+02 4.403e-09 + -6.0650e+02 2.558e-09 + -6.0525e+02 5.363e-09 + -6.0400e+02 7.115e-09 + -6.0275e+02 7.819e-09 + -6.0150e+02 1.007e-08 + -6.0025e+02 4.452e-09 + -5.9900e+02 1.716e-08 + -5.9775e+02 4.521e-09 + -5.9650e+02 4.273e-09 + -5.9525e+02 4.361e-09 + -5.9400e+02 9.601e-10 + -5.9275e+02 4.427e-09 + -5.9150e+02 2.425e-09 + -5.9025e+02 1.084e-08 + -5.8900e+02 2.631e-09 + -5.8775e+02 1.896e-08 + -5.8650e+02 1.288e-08 + -5.8525e+02 4.948e-09 + -5.8400e+02 2.427e-10 + -5.8275e+02 4.462e-09 + -5.8150e+02 3.256e-09 + -5.8025e+02 2.328e-09 + -5.7900e+02 4.735e-09 + -5.7775e+02 2.307e-09 + -5.7650e+02 7.290e-09 + -5.7525e+02 2.737e-08 + -5.7400e+02 2.767e-09 + -5.7275e+02 1.447e-09 + -5.7150e+02 3.255e-09 + -5.7025e+02 2.908e-09 + -5.6900e+02 9.878e-10 + -5.6775e+02 7.061e-10 + -5.6650e+02 1.303e-09 + -5.6525e+02 2.401e-09 + -5.6400e+02 6.053e-09 + -5.6275e+02 4.027e-09 + -5.6150e+02 1.187e-08 + -5.6025e+02 1.041e-08 + -5.5900e+02 5.155e-09 + -5.5775e+02 3.985e-09 + -5.5650e+02 3.462e-10 + -5.5525e+02 7.209e-09 + -5.5400e+02 8.952e-09 + -5.5275e+02 1.957e-09 + -5.5150e+02 8.748e-10 + -5.5025e+02 6.068e-11 + -5.4900e+02 9.826e-10 + -5.4775e+02 4.954e-09 + -5.4650e+02 2.371e-08 + -5.4525e+02 2.024e-08 + -5.4400e+02 3.060e-09 + -5.4275e+02 1.907e-08 + -5.4150e+02 2.341e-09 + -5.4025e+02 7.762e-09 + -5.3900e+02 2.896e-08 + -5.3775e+02 8.939e-10 + -5.3650e+02 7.182e-09 + -5.3525e+02 8.860e-09 + -5.3400e+02 8.029e-09 + -5.3275e+02 3.234e-08 + -5.3150e+02 3.717e-08 + -5.3025e+02 8.057e-09 + -5.2900e+02 5.204e-09 + -5.2775e+02 3.890e-09 + -5.2650e+02 3.293e-09 + -5.2525e+02 4.893e-09 + -5.2400e+02 1.150e-08 + -5.2275e+02 1.191e-08 + -5.2150e+02 1.614e-09 + -5.2025e+02 1.677e-09 + -5.1900e+02 1.583e-08 + -5.1775e+02 2.551e-08 + -5.1650e+02 1.109e-08 + -5.1525e+02 1.545e-09 + -5.1400e+02 4.572e-09 + -5.1275e+02 2.406e-08 + -5.1150e+02 6.028e-08 + -5.1025e+02 2.024e-09 + -5.0900e+02 9.843e-10 + -5.0775e+02 8.608e-09 + -5.0650e+02 1.779e-08 + -5.0525e+02 4.137e-09 + -5.0400e+02 7.813e-09 + -5.0275e+02 2.840e-09 + -5.0150e+02 1.298e-08 + -5.0025e+02 2.815e-08 + -4.9900e+02 5.889e-08 + -4.9775e+02 1.981e-08 + -4.9650e+02 1.352e-09 + -4.9525e+02 3.258e-10 + -4.9400e+02 2.057e-08 + -4.9275e+02 1.053e-08 + -4.9150e+02 4.289e-08 + -4.9025e+02 1.652e-09 + -4.8900e+02 2.422e-08 + -4.8775e+02 2.452e-10 + -4.8650e+02 7.459e-09 + -4.8525e+02 3.485e-09 + -4.8400e+02 9.367e-09 + -4.8275e+02 9.360e-10 + -4.8150e+02 4.296e-09 + -4.8025e+02 2.535e-08 + -4.7900e+02 9.727e-09 + -4.7775e+02 4.900e-09 + -4.7650e+02 1.760e-08 + -4.7525e+02 1.398e-09 + -4.7400e+02 1.150e-08 + -4.7275e+02 8.845e-09 + -4.7150e+02 1.075e-08 + -4.7025e+02 5.152e-09 + -4.6900e+02 2.682e-08 + -4.6775e+02 1.116e-08 + -4.6650e+02 3.258e-08 + -4.6525e+02 2.150e-08 + -4.6400e+02 1.988e-09 + -4.6275e+02 1.718e-08 + -4.6150e+02 5.276e-10 + -4.6025e+02 3.912e-09 + -4.5900e+02 6.844e-09 + -4.5775e+02 2.796e-09 + -4.5650e+02 2.231e-08 + -4.5525e+02 1.360e-08 + -4.5400e+02 5.795e-08 + -4.5275e+02 2.666e-09 + -4.5150e+02 1.046e-08 + -4.5025e+02 8.327e-09 + -4.4900e+02 1.847e-08 + -4.4775e+02 2.831e-08 + -4.4650e+02 1.105e-08 + -4.4525e+02 7.897e-09 + -4.4400e+02 3.556e-10 + -4.4275e+02 5.531e-09 + -4.4150e+02 5.269e-09 + -4.4025e+02 4.070e-08 + -4.3900e+02 9.051e-09 + -4.3775e+02 6.975e-10 + -4.3650e+02 9.334e-09 + -4.3525e+02 3.251e-09 + -4.3400e+02 1.961e-08 + -4.3275e+02 1.995e-08 + -4.3150e+02 2.310e-09 + -4.3025e+02 3.797e-09 + -4.2900e+02 1.511e-08 + -4.2775e+02 1.773e-08 + -4.2650e+02 5.990e-09 + -4.2525e+02 5.657e-08 + -4.2400e+02 9.669e-09 + -4.2275e+02 2.902e-08 + -4.2150e+02 3.912e-08 + -4.2025e+02 1.967e-08 + -4.1900e+02 1.920e-08 + -4.1775e+02 9.232e-09 + -4.1650e+02 4.871e-09 + -4.1525e+02 1.410e-08 + -4.1400e+02 1.065e-08 + -4.1275e+02 1.655e-08 + -4.1150e+02 2.521e-08 + -4.1025e+02 4.930e-08 + -4.0900e+02 1.445e-08 + -4.0775e+02 9.568e-09 + -4.0650e+02 8.466e-09 + -4.0525e+02 1.378e-08 + -4.0400e+02 1.060e-08 + -4.0275e+02 5.199e-09 + -4.0150e+02 9.627e-10 + -4.0025e+02 4.001e-08 + -3.9900e+02 2.826e-08 + -3.9775e+02 5.772e-09 + -3.9650e+02 2.253e-08 + -3.9525e+02 4.340e-09 + -3.9400e+02 4.141e-09 + -3.9275e+02 2.051e-08 + -3.9150e+02 8.120e-09 + -3.9025e+02 2.850e-08 + -3.8900e+02 6.576e-09 + -3.8775e+02 5.913e-08 + -3.8650e+02 4.001e-08 + -3.8525e+02 2.925e-08 + -3.8400e+02 3.271e-08 + -3.8275e+02 4.926e-09 + -3.8150e+02 3.247e-08 + -3.8025e+02 1.770e-08 + -3.7900e+02 7.905e-08 + -3.7775e+02 5.120e-08 + -3.7650e+02 2.170e-08 + -3.7525e+02 4.381e-08 + -3.7400e+02 6.248e-09 + -3.7275e+02 1.913e-09 + -3.7150e+02 7.249e-09 + -3.7025e+02 1.148e-08 + -3.6900e+02 1.180e-08 + -3.6775e+02 2.059e-08 + -3.6650e+02 1.371e-08 + -3.6525e+02 1.155e-08 + -3.6400e+02 1.452e-08 + -3.6275e+02 2.564e-08 + -3.6150e+02 9.264e-10 + -3.6025e+02 2.315e-08 + -3.5900e+02 5.992e-09 + -3.5775e+02 4.863e-08 + -3.5650e+02 1.366e-08 + -3.5525e+02 8.252e-09 + -3.5400e+02 2.040e-08 + -3.5275e+02 7.455e-09 + -3.5150e+02 8.962e-09 + -3.5025e+02 9.259e-09 + -3.4900e+02 1.875e-08 + -3.4775e+02 3.704e-08 + -3.4650e+02 1.816e-09 + -3.4525e+02 4.630e-08 + -3.4400e+02 5.585e-09 + -3.4275e+02 1.707e-08 + -3.4150e+02 2.487e-08 + -3.4025e+02 1.545e-07 + -3.3900e+02 1.503e-07 + -3.3775e+02 2.335e-08 + -3.3650e+02 1.305e-09 + -3.3525e+02 7.178e-09 + -3.3400e+02 1.942e-08 + -3.3275e+02 1.327e-08 + -3.3150e+02 6.730e-08 + -3.3025e+02 2.682e-08 + -3.2900e+02 1.009e-08 + -3.2775e+02 7.185e-08 + -3.2650e+02 1.054e-08 + -3.2525e+02 1.082e-07 + -3.2400e+02 4.225e-08 + -3.2275e+02 2.125e-08 + -3.2150e+02 7.041e-08 + -3.2025e+02 5.168e-08 + -3.1900e+02 8.657e-09 + -3.1775e+02 5.288e-09 + -3.1650e+02 1.605e-09 + -3.1525e+02 8.504e-08 + -3.1400e+02 9.924e-08 + -3.1275e+02 3.036e-08 + -3.1150e+02 1.985e-09 + -3.1025e+02 2.782e-08 + -3.0900e+02 6.629e-08 + -3.0775e+02 8.406e-09 + -3.0650e+02 2.963e-08 + -3.0525e+02 1.893e-08 + -3.0400e+02 2.904e-08 + -3.0275e+02 9.217e-10 + -3.0150e+02 2.098e-08 + -3.0025e+02 1.422e-08 + -2.9900e+02 8.321e-09 + -2.9775e+02 1.656e-08 + -2.9650e+02 6.565e-08 + -2.9525e+02 1.190e-07 + -2.9400e+02 2.621e-08 + -2.9275e+02 3.103e-08 + -2.9150e+02 7.683e-08 + -2.9025e+02 1.425e-08 + -2.8900e+02 7.484e-08 + -2.8775e+02 2.113e-08 + -2.8650e+02 1.006e-08 + -2.8525e+02 1.071e-08 + -2.8400e+02 3.915e-08 + -2.8275e+02 3.793e-09 + -2.8150e+02 1.143e-08 + -2.8025e+02 2.776e-08 + -2.7900e+02 1.609e-09 + -2.7775e+02 4.897e-08 + -2.7650e+02 1.981e-08 + -2.7525e+02 1.327e-08 + -2.7400e+02 1.556e-08 + -2.7275e+02 1.919e-08 + -2.7150e+02 6.026e-08 + -2.7025e+02 4.458e-08 + -2.6900e+02 1.688e-07 + -2.6775e+02 3.724e-08 + -2.6650e+02 4.235e-08 + -2.6525e+02 3.519e-08 + -2.6400e+02 8.017e-08 + -2.6275e+02 4.900e-08 + -2.6150e+02 1.117e-07 + -2.6025e+02 2.546e-07 + -2.5900e+02 9.297e-08 + -2.5775e+02 4.041e-08 + -2.5650e+02 9.306e-08 + -2.5525e+02 4.088e-09 + -2.5400e+02 6.593e-10 + -2.5275e+02 1.712e-08 + -2.5150e+02 1.486e-07 + -2.5025e+02 1.306e-07 + -2.4900e+02 3.070e-08 + -2.4775e+02 1.273e-07 + -2.4650e+02 3.401e-07 + -2.4525e+02 1.347e-08 + -2.4400e+02 1.769e-07 + -2.4275e+02 8.529e-08 + -2.4150e+02 9.994e-08 + -2.4025e+02 4.697e-08 + -2.3900e+02 3.033e-07 + -2.3775e+02 4.927e-08 + -2.3650e+02 5.217e-08 + -2.3525e+02 4.054e-09 + -2.3400e+02 3.136e-08 + -2.3275e+02 8.569e-08 + -2.3150e+02 3.893e-10 + -2.3025e+02 3.597e-08 + -2.2900e+02 7.978e-08 + -2.2775e+02 7.165e-08 + -2.2650e+02 7.800e-08 + -2.2525e+02 1.769e-07 + -2.2400e+02 2.051e-07 + -2.2275e+02 1.678e-07 + -2.2150e+02 1.838e-07 + -2.2025e+02 3.622e-07 + -2.1900e+02 1.412e-08 + -2.1775e+02 4.582e-08 + -2.1650e+02 1.129e-08 + -2.1525e+02 4.060e-08 + -2.1400e+02 1.354e-07 + -2.1275e+02 4.883e-09 + -2.1150e+02 2.440e-08 + -2.1025e+02 1.945e-08 + -2.0900e+02 1.156e-07 + -2.0775e+02 6.066e-09 + -2.0650e+02 9.046e-08 + -2.0525e+02 9.986e-08 + -2.0400e+02 8.794e-08 + -2.0275e+02 1.551e-07 + -2.0150e+02 2.085e-07 + -2.0025e+02 1.856e-08 + -1.9900e+02 2.588e-08 + -1.9775e+02 5.493e-08 + -1.9650e+02 6.002e-08 + -1.9525e+02 2.850e-07 + -1.9400e+02 1.100e-08 + -1.9275e+02 1.275e-07 + -1.9150e+02 2.144e-07 + -1.9025e+02 1.301e-07 + -1.8900e+02 8.179e-08 + -1.8775e+02 1.574e-07 + -1.8650e+02 5.201e-08 + -1.8525e+02 1.199e-07 + -1.8400e+02 3.879e-08 + -1.8275e+02 2.222e-07 + -1.8150e+02 8.380e-08 + -1.8025e+02 9.488e-08 + -1.7900e+02 3.684e-08 + -1.7775e+02 8.065e-10 + -1.7650e+02 2.205e-08 + -1.7525e+02 9.538e-09 + -1.7400e+02 3.150e-07 + -1.7275e+02 8.776e-08 + -1.7150e+02 5.427e-08 + -1.7025e+02 3.641e-07 + -1.6900e+02 6.724e-08 + -1.6775e+02 6.007e-08 + -1.6650e+02 2.815e-09 + -1.6525e+02 5.103e-09 + -1.6400e+02 5.695e-08 + -1.6275e+02 1.939e-08 + -1.6150e+02 2.225e-07 + -1.6025e+02 4.484e-08 + -1.5900e+02 4.685e-09 + -1.5775e+02 1.909e-07 + -1.5650e+02 1.622e-07 + -1.5525e+02 1.346e-07 + -1.5400e+02 5.294e-08 + -1.5275e+02 2.581e-08 + -1.5150e+02 2.943e-07 + -1.5025e+02 1.048e-07 + -1.4900e+02 1.180e-08 + -1.4775e+02 6.118e-08 + -1.4650e+02 3.174e-07 + -1.4525e+02 3.556e-07 + -1.4400e+02 3.497e-08 + -1.4275e+02 1.623e-07 + -1.4150e+02 1.605e-07 + -1.4025e+02 1.267e-07 + -1.3900e+02 8.734e-08 + -1.3775e+02 1.104e-07 + -1.3650e+02 2.569e-08 + -1.3525e+02 2.748e-07 + -1.3400e+02 6.936e-08 + -1.3275e+02 5.860e-08 + -1.3150e+02 1.787e-08 + -1.3025e+02 7.646e-09 + -1.2900e+02 1.755e-07 + -1.2775e+02 1.420e-07 + -1.2650e+02 7.043e-08 + -1.2525e+02 2.845e-08 + -1.2400e+02 2.166e-08 + -1.2275e+02 4.075e-08 + -1.2150e+02 2.751e-07 + -1.2025e+02 1.409e-07 + -1.1900e+02 7.709e-08 + -1.1775e+02 3.172e-08 + -1.1650e+02 1.099e-08 + -1.1525e+02 1.091e-08 + -1.1400e+02 1.502e-08 + -1.1275e+02 9.788e-08 + -1.1150e+02 4.782e-08 + -1.1025e+02 1.152e-07 + -1.0900e+02 4.139e-08 + -1.0775e+02 8.881e-08 + -1.0650e+02 1.367e-07 + -1.0525e+02 2.088e-08 + -1.0400e+02 3.888e-07 + -1.0275e+02 1.491e-07 + -1.0150e+02 4.765e-08 + -1.0025e+02 1.572e-09 + -9.9000e+01 8.380e-08 + -9.7750e+01 2.556e-07 + -9.6500e+01 1.170e-07 + -9.5250e+01 2.392e-07 + -9.4000e+01 2.519e-07 + -9.2750e+01 2.277e-07 + -9.1500e+01 3.790e-07 + -9.0250e+01 1.851e-07 + -8.9000e+01 4.086e-07 + -8.7750e+01 5.710e-07 + -8.6500e+01 4.403e-07 + -8.5250e+01 2.846e-07 + -8.4000e+01 3.787e-07 + -8.2750e+01 2.551e-07 + -8.1500e+01 4.220e-07 + -8.0250e+01 5.805e-07 + -7.9000e+01 3.789e-07 + -7.7750e+01 2.469e-07 + -7.6500e+01 3.714e-07 + -7.5250e+01 1.183e-07 + -7.4000e+01 1.379e-07 + -7.2750e+01 1.481e-07 + -7.1500e+01 9.202e-08 + -7.0250e+01 4.407e-08 + -6.9000e+01 6.100e-08 + -6.7750e+01 7.756e-08 + -6.6500e+01 2.437e-08 + -6.5250e+01 4.997e-08 + -6.4000e+01 4.386e-08 + -6.2750e+01 3.115e-08 + -6.1500e+01 1.512e-08 + -6.0250e+01 5.167e-09 + -5.9000e+01 5.589e-09 + -5.7750e+01 3.782e-09 + -5.6500e+01 2.293e-09 + -5.5250e+01 1.994e-09 + -5.4000e+01 1.438e-09 + -5.2750e+01 1.030e-09 + -5.1500e+01 3.908e-10 + -5.0250e+01 4.303e-10 + -4.9000e+01 3.423e-10 + -4.7750e+01 2.909e-10 + -4.6500e+01 1.085e-10 + -4.5250e+01 1.659e-10 + -4.4000e+01 8.799e-11 + -4.2750e+01 4.806e-11 + -4.1500e+01 2.400e-11 + -4.0250e+01 8.098e-12 + -3.9000e+01 1.300e-11 + -3.7750e+01 8.831e-12 + -3.6500e+01 2.082e-12 + -3.5250e+01 3.824e-12 + -3.4000e+01 1.135e-13 + -3.2750e+01 1.875e-12 + -3.1500e+01 5.919e-13 + -3.0250e+01 1.491e-12 + -2.9000e+01 6.022e-12 + -2.7750e+01 7.130e-14 + -2.6500e+01 2.802e-12 + -2.5250e+01 9.979e-13 + -2.4000e+01 2.719e-13 + -2.2750e+01 3.211e-12 + -2.1500e+01 4.582e-13 + -2.0250e+01 1.330e-13 + -1.9000e+01 3.729e-13 + -1.7750e+01 1.231e-12 + -1.6500e+01 3.236e-13 + -1.5250e+01 7.828e-14 + -1.4000e+01 1.518e-13 + -1.2750e+01 3.745e-13 + -1.1500e+01 2.509e-13 + -1.0250e+01 1.526e-12 + -9.0000e+00 1.317e-13 + -7.7500e+00 4.720e-13 + -6.5000e+00 6.272e-13 + -5.2500e+00 2.768e-13 + -4.0000e+00 3.641e-13 + -2.7500e+00 7.536e-13 + -1.5000e+00 7.194e-14 + -2.5000e-01 9.195e-13 + + -1.0240e+03 3.303e-13 + -1.0228e+03 8.084e-14 + -1.0215e+03 2.284e-13 + -1.0202e+03 2.501e-14 + -1.0190e+03 5.951e-14 + -1.0178e+03 1.436e-13 + -1.0165e+03 5.925e-14 + -1.0152e+03 7.322e-14 + -1.0140e+03 1.073e-14 + -1.0128e+03 2.298e-13 + -1.0115e+03 1.558e-13 + -1.0102e+03 1.748e-13 + -1.0090e+03 2.278e-13 + -1.0078e+03 3.067e-14 + -1.0065e+03 1.620e-13 + -1.0052e+03 1.578e-13 + -1.0040e+03 9.279e-14 + -1.0028e+03 1.744e-13 + -1.0015e+03 3.145e-17 + -1.0002e+03 4.935e-14 + -9.9900e+02 1.228e-13 + -9.9775e+02 8.312e-13 + -9.9650e+02 9.547e-14 + -9.9525e+02 3.389e-14 + -9.9400e+02 2.640e-13 + -9.9275e+02 2.881e-14 + -9.9150e+02 2.773e-13 + -9.9025e+02 1.510e-13 + -9.8900e+02 3.075e-13 + -9.8775e+02 1.190e-13 + -9.8650e+02 3.986e-13 + -9.8525e+02 5.872e-14 + -9.8400e+02 2.914e-13 + -9.8275e+02 2.116e-13 + -9.8150e+02 1.141e-12 + -9.8025e+02 1.866e-13 + -9.7900e+02 5.585e-13 + -9.7775e+02 3.889e-13 + -9.7650e+02 7.099e-14 + -9.7525e+02 3.154e-13 + -9.7400e+02 4.808e-13 + -9.7275e+02 5.215e-13 + -9.7150e+02 1.176e-13 + -9.7025e+02 4.161e-14 + -9.6900e+02 6.406e-14 + -9.6775e+02 2.975e-13 + -9.6650e+02 8.712e-13 + -9.6525e+02 5.029e-14 + -9.6400e+02 5.043e-13 + -9.6275e+02 1.025e-13 + -9.6150e+02 1.210e-12 + -9.6025e+02 4.902e-13 + -9.5900e+02 5.138e-13 + -9.5775e+02 6.760e-13 + -9.5650e+02 7.859e-13 + -9.5525e+02 7.387e-13 + -9.5400e+02 2.894e-12 + -9.5275e+02 1.401e-12 + -9.5150e+02 1.386e-12 + -9.5025e+02 4.705e-12 + -9.4900e+02 5.065e-13 + -9.4775e+02 2.873e-12 + -9.4650e+02 3.605e-14 + -9.4525e+02 5.578e-13 + -9.4400e+02 2.123e-12 + -9.4275e+02 9.313e-13 + -9.4150e+02 6.962e-13 + -9.4025e+02 3.066e-13 + -9.3900e+02 3.629e-12 + -9.3775e+02 3.475e-12 + -9.3650e+02 1.188e-12 + -9.3525e+02 2.019e-12 + -9.3400e+02 9.054e-12 + -9.3275e+02 1.061e-11 + -9.3150e+02 1.645e-12 + -9.3025e+02 1.812e-12 + -9.2900e+02 2.524e-13 + -9.2775e+02 8.313e-12 + -9.2650e+02 9.292e-12 + -9.2525e+02 5.338e-12 + -9.2400e+02 2.835e-12 + -9.2275e+02 1.761e-12 + -9.2150e+02 8.700e-12 + -9.2025e+02 3.756e-12 + -9.1900e+02 2.708e-11 + -9.1775e+02 6.463e-12 + -9.1650e+02 7.176e-12 + -9.1525e+02 2.488e-11 + -9.1400e+02 1.860e-11 + -9.1275e+02 3.059e-12 + -9.1150e+02 2.596e-12 + -9.1025e+02 7.465e-12 + -9.0900e+02 1.092e-11 + -9.0775e+02 1.357e-11 + -9.0650e+02 1.221e-11 + -9.0525e+02 1.719e-11 + -9.0400e+02 7.817e-12 + -9.0275e+02 4.773e-11 + -9.0150e+02 1.635e-11 + -9.0025e+02 8.175e-12 + -8.9900e+02 8.281e-12 + -8.9775e+02 1.127e-11 + -8.9650e+02 5.377e-12 + -8.9525e+02 4.217e-11 + -8.9400e+02 2.014e-11 + -8.9275e+02 6.666e-11 + -8.9150e+02 2.891e-12 + -8.9025e+02 6.487e-11 + -8.8900e+02 2.706e-11 + -8.8775e+02 3.466e-11 + -8.8650e+02 8.146e-11 + -8.8525e+02 6.627e-11 + -8.8400e+02 1.162e-11 + -8.8275e+02 8.698e-11 + -8.8150e+02 1.042e-10 + -8.8025e+02 5.366e-11 + -8.7900e+02 8.176e-12 + -8.7775e+02 4.240e-11 + -8.7650e+02 8.476e-11 + -8.7525e+02 2.019e-11 + -8.7400e+02 2.034e-12 + -8.7275e+02 1.172e-13 + -8.7150e+02 6.501e-11 + -8.7025e+02 2.020e-10 + -8.6900e+02 2.593e-11 + -8.6775e+02 6.727e-11 + -8.6650e+02 1.444e-10 + -8.6525e+02 2.360e-12 + -8.6400e+02 8.721e-11 + -8.6275e+02 9.589e-11 + -8.6150e+02 1.120e-13 + -8.6025e+02 1.875e-10 + -8.5900e+02 7.131e-11 + -8.5775e+02 2.624e-10 + -8.5650e+02 7.399e-11 + -8.5525e+02 1.104e-10 + -8.5400e+02 3.085e-10 + -8.5275e+02 6.616e-11 + -8.5150e+02 1.278e-10 + -8.5025e+02 5.463e-11 + -8.4900e+02 2.094e-10 + -8.4775e+02 9.432e-11 + -8.4650e+02 3.101e-10 + -8.4525e+02 1.631e-10 + -8.4400e+02 2.095e-11 + -8.4275e+02 8.158e-11 + -8.4150e+02 6.230e-11 + -8.4025e+02 1.273e-10 + -8.3900e+02 1.285e-10 + -8.3775e+02 7.842e-12 + -8.3650e+02 6.667e-11 + -8.3525e+02 1.316e-10 + -8.3400e+02 2.653e-10 + -8.3275e+02 1.250e-10 + -8.3150e+02 2.646e-11 + -8.3025e+02 1.433e-11 + -8.2900e+02 1.022e-10 + -8.2775e+02 1.475e-10 + -8.2650e+02 2.887e-11 + -8.2525e+02 1.455e-10 + -8.2400e+02 3.304e-10 + -8.2275e+02 1.249e-10 + -8.2150e+02 3.344e-11 + -8.2025e+02 2.096e-10 + -8.1900e+02 1.424e-10 + -8.1775e+02 9.782e-11 + -8.1650e+02 4.380e-10 + -8.1525e+02 6.660e-10 + -8.1400e+02 5.871e-10 + -8.1275e+02 3.802e-10 + -8.1150e+02 2.561e-11 + -8.1025e+02 3.653e-11 + -8.0900e+02 1.010e-10 + -8.0775e+02 5.692e-12 + -8.0650e+02 3.848e-10 + -8.0525e+02 4.546e-10 + -8.0400e+02 4.603e-11 + -8.0275e+02 7.103e-10 + -8.0150e+02 4.714e-10 + -8.0025e+02 1.811e-10 + -7.9900e+02 9.120e-12 + -7.9775e+02 6.849e-11 + -7.9650e+02 2.732e-10 + -7.9525e+02 1.077e-09 + -7.9400e+02 8.343e-10 + -7.9275e+02 7.201e-10 + -7.9150e+02 9.781e-10 + -7.9025e+02 3.946e-10 + -7.8900e+02 5.999e-10 + -7.8775e+02 4.355e-10 + -7.8650e+02 8.619e-11 + -7.8525e+02 6.233e-10 + -7.8400e+02 1.985e-10 + -7.8275e+02 2.903e-10 + -7.8150e+02 1.396e-10 + -7.8025e+02 5.127e-11 + -7.7900e+02 3.165e-10 + -7.7775e+02 1.548e-10 + -7.7650e+02 4.570e-10 + -7.7525e+02 1.374e-09 + -7.7400e+02 2.399e-10 + -7.7275e+02 5.216e-10 + -7.7150e+02 5.386e-10 + -7.7025e+02 9.757e-10 + -7.6900e+02 5.989e-10 + -7.6775e+02 1.616e-09 + -7.6650e+02 2.974e-11 + -7.6525e+02 5.137e-10 + -7.6400e+02 3.231e-09 + -7.6275e+02 8.119e-10 + -7.6150e+02 1.585e-09 + -7.6025e+02 1.161e-09 + -7.5900e+02 1.457e-09 + -7.5775e+02 6.748e-10 + -7.5650e+02 2.364e-10 + -7.5525e+02 2.937e-10 + -7.5400e+02 2.463e-10 + -7.5275e+02 2.941e-10 + -7.5150e+02 9.897e-10 + -7.5025e+02 8.875e-10 + -7.4900e+02 8.982e-10 + -7.4775e+02 1.165e-09 + -7.4650e+02 8.896e-10 + -7.4525e+02 1.410e-09 + -7.4400e+02 6.194e-10 + -7.4275e+02 9.290e-10 + -7.4150e+02 8.599e-10 + -7.4025e+02 1.931e-09 + -7.3900e+02 9.140e-10 + -7.3775e+02 5.552e-10 + -7.3650e+02 1.734e-09 + -7.3525e+02 4.806e-10 + -7.3400e+02 1.717e-09 + -7.3275e+02 1.775e-09 + -7.3150e+02 1.981e-10 + -7.3025e+02 4.185e-10 + -7.2900e+02 5.643e-10 + -7.2775e+02 2.394e-10 + -7.2650e+02 2.645e-09 + -7.2525e+02 1.874e-11 + -7.2400e+02 2.107e-09 + -7.2275e+02 2.714e-10 + -7.2150e+02 2.525e-10 + -7.2025e+02 4.024e-10 + -7.1900e+02 9.152e-10 + -7.1775e+02 1.164e-09 + -7.1650e+02 2.798e-09 + -7.1525e+02 1.202e-09 + -7.1400e+02 5.781e-10 + -7.1275e+02 9.382e-10 + -7.1150e+02 1.648e-10 + -7.1025e+02 2.840e-09 + -7.0900e+02 9.437e-10 + -7.0775e+02 1.417e-09 + -7.0650e+02 2.734e-10 + -7.0525e+02 2.624e-09 + -7.0400e+02 5.740e-09 + -7.0275e+02 1.134e-09 + -7.0150e+02 5.223e-11 + -7.0025e+02 7.073e-10 + -6.9900e+02 9.787e-11 + -6.9775e+02 7.157e-10 + -6.9650e+02 3.710e-09 + -6.9525e+02 1.496e-10 + -6.9400e+02 2.092e-09 + -6.9275e+02 2.071e-09 + -6.9150e+02 1.411e-09 + -6.9025e+02 4.096e-09 + -6.8900e+02 9.846e-10 + -6.8775e+02 6.075e-10 + -6.8650e+02 3.667e-09 + -6.8525e+02 6.581e-09 + -6.8400e+02 1.454e-09 + -6.8275e+02 6.737e-10 + -6.8150e+02 1.727e-09 + -6.8025e+02 3.443e-09 + -6.7900e+02 2.017e-09 + -6.7775e+02 9.137e-10 + -6.7650e+02 1.877e-10 + -6.7525e+02 4.245e-10 + -6.7400e+02 1.102e-09 + -6.7275e+02 1.056e-09 + -6.7150e+02 3.552e-09 + -6.7025e+02 5.259e-10 + -6.6900e+02 9.865e-10 + -6.6775e+02 3.636e-09 + -6.6650e+02 2.521e-10 + -6.6525e+02 3.196e-09 + -6.6400e+02 5.906e-10 + -6.6275e+02 2.467e-10 + -6.6150e+02 6.031e-10 + -6.6025e+02 3.840e-09 + -6.5900e+02 1.474e-09 + -6.5775e+02 3.866e-10 + -6.5650e+02 4.959e-09 + -6.5525e+02 5.616e-10 + -6.5400e+02 9.231e-10 + -6.5275e+02 1.995e-09 + -6.5150e+02 1.150e-09 + -6.5025e+02 1.301e-09 + -6.4900e+02 4.137e-09 + -6.4775e+02 5.532e-09 + -6.4650e+02 5.294e-10 + -6.4525e+02 1.172e-09 + -6.4400e+02 1.030e-10 + -6.4275e+02 5.409e-10 + -6.4150e+02 3.016e-09 + -6.4025e+02 3.093e-10 + -6.3900e+02 1.380e-09 + -6.3775e+02 2.738e-09 + -6.3650e+02 1.295e-09 + -6.3525e+02 2.829e-09 + -6.3400e+02 1.230e-09 + -6.3275e+02 1.239e-10 + -6.3150e+02 2.115e-09 + -6.3025e+02 8.778e-09 + -6.2900e+02 5.597e-09 + -6.2775e+02 3.445e-09 + -6.2650e+02 1.933e-09 + -6.2525e+02 4.341e-10 + -6.2400e+02 5.017e-10 + -6.2275e+02 3.994e-09 + -6.2150e+02 2.309e-09 + -6.2025e+02 2.802e-09 + -6.1900e+02 4.398e-09 + -6.1775e+02 1.808e-09 + -6.1650e+02 1.326e-09 + -6.1525e+02 6.060e-09 + -6.1400e+02 1.875e-09 + -6.1275e+02 4.082e-10 + -6.1150e+02 5.045e-09 + -6.1025e+02 6.050e-09 + -6.0900e+02 2.461e-09 + -6.0775e+02 1.244e-09 + -6.0650e+02 3.739e-09 + -6.0525e+02 4.360e-09 + -6.0400e+02 6.209e-09 + -6.0275e+02 1.560e-09 + -6.0150e+02 1.670e-09 + -6.0025e+02 1.641e-09 + -5.9900e+02 2.769e-09 + -5.9775e+02 2.522e-09 + -5.9650e+02 5.637e-09 + -5.9525e+02 2.371e-09 + -5.9400e+02 1.674e-09 + -5.9275e+02 2.261e-09 + -5.9150e+02 2.853e-09 + -5.9025e+02 1.566e-09 + -5.8900e+02 2.794e-09 + -5.8775e+02 9.656e-10 + -5.8650e+02 5.875e-10 + -5.8525e+02 3.619e-09 + -5.8400e+02 3.142e-09 + -5.8275e+02 1.886e-09 + -5.8150e+02 5.832e-09 + -5.8025e+02 3.445e-09 + -5.7900e+02 1.780e-09 + -5.7775e+02 1.506e-09 + -5.7650e+02 4.879e-09 + -5.7525e+02 2.123e-09 + -5.7400e+02 3.153e-09 + -5.7275e+02 8.903e-09 + -5.7150e+02 6.226e-09 + -5.7025e+02 4.378e-09 + -5.6900e+02 6.000e-09 + -5.6775e+02 5.144e-09 + -5.6650e+02 2.290e-10 + -5.6525e+02 4.718e-09 + -5.6400e+02 4.330e-09 + -5.6275e+02 1.616e-09 + -5.6150e+02 1.467e-09 + -5.6025e+02 7.570e-11 + -5.5900e+02 2.523e-09 + -5.5775e+02 1.046e-09 + -5.5650e+02 3.597e-09 + -5.5525e+02 1.481e-08 + -5.5400e+02 7.824e-10 + -5.5275e+02 4.933e-09 + -5.5150e+02 9.843e-10 + -5.5025e+02 7.251e-10 + -5.4900e+02 5.007e-09 + -5.4775e+02 3.517e-10 + -5.4650e+02 2.062e-10 + -5.4525e+02 5.972e-09 + -5.4400e+02 1.098e-09 + -5.4275e+02 8.926e-09 + -5.4150e+02 3.019e-09 + -5.4025e+02 2.171e-08 + -5.3900e+02 1.392e-08 + -5.3775e+02 8.541e-10 + -5.3650e+02 3.988e-09 + -5.3525e+02 7.558e-09 + -5.3400e+02 3.972e-09 + -5.3275e+02 1.151e-08 + -5.3150e+02 5.406e-09 + -5.3025e+02 1.957e-08 + -5.2900e+02 1.250e-08 + -5.2775e+02 7.889e-09 + -5.2650e+02 4.860e-09 + -5.2525e+02 3.363e-09 + -5.2400e+02 5.653e-09 + -5.2275e+02 4.549e-09 + -5.2150e+02 1.783e-08 + -5.2025e+02 4.331e-09 + -5.1900e+02 3.807e-09 + -5.1775e+02 1.364e-09 + -5.1650e+02 3.769e-09 + -5.1525e+02 1.582e-09 + -5.1400e+02 9.264e-10 + -5.1275e+02 2.897e-09 + -5.1150e+02 1.246e-08 + -5.1025e+02 4.493e-09 + -5.0900e+02 1.252e-08 + -5.0775e+02 1.134e-08 + -5.0650e+02 2.350e-08 + -5.0525e+02 2.421e-09 + -5.0400e+02 2.342e-09 + -5.0275e+02 4.634e-09 + -5.0150e+02 1.983e-09 + -5.0025e+02 1.340e-08 + -4.9900e+02 2.062e-09 + -4.9775e+02 9.213e-09 + -4.9650e+02 1.028e-08 + -4.9525e+02 3.880e-09 + -4.9400e+02 2.024e-09 + -4.9275e+02 3.415e-09 + -4.9150e+02 4.504e-09 + -4.9025e+02 5.998e-09 + -4.8900e+02 1.015e-08 + -4.8775e+02 4.322e-09 + -4.8650e+02 2.622e-09 + -4.8525e+02 9.715e-09 + -4.8400e+02 2.260e-09 + -4.8275e+02 2.325e-08 + -4.8150e+02 1.842e-09 + -4.8025e+02 4.975e-09 + -4.7900e+02 2.191e-09 + -4.7775e+02 1.129e-08 + -4.7650e+02 9.384e-09 + -4.7525e+02 9.323e-10 + -4.7400e+02 4.638e-09 + -4.7275e+02 4.628e-09 + -4.7150e+02 1.143e-08 + -4.7025e+02 7.158e-09 + -4.6900e+02 9.033e-09 + -4.6775e+02 5.150e-10 + -4.6650e+02 1.957e-08 + -4.6525e+02 8.976e-09 + -4.6400e+02 1.129e-08 + -4.6275e+02 1.242e-08 + -4.6150e+02 4.213e-09 + -4.6025e+02 3.137e-08 + -4.5900e+02 5.162e-09 + -4.5775e+02 2.496e-09 + -4.5650e+02 2.018e-08 + -4.5525e+02 6.629e-09 + -4.5400e+02 4.832e-10 + -4.5275e+02 3.359e-08 + -4.5150e+02 5.990e-09 + -4.5025e+02 2.876e-09 + -4.4900e+02 4.733e-09 + -4.4775e+02 1.040e-08 + -4.4650e+02 2.570e-08 + -4.4525e+02 1.712e-09 + -4.4400e+02 1.562e-09 + -4.4275e+02 3.686e-09 + -4.4150e+02 1.669e-09 + -4.4025e+02 1.872e-09 + -4.3900e+02 1.201e-08 + -4.3775e+02 3.457e-08 + -4.3650e+02 4.668e-08 + -4.3525e+02 5.943e-09 + -4.3400e+02 1.624e-08 + -4.3275e+02 8.820e-09 + -4.3150e+02 2.132e-08 + -4.3025e+02 4.386e-08 + -4.2900e+02 3.992e-08 + -4.2775e+02 6.914e-09 + -4.2650e+02 7.447e-08 + -4.2525e+02 8.709e-09 + -4.2400e+02 4.574e-09 + -4.2275e+02 7.222e-09 + -4.2150e+02 2.917e-08 + -4.2025e+02 2.373e-08 + -4.1900e+02 1.197e-08 + -4.1775e+02 8.780e-09 + -4.1650e+02 9.284e-09 + -4.1525e+02 2.077e-08 + -4.1400e+02 3.470e-08 + -4.1275e+02 1.065e-09 + -4.1150e+02 1.129e-10 + -4.1025e+02 2.632e-09 + -4.0900e+02 1.349e-08 + -4.0775e+02 3.055e-08 + -4.0650e+02 1.549e-09 + -4.0525e+02 2.657e-08 + -4.0400e+02 1.816e-08 + -4.0275e+02 7.520e-09 + -4.0150e+02 1.558e-08 + -4.0025e+02 7.467e-09 + -3.9900e+02 1.438e-08 + -3.9775e+02 7.844e-09 + -3.9650e+02 1.778e-09 + -3.9525e+02 2.339e-09 + -3.9400e+02 1.914e-09 + -3.9275e+02 3.178e-10 + -3.9150e+02 1.677e-09 + -3.9025e+02 1.795e-08 + -3.8900e+02 2.982e-08 + -3.8775e+02 3.583e-09 + -3.8650e+02 9.249e-09 + -3.8525e+02 2.056e-09 + -3.8400e+02 4.672e-09 + -3.8275e+02 1.813e-08 + -3.8150e+02 5.340e-08 + -3.8025e+02 1.192e-08 + -3.7900e+02 6.167e-08 + -3.7775e+02 5.164e-09 + -3.7650e+02 2.338e-08 + -3.7525e+02 1.011e-09 + -3.7400e+02 4.415e-08 + -3.7275e+02 1.122e-08 + -3.7150e+02 5.107e-09 + -3.7025e+02 1.842e-08 + -3.6900e+02 7.271e-09 + -3.6775e+02 1.810e-08 + -3.6650e+02 3.766e-09 + -3.6525e+02 4.164e-09 + -3.6400e+02 4.952e-08 + -3.6275e+02 1.150e-08 + -3.6150e+02 1.423e-08 + -3.6025e+02 1.463e-08 + -3.5900e+02 5.305e-08 + -3.5775e+02 9.645e-09 + -3.5650e+02 2.953e-08 + -3.5525e+02 1.395e-08 + -3.5400e+02 8.509e-08 + -3.5275e+02 3.234e-08 + -3.5150e+02 2.160e-08 + -3.5025e+02 9.391e-09 + -3.4900e+02 3.228e-08 + -3.4775e+02 5.152e-08 + -3.4650e+02 2.832e-08 + -3.4525e+02 2.038e-08 + -3.4400e+02 2.439e-08 + -3.4275e+02 5.507e-09 + -3.4150e+02 5.038e-09 + -3.4025e+02 2.137e-08 + -3.3900e+02 1.612e-08 + -3.3775e+02 1.046e-09 + -3.3650e+02 8.760e-09 + -3.3525e+02 6.353e-09 + -3.3400e+02 2.287e-09 + -3.3275e+02 1.654e-08 + -3.3150e+02 5.487e-09 + -3.3025e+02 3.324e-08 + -3.2900e+02 2.851e-08 + -3.2775e+02 1.124e-09 + -3.2650e+02 2.239e-09 + -3.2525e+02 1.700e-09 + -3.2400e+02 1.041e-07 + -3.2275e+02 1.698e-08 + -3.2150e+02 6.263e-08 + -3.2025e+02 4.201e-09 + -3.1900e+02 7.631e-09 + -3.1775e+02 6.788e-08 + -3.1650e+02 6.074e-09 + -3.1525e+02 1.139e-09 + -3.1400e+02 1.336e-09 + -3.1275e+02 1.448e-09 + -3.1150e+02 4.019e-09 + -3.1025e+02 2.086e-08 + -3.0900e+02 2.098e-08 + -3.0775e+02 1.205e-08 + -3.0650e+02 2.062e-08 + -3.0525e+02 4.695e-08 + -3.0400e+02 4.537e-08 + -3.0275e+02 2.160e-08 + -3.0150e+02 2.715e-08 + -3.0025e+02 4.438e-08 + -2.9900e+02 3.744e-08 + -2.9775e+02 2.592e-08 + -2.9650e+02 2.452e-08 + -2.9525e+02 5.762e-08 + -2.9400e+02 2.004e-08 + -2.9275e+02 2.325e-10 + -2.9150e+02 2.226e-08 + -2.9025e+02 4.570e-09 + -2.8900e+02 1.399e-08 + -2.8775e+02 2.080e-08 + -2.8650e+02 9.129e-09 + -2.8525e+02 3.251e-08 + -2.8400e+02 2.450e-08 + -2.8275e+02 3.282e-08 + -2.8150e+02 8.208e-09 + -2.8025e+02 1.703e-08 + -2.7900e+02 1.263e-08 + -2.7775e+02 1.079e-08 + -2.7650e+02 9.609e-09 + -2.7525e+02 4.225e-08 + -2.7400e+02 2.440e-08 + -2.7275e+02 6.315e-08 + -2.7150e+02 2.887e-09 + -2.7025e+02 1.705e-08 + -2.6900e+02 2.517e-08 + -2.6775e+02 2.439e-09 + -2.6650e+02 4.823e-08 + -2.6525e+02 3.114e-08 + -2.6400e+02 2.359e-08 + -2.6275e+02 1.284e-08 + -2.6150e+02 3.428e-08 + -2.6025e+02 1.026e-08 + -2.5900e+02 1.272e-08 + -2.5775e+02 2.188e-08 + -2.5650e+02 2.102e-08 + -2.5525e+02 5.195e-08 + -2.5400e+02 2.211e-08 + -2.5275e+02 2.296e-08 + -2.5150e+02 9.382e-08 + -2.5025e+02 5.958e-08 + -2.4900e+02 8.634e-09 + -2.4775e+02 2.250e-09 + -2.4650e+02 1.476e-07 + -2.4525e+02 4.927e-08 + -2.4400e+02 5.483e-09 + -2.4275e+02 4.624e-09 + -2.4150e+02 3.258e-08 + -2.4025e+02 7.712e-10 + -2.3900e+02 4.284e-08 + -2.3775e+02 5.400e-08 + -2.3650e+02 3.675e-10 + -2.3525e+02 9.013e-08 + -2.3400e+02 4.648e-08 + -2.3275e+02 2.528e-08 + -2.3150e+02 7.458e-08 + -2.3025e+02 5.033e-08 + -2.2900e+02 2.965e-08 + -2.2775e+02 2.118e-08 + -2.2650e+02 3.514e-10 + -2.2525e+02 1.256e-07 + -2.2400e+02 8.724e-09 + -2.2275e+02 2.041e-08 + -2.2150e+02 3.630e-08 + -2.2025e+02 7.116e-08 + -2.1900e+02 5.506e-08 + -2.1775e+02 2.908e-08 + -2.1650e+02 2.473e-07 + -2.1525e+02 2.364e-08 + -2.1400e+02 5.014e-08 + -2.1275e+02 1.490e-08 + -2.1150e+02 4.155e-08 + -2.1025e+02 1.579e-08 + -2.0900e+02 1.462e-08 + -2.0775e+02 5.061e-08 + -2.0650e+02 2.548e-09 + -2.0525e+02 1.221e-08 + -2.0400e+02 4.318e-08 + -2.0275e+02 1.189e-07 + -2.0150e+02 2.071e-08 + -2.0025e+02 8.076e-08 + -1.9900e+02 3.201e-08 + -1.9775e+02 2.494e-08 + -1.9650e+02 6.546e-08 + -1.9525e+02 4.419e-08 + -1.9400e+02 1.776e-07 + -1.9275e+02 3.180e-08 + -1.9150e+02 9.800e-09 + -1.9025e+02 1.995e-08 + -1.8900e+02 5.316e-09 + -1.8775e+02 1.461e-08 + -1.8650e+02 4.444e-08 + -1.8525e+02 1.153e-07 + -1.8400e+02 1.212e-08 + -1.8275e+02 2.781e-09 + -1.8150e+02 3.761e-08 + -1.8025e+02 1.698e-08 + -1.7900e+02 1.142e-08 + -1.7775e+02 4.980e-08 + -1.7650e+02 2.437e-08 + -1.7525e+02 1.236e-07 + -1.7400e+02 6.400e-09 + -1.7275e+02 4.360e-08 + -1.7150e+02 5.102e-08 + -1.7025e+02 1.810e-08 + -1.6900e+02 1.723e-08 + -1.6775e+02 1.478e-09 + -1.6650e+02 2.586e-08 + -1.6525e+02 4.113e-08 + -1.6400e+02 1.042e-07 + -1.6275e+02 9.572e-08 + -1.6150e+02 3.218e-08 + -1.6025e+02 4.637e-08 + -1.5900e+02 1.258e-08 + -1.5775e+02 4.466e-08 + -1.5650e+02 4.812e-08 + -1.5525e+02 1.593e-08 + -1.5400e+02 4.962e-08 + -1.5275e+02 3.174e-08 + -1.5150e+02 9.441e-09 + -1.5025e+02 1.762e-08 + -1.4900e+02 8.203e-08 + -1.4775e+02 2.898e-09 + -1.4650e+02 3.755e-08 + -1.4525e+02 4.574e-08 + -1.4400e+02 3.612e-08 + -1.4275e+02 5.232e-08 + -1.4150e+02 4.615e-08 + -1.4025e+02 2.755e-07 + -1.3900e+02 4.251e-08 + -1.3775e+02 7.357e-08 + -1.3650e+02 3.709e-09 + -1.3525e+02 1.153e-09 + -1.3400e+02 2.487e-07 + -1.3275e+02 2.632e-08 + -1.3150e+02 7.559e-08 + -1.3025e+02 5.763e-08 + -1.2900e+02 2.524e-08 + -1.2775e+02 1.148e-08 + -1.2650e+02 2.873e-09 + -1.2525e+02 6.616e-08 + -1.2400e+02 5.073e-09 + -1.2275e+02 2.353e-07 + -1.2150e+02 3.726e-08 + -1.2025e+02 2.414e-07 + -1.1900e+02 1.498e-08 + -1.1775e+02 1.397e-08 + -1.1650e+02 1.161e-07 + -1.1525e+02 4.668e-08 + -1.1400e+02 7.126e-08 + -1.1275e+02 9.228e-08 + -1.1150e+02 5.459e-08 + -1.1025e+02 8.045e-08 + -1.0900e+02 5.823e-10 + -1.0775e+02 3.234e-08 + -1.0650e+02 1.123e-09 + -1.0525e+02 5.520e-08 + -1.0400e+02 2.174e-08 + -1.0275e+02 3.262e-08 + -1.0150e+02 8.757e-08 + -1.0025e+02 2.852e-08 + -9.9000e+01 4.421e-08 + -9.7750e+01 4.438e-08 + -9.6500e+01 8.515e-09 + -9.5250e+01 8.474e-09 + -9.4000e+01 1.036e-08 + -9.2750e+01 3.142e-08 + -9.1500e+01 2.262e-09 + -9.0250e+01 8.749e-10 + -8.9000e+01 1.843e-08 + -8.7750e+01 1.241e-08 + -8.6500e+01 1.449e-08 + -8.5250e+01 2.117e-08 + -8.4000e+01 9.416e-11 + -8.2750e+01 4.774e-09 + -8.1500e+01 1.558e-11 + -8.0250e+01 1.318e-09 + -7.9000e+01 1.748e-10 + -7.7750e+01 3.132e-10 + -7.6500e+01 1.167e-10 + -7.5250e+01 8.363e-11 + -7.4000e+01 9.049e-11 + -7.2750e+01 3.387e-11 + -7.1500e+01 1.455e-12 + -7.0250e+01 1.244e-11 + -6.9000e+01 9.448e-11 + -6.7750e+01 1.386e-11 + -6.6500e+01 1.084e-11 + -6.5250e+01 4.066e-11 + -6.4000e+01 1.131e-11 + -6.2750e+01 8.231e-12 + -6.1500e+01 1.345e-13 + -6.0250e+01 1.162e-11 + -5.9000e+01 1.065e-11 + -5.7750e+01 8.002e-13 + -5.6500e+01 4.577e-13 + -5.5250e+01 6.446e-12 + -5.4000e+01 3.250e-12 + -5.2750e+01 3.867e-12 + -5.1500e+01 7.073e-13 + -5.0250e+01 2.515e-16 + -4.9000e+01 3.220e-12 + -4.7750e+01 3.840e-12 + -4.6500e+01 4.428e-12 + -4.5250e+01 3.235e-12 + -4.4000e+01 7.340e-12 + -4.2750e+01 1.109e-12 + -4.1500e+01 2.461e-14 + -4.0250e+01 6.282e-13 + -3.9000e+01 9.029e-13 + -3.7750e+01 2.051e-12 + -3.6500e+01 4.931e-13 + -3.5250e+01 1.076e-12 + -3.4000e+01 1.535e-12 + -3.2750e+01 2.130e-12 + -3.1500e+01 4.018e-13 + -3.0250e+01 1.761e-12 + -2.9000e+01 3.625e-13 + -2.7750e+01 5.394e-13 + -2.6500e+01 3.363e-13 + -2.5250e+01 3.884e-13 + -2.4000e+01 9.342e-13 + -2.2750e+01 2.058e-13 + -2.1500e+01 5.920e-13 + -2.0250e+01 1.149e-14 + -1.9000e+01 3.305e-13 + -1.7750e+01 1.103e-13 + -1.6500e+01 7.602e-14 + -1.5250e+01 4.278e-13 + -1.4000e+01 8.082e-15 + -1.2750e+01 3.581e-13 + -1.1500e+01 3.400e-13 + -1.0250e+01 1.963e-13 + -9.0000e+00 2.515e-13 + -7.7500e+00 6.032e-14 + -6.5000e+00 1.387e-13 + -5.2500e+00 2.485e-13 + -4.0000e+00 1.313e-13 + -2.7500e+00 3.159e-13 + -1.5000e+00 8.576e-14 + -2.5000e-01 6.159e-14 + + -1.0240e+03 8.571e-14 + -1.0228e+03 7.343e-14 + -1.0215e+03 3.666e-14 + -1.0202e+03 3.418e-13 + -1.0190e+03 1.137e-13 + -1.0178e+03 2.347e-13 + -1.0165e+03 1.671e-14 + -1.0152e+03 4.079e-14 + -1.0140e+03 1.330e-13 + -1.0128e+03 1.086e-13 + -1.0115e+03 6.044e-13 + -1.0102e+03 7.120e-14 + -1.0090e+03 4.785e-14 + -1.0078e+03 7.667e-15 + -1.0065e+03 1.541e-15 + -1.0052e+03 3.600e-14 + -1.0040e+03 1.529e-14 + -1.0028e+03 1.842e-13 + -1.0015e+03 1.050e-13 + -1.0002e+03 9.758e-14 + -9.9900e+02 2.951e-14 + -9.9775e+02 1.508e-14 + -9.9650e+02 3.170e-13 + -9.9525e+02 2.432e-13 + -9.9400e+02 5.342e-14 + -9.9275e+02 5.664e-14 + -9.9150e+02 4.498e-14 + -9.9025e+02 1.402e-14 + -9.8900e+02 4.566e-14 + -9.8775e+02 1.735e-14 + -9.8650e+02 1.937e-13 + -9.8525e+02 1.063e-14 + -9.8400e+02 1.307e-13 + -9.8275e+02 5.060e-13 + -9.8150e+02 3.061e-13 + -9.8025e+02 1.292e-13 + -9.7900e+02 2.891e-13 + -9.7775e+02 2.640e-14 + -9.7650e+02 2.268e-13 + -9.7525e+02 8.537e-14 + -9.7400e+02 2.328e-13 + -9.7275e+02 3.380e-14 + -9.7150e+02 3.339e-15 + -9.7025e+02 3.873e-13 + -9.6900e+02 1.287e-14 + -9.6775e+02 1.559e-13 + -9.6650e+02 3.159e-13 + -9.6525e+02 3.672e-14 + -9.6400e+02 3.241e-13 + -9.6275e+02 1.682e-13 + -9.6150e+02 1.796e-14 + -9.6025e+02 6.205e-14 + -9.5900e+02 5.514e-13 + -9.5775e+02 2.057e-13 + -9.5650e+02 7.066e-13 + -9.5525e+02 1.084e-14 + -9.5400e+02 4.852e-13 + -9.5275e+02 3.642e-13 + -9.5150e+02 3.053e-13 + -9.5025e+02 5.078e-14 + -9.4900e+02 6.249e-13 + -9.4775e+02 2.169e-13 + -9.4650e+02 5.081e-13 + -9.4525e+02 1.244e-12 + -9.4400e+02 1.392e-12 + -9.4275e+02 1.332e-12 + -9.4150e+02 1.279e-12 + -9.4025e+02 5.351e-14 + -9.3900e+02 7.300e-13 + -9.3775e+02 1.306e-12 + -9.3650e+02 9.744e-13 + -9.3525e+02 7.738e-13 + -9.3400e+02 1.846e-12 + -9.3275e+02 1.906e-12 + -9.3150e+02 1.147e-12 + -9.3025e+02 3.339e-12 + -9.2900e+02 1.177e-12 + -9.2775e+02 1.622e-12 + -9.2650e+02 2.585e-12 + -9.2525e+02 1.179e-12 + -9.2400e+02 1.575e-12 + -9.2275e+02 3.319e-13 + -9.2150e+02 4.610e-12 + -9.2025e+02 8.820e-12 + -9.1900e+02 3.654e-15 + -9.1775e+02 2.238e-12 + -9.1650e+02 2.729e-12 + -9.1525e+02 1.238e-11 + -9.1400e+02 6.447e-12 + -9.1275e+02 1.832e-12 + -9.1150e+02 7.484e-13 + -9.1025e+02 2.148e-12 + -9.0900e+02 5.362e-12 + -9.0775e+02 1.345e-11 + -9.0650e+02 1.200e-11 + -9.0525e+02 6.439e-12 + -9.0400e+02 8.417e-12 + -9.0275e+02 1.175e-11 + -9.0150e+02 3.967e-12 + -9.0025e+02 7.908e-11 + -8.9900e+02 9.469e-12 + -8.9775e+02 4.707e-12 + -8.9650e+02 1.286e-11 + -8.9525e+02 1.061e-11 + -8.9400e+02 4.917e-12 + -8.9275e+02 3.086e-11 + -8.9150e+02 5.385e-11 + -8.9025e+02 2.238e-12 + -8.8900e+02 1.540e-11 + -8.8775e+02 6.947e-13 + -8.8650e+02 3.449e-11 + -8.8525e+02 1.893e-11 + -8.8400e+02 6.450e-12 + -8.8275e+02 4.799e-11 + -8.8150e+02 2.945e-11 + -8.8025e+02 3.817e-11 + -8.7900e+02 2.268e-11 + -8.7775e+02 1.423e-11 + -8.7650e+02 1.172e-11 + -8.7525e+02 3.177e-12 + -8.7400e+02 1.200e-10 + -8.7275e+02 2.798e-12 + -8.7150e+02 1.858e-11 + -8.7025e+02 2.105e-11 + -8.6900e+02 1.577e-11 + -8.6775e+02 5.759e-11 + -8.6650e+02 4.756e-11 + -8.6525e+02 1.538e-11 + -8.6400e+02 9.186e-12 + -8.6275e+02 1.310e-10 + -8.6150e+02 1.043e-11 + -8.6025e+02 5.466e-11 + -8.5900e+02 1.326e-11 + -8.5775e+02 1.461e-11 + -8.5650e+02 3.292e-11 + -8.5525e+02 2.851e-11 + -8.5400e+02 1.723e-11 + -8.5275e+02 1.491e-10 + -8.5150e+02 3.508e-11 + -8.5025e+02 3.219e-11 + -8.4900e+02 1.262e-10 + -8.4775e+02 1.927e-10 + -8.4650e+02 5.091e-11 + -8.4525e+02 8.374e-11 + -8.4400e+02 1.653e-10 + -8.4275e+02 8.294e-11 + -8.4150e+02 1.295e-10 + -8.4025e+02 5.453e-11 + -8.3900e+02 3.150e-12 + -8.3775e+02 2.754e-10 + -8.3650e+02 3.103e-10 + -8.3525e+02 3.508e-11 + -8.3400e+02 1.233e-11 + -8.3275e+02 1.410e-10 + -8.3150e+02 3.411e-11 + -8.3025e+02 2.342e-10 + -8.2900e+02 1.562e-10 + -8.2775e+02 2.214e-10 + -8.2650e+02 1.337e-10 + -8.2525e+02 1.183e-10 + -8.2400e+02 1.573e-10 + -8.2275e+02 4.581e-11 + -8.2150e+02 3.964e-10 + -8.2025e+02 5.803e-11 + -8.1900e+02 5.959e-10 + -8.1775e+02 2.123e-10 + -8.1650e+02 2.269e-10 + -8.1525e+02 1.621e-10 + -8.1400e+02 1.803e-10 + -8.1275e+02 1.118e-10 + -8.1150e+02 4.519e-10 + -8.1025e+02 7.148e-10 + -8.0900e+02 3.968e-11 + -8.0775e+02 1.404e-10 + -8.0650e+02 5.428e-11 + -8.0525e+02 3.313e-11 + -8.0400e+02 7.699e-10 + -8.0275e+02 2.206e-10 + -8.0150e+02 6.619e-11 + -8.0025e+02 2.653e-11 + -7.9900e+02 4.864e-10 + -7.9775e+02 2.033e-10 + -7.9650e+02 1.179e-10 + -7.9525e+02 2.497e-10 + -7.9400e+02 4.291e-10 + -7.9275e+02 1.101e-10 + -7.9150e+02 2.061e-10 + -7.9025e+02 2.849e-10 + -7.8900e+02 2.386e-10 + -7.8775e+02 2.405e-10 + -7.8650e+02 5.634e-12 + -7.8525e+02 1.995e-10 + -7.8400e+02 6.169e-10 + -7.8275e+02 3.873e-10 + -7.8150e+02 8.765e-11 + -7.8025e+02 4.611e-11 + -7.7900e+02 1.167e-10 + -7.7775e+02 2.050e-11 + -7.7650e+02 9.673e-11 + -7.7525e+02 1.746e-10 + -7.7400e+02 5.650e-10 + -7.7275e+02 6.801e-11 + -7.7150e+02 3.753e-11 + -7.7025e+02 1.425e-09 + -7.6900e+02 1.471e-13 + -7.6775e+02 2.131e-10 + -7.6650e+02 6.434e-10 + -7.6525e+02 4.913e-10 + -7.6400e+02 7.106e-10 + -7.6275e+02 1.556e-10 + -7.6150e+02 7.973e-10 + -7.6025e+02 9.640e-10 + -7.5900e+02 2.966e-10 + -7.5775e+02 4.777e-10 + -7.5650e+02 1.088e-10 + -7.5525e+02 2.313e-10 + -7.5400e+02 2.960e-10 + -7.5275e+02 3.539e-10 + -7.5150e+02 2.069e-10 + -7.5025e+02 2.558e-10 + -7.4900e+02 2.971e-10 + -7.4775e+02 5.048e-10 + -7.4650e+02 1.277e-09 + -7.4525e+02 1.290e-09 + -7.4400e+02 4.584e-10 + -7.4275e+02 4.309e-10 + -7.4150e+02 5.980e-10 + -7.4025e+02 7.857e-11 + -7.3900e+02 1.880e-11 + -7.3775e+02 3.349e-10 + -7.3650e+02 6.923e-10 + -7.3525e+02 9.696e-11 + -7.3400e+02 2.618e-10 + -7.3275e+02 9.456e-10 + -7.3150e+02 6.846e-12 + -7.3025e+02 6.926e-10 + -7.2900e+02 1.178e-09 + -7.2775e+02 3.597e-10 + -7.2650e+02 2.736e-10 + -7.2525e+02 1.277e-09 + -7.2400e+02 9.810e-11 + -7.2275e+02 1.381e-09 + -7.2150e+02 3.792e-10 + -7.2025e+02 2.295e-09 + -7.1900e+02 2.323e-10 + -7.1775e+02 9.097e-10 + -7.1650e+02 1.456e-10 + -7.1525e+02 1.136e-09 + -7.1400e+02 1.611e-09 + -7.1275e+02 7.179e-10 + -7.1150e+02 1.544e-09 + -7.1025e+02 3.691e-10 + -7.0900e+02 6.162e-10 + -7.0775e+02 5.960e-10 + -7.0650e+02 1.020e-09 + -7.0525e+02 5.239e-10 + -7.0400e+02 7.751e-10 + -7.0275e+02 1.857e-10 + -7.0150e+02 4.383e-09 + -7.0025e+02 4.233e-10 + -6.9900e+02 1.456e-09 + -6.9775e+02 4.559e-09 + -6.9650e+02 4.821e-10 + -6.9525e+02 6.651e-11 + -6.9400e+02 1.568e-10 + -6.9275e+02 3.900e-09 + -6.9150e+02 3.931e-10 + -6.9025e+02 5.491e-11 + -6.8900e+02 4.509e-10 + -6.8775e+02 7.234e-10 + -6.8650e+02 2.020e-11 + -6.8525e+02 4.225e-10 + -6.8400e+02 2.007e-10 + -6.8275e+02 5.483e-10 + -6.8150e+02 7.497e-10 + -6.8025e+02 5.814e-10 + -6.7900e+02 1.357e-10 + -6.7775e+02 2.472e-10 + -6.7650e+02 3.734e-10 + -6.7525e+02 4.693e-10 + -6.7400e+02 2.125e-10 + -6.7275e+02 3.169e-09 + -6.7150e+02 9.493e-10 + -6.7025e+02 1.927e-09 + -6.6900e+02 9.195e-11 + -6.6775e+02 7.410e-10 + -6.6650e+02 2.504e-09 + -6.6525e+02 1.449e-09 + -6.6400e+02 1.479e-11 + -6.6275e+02 5.833e-10 + -6.6150e+02 4.572e-11 + -6.6025e+02 9.430e-10 + -6.5900e+02 3.274e-11 + -6.5775e+02 8.164e-10 + -6.5650e+02 7.990e-10 + -6.5525e+02 6.823e-10 + -6.5400e+02 2.162e-09 + -6.5275e+02 2.259e-10 + -6.5150e+02 4.037e-09 + -6.5025e+02 3.458e-11 + -6.4900e+02 5.199e-09 + -6.4775e+02 2.260e-09 + -6.4650e+02 1.893e-09 + -6.4525e+02 4.074e-09 + -6.4400e+02 8.237e-09 + -6.4275e+02 2.323e-11 + -6.4150e+02 1.562e-09 + -6.4025e+02 2.114e-09 + -6.3900e+02 7.179e-09 + -6.3775e+02 8.644e-10 + -6.3650e+02 1.552e-09 + -6.3525e+02 3.042e-09 + -6.3400e+02 3.765e-09 + -6.3275e+02 3.073e-09 + -6.3150e+02 2.635e-10 + -6.3025e+02 1.377e-09 + -6.2900e+02 1.080e-09 + -6.2775e+02 6.128e-09 + -6.2650e+02 2.174e-09 + -6.2525e+02 7.398e-10 + -6.2400e+02 1.071e-09 + -6.2275e+02 4.337e-10 + -6.2150e+02 1.036e-09 + -6.2025e+02 1.820e-10 + -6.1900e+02 4.383e-10 + -6.1775e+02 3.176e-10 + -6.1650e+02 5.108e-09 + -6.1525e+02 2.723e-10 + -6.1400e+02 2.466e-09 + -6.1275e+02 3.767e-09 + -6.1150e+02 2.640e-09 + -6.1025e+02 2.474e-09 + -6.0900e+02 7.764e-09 + -6.0775e+02 7.467e-09 + -6.0650e+02 1.841e-09 + -6.0525e+02 2.882e-09 + -6.0400e+02 2.788e-09 + -6.0275e+02 2.995e-09 + -6.0150e+02 1.084e-08 + -6.0025e+02 2.154e-09 + -5.9900e+02 7.102e-10 + -5.9775e+02 5.642e-10 + -5.9650e+02 4.776e-09 + -5.9525e+02 9.807e-09 + -5.9400e+02 3.888e-09 + -5.9275e+02 4.178e-09 + -5.9150e+02 3.006e-09 + -5.9025e+02 1.487e-10 + -5.8900e+02 3.711e-09 + -5.8775e+02 1.156e-09 + -5.8650e+02 7.990e-10 + -5.8525e+02 8.358e-10 + -5.8400e+02 2.047e-09 + -5.8275e+02 2.828e-09 + -5.8150e+02 2.908e-09 + -5.8025e+02 2.658e-09 + -5.7900e+02 8.730e-09 + -5.7775e+02 7.189e-10 + -5.7650e+02 2.929e-10 + -5.7525e+02 3.529e-09 + -5.7400e+02 1.019e-08 + -5.7275e+02 3.549e-09 + -5.7150e+02 4.663e-09 + -5.7025e+02 5.683e-09 + -5.6900e+02 2.258e-09 + -5.6775e+02 1.145e-08 + -5.6650e+02 2.623e-09 + -5.6525e+02 4.007e-09 + -5.6400e+02 7.199e-09 + -5.6275e+02 3.062e-09 + -5.6150e+02 1.260e-08 + -5.6025e+02 1.196e-08 + -5.5900e+02 1.502e-10 + -5.5775e+02 6.549e-09 + -5.5650e+02 1.603e-09 + -5.5525e+02 1.985e-09 + -5.5400e+02 1.830e-09 + -5.5275e+02 1.269e-08 + -5.5150e+02 1.080e-09 + -5.5025e+02 1.137e-11 + -5.4900e+02 1.739e-09 + -5.4775e+02 1.431e-09 + -5.4650e+02 2.339e-09 + -5.4525e+02 6.480e-09 + -5.4400e+02 1.363e-10 + -5.4275e+02 1.139e-09 + -5.4150e+02 1.533e-08 + -5.4025e+02 5.459e-09 + -5.3900e+02 5.568e-09 + -5.3775e+02 7.325e-10 + -5.3650e+02 1.703e-09 + -5.3525e+02 1.421e-10 + -5.3400e+02 7.978e-09 + -5.3275e+02 2.821e-09 + -5.3150e+02 4.851e-09 + -5.3025e+02 3.042e-09 + -5.2900e+02 8.108e-10 + -5.2775e+02 7.061e-10 + -5.2650e+02 1.381e-08 + -5.2525e+02 7.959e-10 + -5.2400e+02 3.142e-09 + -5.2275e+02 6.710e-10 + -5.2150e+02 2.505e-09 + -5.2025e+02 6.556e-09 + -5.1900e+02 5.313e-09 + -5.1775e+02 7.153e-09 + -5.1650e+02 6.850e-10 + -5.1525e+02 7.828e-09 + -5.1400e+02 1.216e-08 + -5.1275e+02 8.005e-11 + -5.1150e+02 3.428e-09 + -5.1025e+02 2.426e-09 + -5.0900e+02 3.748e-09 + -5.0775e+02 1.773e-09 + -5.0650e+02 1.251e-08 + -5.0525e+02 1.892e-09 + -5.0400e+02 4.222e-11 + -5.0275e+02 1.044e-09 + -5.0150e+02 2.184e-09 + -5.0025e+02 1.561e-08 + -4.9900e+02 7.118e-10 + -4.9775e+02 9.339e-10 + -4.9650e+02 5.153e-09 + -4.9525e+02 2.953e-09 + -4.9400e+02 1.719e-09 + -4.9275e+02 1.668e-08 + -4.9150e+02 7.352e-10 + -4.9025e+02 7.916e-09 + -4.8900e+02 1.159e-10 + -4.8775e+02 7.987e-09 + -4.8650e+02 1.184e-09 + -4.8525e+02 7.967e-09 + -4.8400e+02 1.040e-09 + -4.8275e+02 1.328e-08 + -4.8150e+02 5.074e-09 + -4.8025e+02 2.988e-10 + -4.7900e+02 4.095e-09 + -4.7775e+02 2.015e-09 + -4.7650e+02 6.500e-09 + -4.7525e+02 9.874e-09 + -4.7400e+02 2.565e-09 + -4.7275e+02 6.748e-09 + -4.7150e+02 1.740e-08 + -4.7025e+02 1.650e-08 + -4.6900e+02 3.623e-09 + -4.6775e+02 6.963e-09 + -4.6650e+02 9.795e-10 + -4.6525e+02 7.562e-10 + -4.6400e+02 1.654e-09 + -4.6275e+02 7.973e-09 + -4.6150e+02 3.089e-09 + -4.6025e+02 1.915e-08 + -4.5900e+02 1.124e-08 + -4.5775e+02 2.124e-09 + -4.5650e+02 1.606e-08 + -4.5525e+02 1.915e-08 + -4.5400e+02 2.868e-09 + -4.5275e+02 1.396e-08 + -4.5150e+02 1.279e-09 + -4.5025e+02 2.478e-08 + -4.4900e+02 6.845e-09 + -4.4775e+02 6.399e-09 + -4.4650e+02 1.468e-08 + -4.4525e+02 5.708e-10 + -4.4400e+02 3.081e-10 + -4.4275e+02 3.950e-09 + -4.4150e+02 1.931e-09 + -4.4025e+02 6.806e-09 + -4.3900e+02 2.239e-10 + -4.3775e+02 5.928e-09 + -4.3650e+02 7.132e-09 + -4.3525e+02 2.727e-09 + -4.3400e+02 2.492e-08 + -4.3275e+02 7.021e-09 + -4.3150e+02 1.873e-09 + -4.3025e+02 3.423e-09 + -4.2900e+02 2.349e-08 + -4.2775e+02 9.807e-09 + -4.2650e+02 7.066e-09 + -4.2525e+02 5.343e-09 + -4.2400e+02 6.197e-09 + -4.2275e+02 1.146e-08 + -4.2150e+02 1.506e-09 + -4.2025e+02 1.587e-08 + -4.1900e+02 4.874e-10 + -4.1775e+02 3.140e-08 + -4.1650e+02 8.122e-09 + -4.1525e+02 1.834e-08 + -4.1400e+02 3.469e-09 + -4.1275e+02 8.329e-09 + -4.1150e+02 2.184e-08 + -4.1025e+02 1.204e-08 + -4.0900e+02 7.263e-09 + -4.0775e+02 2.914e-08 + -4.0650e+02 8.719e-09 + -4.0525e+02 4.594e-09 + -4.0400e+02 1.031e-09 + -4.0275e+02 2.543e-08 + -4.0150e+02 3.294e-08 + -4.0025e+02 8.325e-09 + -3.9900e+02 3.427e-09 + -3.9775e+02 1.185e-08 + -3.9650e+02 4.824e-09 + -3.9525e+02 7.621e-09 + -3.9400e+02 5.411e-09 + -3.9275e+02 1.511e-08 + -3.9150e+02 5.330e-09 + -3.9025e+02 1.483e-09 + -3.8900e+02 6.596e-09 + -3.8775e+02 8.913e-08 + -3.8650e+02 1.232e-09 + -3.8525e+02 1.093e-08 + -3.8400e+02 5.771e-09 + -3.8275e+02 1.419e-08 + -3.8150e+02 3.237e-08 + -3.8025e+02 1.414e-08 + -3.7900e+02 2.032e-09 + -3.7775e+02 3.491e-09 + -3.7650e+02 2.100e-08 + -3.7525e+02 1.466e-08 + -3.7400e+02 1.165e-08 + -3.7275e+02 3.788e-08 + -3.7150e+02 1.336e-08 + -3.7025e+02 1.340e-09 + -3.6900e+02 3.277e-08 + -3.6775e+02 1.331e-08 + -3.6650e+02 1.067e-09 + -3.6525e+02 2.524e-09 + -3.6400e+02 1.142e-09 + -3.6275e+02 1.535e-08 + -3.6150e+02 2.833e-08 + -3.6025e+02 5.229e-09 + -3.5900e+02 3.244e-08 + -3.5775e+02 5.529e-10 + -3.5650e+02 2.086e-08 + -3.5525e+02 4.634e-09 + -3.5400e+02 7.148e-09 + -3.5275e+02 4.140e-09 + -3.5150e+02 4.213e-08 + -3.5025e+02 1.279e-08 + -3.4900e+02 1.107e-09 + -3.4775e+02 1.075e-10 + -3.4650e+02 1.581e-08 + -3.4525e+02 4.077e-08 + -3.4400e+02 6.011e-09 + -3.4275e+02 1.276e-08 + -3.4150e+02 1.024e-08 + -3.4025e+02 4.226e-08 + -3.3900e+02 2.857e-08 + -3.3775e+02 4.723e-09 + -3.3650e+02 1.370e-08 + -3.3525e+02 1.253e-08 + -3.3400e+02 2.635e-08 + -3.3275e+02 5.794e-08 + -3.3150e+02 9.398e-09 + -3.3025e+02 6.066e-08 + -3.2900e+02 4.708e-08 + -3.2775e+02 3.465e-09 + -3.2650e+02 1.050e-08 + -3.2525e+02 5.831e-09 + -3.2400e+02 2.058e-09 + -3.2275e+02 3.643e-08 + -3.2150e+02 2.223e-09 + -3.2025e+02 1.112e-08 + -3.1900e+02 6.855e-08 + -3.1775e+02 8.486e-09 + -3.1650e+02 2.689e-08 + -3.1525e+02 9.104e-10 + -3.1400e+02 1.153e-07 + -3.1275e+02 1.042e-08 + -3.1150e+02 3.185e-08 + -3.1025e+02 1.494e-08 + -3.0900e+02 2.564e-08 + -3.0775e+02 2.895e-09 + -3.0650e+02 3.071e-09 + -3.0525e+02 9.077e-09 + -3.0400e+02 2.185e-08 + -3.0275e+02 3.082e-08 + -3.0150e+02 9.250e-09 + -3.0025e+02 5.618e-08 + -2.9900e+02 1.504e-08 + -2.9775e+02 3.274e-09 + -2.9650e+02 2.918e-08 + -2.9525e+02 5.133e-09 + -2.9400e+02 7.567e-08 + -2.9275e+02 1.763e-09 + -2.9150e+02 1.183e-08 + -2.9025e+02 4.509e-08 + -2.8900e+02 1.647e-08 + -2.8775e+02 3.060e-08 + -2.8650e+02 5.127e-09 + -2.8525e+02 1.527e-08 + -2.8400e+02 3.192e-08 + -2.8275e+02 8.675e-08 + -2.8150e+02 3.200e-09 + -2.8025e+02 1.867e-08 + -2.7900e+02 7.871e-09 + -2.7775e+02 1.080e-08 + -2.7650e+02 9.013e-09 + -2.7525e+02 2.716e-08 + -2.7400e+02 1.482e-08 + -2.7275e+02 1.497e-08 + -2.7150e+02 6.784e-09 + -2.7025e+02 2.730e-08 + -2.6900e+02 1.291e-08 + -2.6775e+02 4.028e-09 + -2.6650e+02 8.221e-09 + -2.6525e+02 1.294e-09 + -2.6400e+02 3.044e-08 + -2.6275e+02 2.537e-09 + -2.6150e+02 1.459e-08 + -2.6025e+02 2.933e-08 + -2.5900e+02 7.036e-09 + -2.5775e+02 7.067e-08 + -2.5650e+02 4.744e-09 + -2.5525e+02 9.335e-09 + -2.5400e+02 2.008e-08 + -2.5275e+02 6.521e-09 + -2.5150e+02 2.147e-08 + -2.5025e+02 1.606e-08 + -2.4900e+02 2.844e-08 + -2.4775e+02 2.893e-08 + -2.4650e+02 1.602e-08 + -2.4525e+02 9.687e-08 + -2.4400e+02 2.264e-08 + -2.4275e+02 9.412e-09 + -2.4150e+02 1.176e-07 + -2.4025e+02 4.362e-09 + -2.3900e+02 2.693e-09 + -2.3775e+02 3.042e-08 + -2.3650e+02 2.187e-08 + -2.3525e+02 5.368e-08 + -2.3400e+02 8.463e-10 + -2.3275e+02 3.200e-08 + -2.3150e+02 1.199e-09 + -2.3025e+02 1.452e-08 + -2.2900e+02 2.633e-08 + -2.2775e+02 1.374e-08 + -2.2650e+02 1.440e-07 + -2.2525e+02 4.183e-08 + -2.2400e+02 5.747e-08 + -2.2275e+02 1.362e-08 + -2.2150e+02 2.534e-09 + -2.2025e+02 7.221e-08 + -2.1900e+02 1.699e-08 + -2.1775e+02 5.622e-08 + -2.1650e+02 9.223e-08 + -2.1525e+02 1.214e-09 + -2.1400e+02 1.519e-08 + -2.1275e+02 1.861e-08 + -2.1150e+02 2.722e-08 + -2.1025e+02 8.460e-08 + -2.0900e+02 1.746e-09 + -2.0775e+02 2.223e-08 + -2.0650e+02 2.185e-08 + -2.0525e+02 4.262e-08 + -2.0400e+02 1.614e-08 + -2.0275e+02 5.598e-08 + -2.0150e+02 1.033e-08 + -2.0025e+02 9.317e-08 + -1.9900e+02 9.507e-09 + -1.9775e+02 2.649e-08 + -1.9650e+02 5.923e-10 + -1.9525e+02 3.767e-08 + -1.9400e+02 1.684e-08 + -1.9275e+02 2.642e-08 + -1.9150e+02 3.184e-09 + -1.9025e+02 3.314e-08 + -1.8900e+02 7.114e-08 + -1.8775e+02 3.804e-08 + -1.8650e+02 4.063e-08 + -1.8525e+02 1.572e-08 + -1.8400e+02 2.519e-10 + -1.8275e+02 1.602e-09 + -1.8150e+02 8.130e-09 + -1.8025e+02 1.297e-08 + -1.7900e+02 9.977e-08 + -1.7775e+02 3.247e-08 + -1.7650e+02 2.116e-07 + -1.7525e+02 3.263e-08 + -1.7400e+02 1.357e-08 + -1.7275e+02 2.830e-08 + -1.7150e+02 1.838e-08 + -1.7025e+02 6.188e-09 + -1.6900e+02 5.426e-08 + -1.6775e+02 6.483e-08 + -1.6650e+02 1.340e-08 + -1.6525e+02 7.972e-09 + -1.6400e+02 1.812e-08 + -1.6275e+02 3.482e-10 + -1.6150e+02 2.355e-08 + -1.6025e+02 8.070e-09 + -1.5900e+02 4.574e-09 + -1.5775e+02 6.314e-08 + -1.5650e+02 2.478e-08 + -1.5525e+02 9.746e-08 + -1.5400e+02 1.125e-07 + -1.5275e+02 7.990e-10 + -1.5150e+02 3.341e-09 + -1.5025e+02 3.808e-09 + -1.4900e+02 2.768e-08 + -1.4775e+02 2.777e-08 + -1.4650e+02 3.833e-08 + -1.4525e+02 9.590e-09 + -1.4400e+02 8.452e-09 + -1.4275e+02 2.082e-08 + -1.4150e+02 1.454e-08 + -1.4025e+02 3.237e-08 + -1.3900e+02 3.073e-08 + -1.3775e+02 3.537e-09 + -1.3650e+02 3.204e-09 + -1.3525e+02 1.957e-08 + -1.3400e+02 1.315e-08 + -1.3275e+02 1.396e-08 + -1.3150e+02 4.745e-08 + -1.3025e+02 2.171e-08 + -1.2900e+02 6.239e-10 + -1.2775e+02 3.533e-08 + -1.2650e+02 1.417e-09 + -1.2525e+02 2.420e-08 + -1.2400e+02 8.518e-09 + -1.2275e+02 3.617e-08 + -1.2150e+02 8.623e-09 + -1.2025e+02 1.464e-09 + -1.1900e+02 3.870e-09 + -1.1775e+02 2.253e-09 + -1.1650e+02 5.065e-09 + -1.1525e+02 2.452e-08 + -1.1400e+02 8.888e-11 + -1.1275e+02 1.943e-09 + -1.1150e+02 1.146e-09 + -1.1025e+02 2.316e-09 + -1.0900e+02 2.541e-09 + -1.0775e+02 7.385e-09 + -1.0650e+02 4.182e-09 + -1.0525e+02 2.807e-10 + -1.0400e+02 4.165e-09 + -1.0275e+02 3.617e-09 + -1.0150e+02 5.062e-10 + -1.0025e+02 2.577e-10 + -9.9000e+01 6.629e-10 + -9.7750e+01 2.340e-10 + -9.6500e+01 8.867e-11 + -9.5250e+01 9.463e-11 + -9.4000e+01 1.116e-10 + -9.2750e+01 6.043e-11 + -9.1500e+01 4.415e-11 + -9.0250e+01 6.665e-11 + -8.9000e+01 1.794e-11 + -8.7750e+01 4.076e-11 + -8.6500e+01 5.039e-11 + -8.5250e+01 5.371e-11 + -8.4000e+01 8.490e-12 + -8.2750e+01 1.450e-11 + -8.1500e+01 5.003e-11 + -8.0250e+01 1.363e-11 + -7.9000e+01 1.220e-11 + -7.7750e+01 1.040e-11 + -7.6500e+01 2.351e-11 + -7.5250e+01 1.140e-11 + -7.4000e+01 3.003e-12 + -7.2750e+01 1.015e-13 + -7.1500e+01 2.306e-11 + -7.0250e+01 3.820e-12 + -6.9000e+01 9.598e-13 + -6.7750e+01 6.431e-12 + -6.6500e+01 1.647e-11 + -6.5250e+01 6.250e-12 + -6.4000e+01 9.244e-13 + -6.2750e+01 4.857e-12 + -6.1500e+01 1.207e-11 + -6.0250e+01 6.113e-13 + -5.9000e+01 4.597e-12 + -5.7750e+01 3.892e-12 + -5.6500e+01 7.767e-12 + -5.5250e+01 2.518e-12 + -5.4000e+01 3.236e-12 + -5.2750e+01 2.343e-13 + -5.1500e+01 3.896e-14 + -5.0250e+01 2.507e-12 + -4.9000e+01 1.914e-12 + -4.7750e+01 6.495e-13 + -4.6500e+01 4.341e-12 + -4.5250e+01 7.515e-13 + -4.4000e+01 6.501e-12 + -4.2750e+01 6.166e-13 + -4.1500e+01 5.821e-13 + -4.0250e+01 2.166e-12 + -3.9000e+01 7.022e-13 + -3.7750e+01 4.359e-13 + -3.6500e+01 5.938e-13 + -3.5250e+01 1.839e-13 + -3.4000e+01 4.044e-14 + -3.2750e+01 2.191e-14 + -3.1500e+01 1.855e-12 + -3.0250e+01 1.074e-13 + -2.9000e+01 9.138e-14 + -2.7750e+01 5.544e-13 + -2.6500e+01 1.076e-13 + -2.5250e+01 4.947e-13 + -2.4000e+01 2.372e-13 + -2.2750e+01 8.677e-14 + -2.1500e+01 3.021e-13 + -2.0250e+01 3.523e-13 + -1.9000e+01 1.385e-13 + -1.7750e+01 2.758e-13 + -1.6500e+01 4.701e-14 + -1.5250e+01 1.521e-13 + -1.4000e+01 2.471e-14 + -1.2750e+01 1.111e-13 + -1.1500e+01 4.959e-13 + -1.0250e+01 6.532e-14 + -9.0000e+00 1.139e-14 + -7.7500e+00 2.693e-15 + -6.5000e+00 6.638e-16 + -5.2500e+00 8.365e-14 + -4.0000e+00 2.363e-14 + -2.7500e+00 9.693e-14 + -1.5000e+00 1.168e-13 + -2.5000e-01 1.229e-14 + + -1.0240e+03 1.509e-13 + -1.0228e+03 3.431e-14 + -1.0215e+03 1.199e-13 + -1.0202e+03 5.896e-14 + -1.0190e+03 2.044e-13 + -1.0178e+03 1.402e-14 + -1.0165e+03 3.870e-14 + -1.0152e+03 6.939e-14 + -1.0140e+03 1.225e-14 + -1.0128e+03 8.186e-14 + -1.0115e+03 9.942e-15 + -1.0102e+03 5.656e-14 + -1.0090e+03 2.414e-14 + -1.0078e+03 7.180e-14 + -1.0065e+03 1.828e-15 + -1.0052e+03 1.365e-13 + -1.0040e+03 1.803e-13 + -1.0028e+03 1.557e-14 + -1.0015e+03 1.114e-13 + -1.0002e+03 1.553e-13 + -9.9900e+02 1.372e-13 + -9.9775e+02 5.049e-14 + -9.9650e+02 9.159e-14 + -9.9525e+02 1.016e-14 + -9.9400e+02 2.220e-14 + -9.9275e+02 4.990e-14 + -9.9150e+02 3.459e-14 + -9.9025e+02 1.640e-13 + -9.8900e+02 1.137e-14 + -9.8775e+02 6.713e-14 + -9.8650e+02 1.531e-14 + -9.8525e+02 2.976e-14 + -9.8400e+02 2.104e-14 + -9.8275e+02 3.317e-13 + -9.8150e+02 4.313e-14 + -9.8025e+02 5.054e-13 + -9.7900e+02 4.791e-14 + -9.7775e+02 1.075e-13 + -9.7650e+02 5.680e-15 + -9.7525e+02 7.697e-14 + -9.7400e+02 1.265e-13 + -9.7275e+02 9.506e-14 + -9.7150e+02 1.628e-14 + -9.7025e+02 3.648e-14 + -9.6900e+02 6.603e-14 + -9.6775e+02 1.782e-13 + -9.6650e+02 9.866e-15 + -9.6525e+02 1.724e-14 + -9.6400e+02 6.953e-14 + -9.6275e+02 6.822e-14 + -9.6150e+02 1.263e-14 + -9.6025e+02 1.508e-13 + -9.5900e+02 4.472e-14 + -9.5775e+02 1.830e-13 + -9.5650e+02 6.706e-13 + -9.5525e+02 2.562e-14 + -9.5400e+02 1.576e-13 + -9.5275e+02 7.031e-14 + -9.5150e+02 1.158e-13 + -9.5025e+02 1.591e-14 + -9.4900e+02 1.021e-13 + -9.4775e+02 4.573e-13 + -9.4650e+02 1.450e-13 + -9.4525e+02 2.169e-14 + -9.4400e+02 2.560e-13 + -9.4275e+02 1.375e-12 + -9.4150e+02 3.031e-13 + -9.4025e+02 3.225e-13 + -9.3900e+02 2.546e-14 + -9.3775e+02 6.234e-13 + -9.3650e+02 9.650e-13 + -9.3525e+02 3.117e-13 + -9.3400e+02 4.387e-13 + -9.3275e+02 1.547e-13 + -9.3150e+02 7.270e-14 + -9.3025e+02 4.921e-13 + -9.2900e+02 4.747e-14 + -9.2775e+02 3.280e-13 + -9.2650e+02 2.296e-14 + -9.2525e+02 1.412e-12 + -9.2400e+02 2.009e-12 + -9.2275e+02 3.021e-13 + -9.2150e+02 1.859e-13 + -9.2025e+02 5.509e-13 + -9.1900e+02 3.461e-12 + -9.1775e+02 5.622e-13 + -9.1650e+02 1.062e-12 + -9.1525e+02 4.377e-13 + -9.1400e+02 1.727e-12 + -9.1275e+02 1.210e-12 + -9.1150e+02 5.485e-13 + -9.1025e+02 2.995e-14 + -9.0900e+02 1.579e-12 + -9.0775e+02 1.472e-12 + -9.0650e+02 6.962e-12 + -9.0525e+02 1.693e-13 + -9.0400e+02 1.135e-12 + -9.0275e+02 6.919e-13 + -9.0150e+02 5.959e-12 + -9.0025e+02 2.299e-12 + -8.9900e+02 4.264e-13 + -8.9775e+02 3.522e-12 + -8.9650e+02 2.104e-12 + -8.9525e+02 1.534e-12 + -8.9400e+02 1.711e-11 + -8.9275e+02 1.768e-12 + -8.9150e+02 7.793e-12 + -8.9025e+02 8.362e-12 + -8.8900e+02 3.076e-12 + -8.8775e+02 1.633e-11 + -8.8650e+02 3.202e-11 + -8.8525e+02 1.495e-12 + -8.8400e+02 1.124e-11 + -8.8275e+02 8.757e-13 + -8.8150e+02 1.959e-12 + -8.8025e+02 7.411e-12 + -8.7900e+02 1.229e-11 + -8.7775e+02 1.860e-11 + -8.7650e+02 1.395e-11 + -8.7525e+02 3.367e-12 + -8.7400e+02 1.799e-13 + -8.7275e+02 2.258e-11 + -8.7150e+02 1.494e-11 + -8.7025e+02 9.653e-12 + -8.6900e+02 1.249e-11 + -8.6775e+02 9.354e-12 + -8.6650e+02 3.044e-11 + -8.6525e+02 2.949e-13 + -8.6400e+02 4.210e-12 + -8.6275e+02 7.876e-12 + -8.6150e+02 2.650e-11 + -8.6025e+02 4.410e-11 + -8.5900e+02 1.098e-11 + -8.5775e+02 4.114e-12 + -8.5650e+02 7.776e-12 + -8.5525e+02 3.117e-11 + -8.5400e+02 3.048e-12 + -8.5275e+02 3.311e-11 + -8.5150e+02 6.839e-11 + -8.5025e+02 1.061e-11 + -8.4900e+02 2.721e-12 + -8.4775e+02 1.080e-12 + -8.4650e+02 1.757e-10 + -8.4525e+02 7.082e-11 + -8.4400e+02 7.715e-11 + -8.4275e+02 1.080e-11 + -8.4150e+02 7.540e-11 + -8.4025e+02 2.341e-10 + -8.3900e+02 2.837e-11 + -8.3775e+02 5.894e-11 + -8.3650e+02 2.476e-11 + -8.3525e+02 3.168e-11 + -8.3400e+02 8.230e-11 + -8.3275e+02 3.047e-12 + -8.3150e+02 7.324e-12 + -8.3025e+02 3.652e-12 + -8.2900e+02 2.082e-10 + -8.2775e+02 1.288e-10 + -8.2650e+02 3.575e-11 + -8.2525e+02 5.818e-12 + -8.2400e+02 2.186e-10 + -8.2275e+02 1.438e-10 + -8.2150e+02 4.150e-11 + -8.2025e+02 9.110e-11 + -8.1900e+02 1.259e-10 + -8.1775e+02 1.024e-10 + -8.1650e+02 3.632e-11 + -8.1525e+02 7.015e-11 + -8.1400e+02 4.698e-11 + -8.1275e+02 4.090e-11 + -8.1150e+02 5.690e-11 + -8.1025e+02 5.918e-12 + -8.0900e+02 1.864e-10 + -8.0775e+02 1.014e-10 + -8.0650e+02 1.007e-10 + -8.0525e+02 3.600e-10 + -8.0400e+02 8.272e-11 + -8.0275e+02 3.943e-11 + -8.0150e+02 1.180e-10 + -8.0025e+02 3.771e-11 + -7.9900e+02 1.189e-10 + -7.9775e+02 3.929e-11 + -7.9650e+02 2.919e-11 + -7.9525e+02 6.269e-11 + -7.9400e+02 3.250e-10 + -7.9275e+02 3.124e-10 + -7.9150e+02 2.783e-10 + -7.9025e+02 6.575e-10 + -7.8900e+02 2.551e-10 + -7.8775e+02 5.729e-10 + -7.8650e+02 9.103e-11 + -7.8525e+02 1.671e-10 + -7.8400e+02 2.141e-10 + -7.8275e+02 1.231e-10 + -7.8150e+02 3.166e-10 + -7.8025e+02 2.452e-11 + -7.7900e+02 5.856e-13 + -7.7775e+02 2.287e-10 + -7.7650e+02 2.147e-10 + -7.7525e+02 1.216e-10 + -7.7400e+02 1.794e-10 + -7.7275e+02 8.869e-11 + -7.7150e+02 1.325e-11 + -7.7025e+02 7.353e-11 + -7.6900e+02 3.877e-11 + -7.6775e+02 2.988e-11 + -7.6650e+02 9.930e-11 + -7.6525e+02 7.475e-12 + -7.6400e+02 6.142e-10 + -7.6275e+02 1.194e-10 + -7.6150e+02 3.650e-10 + -7.6025e+02 6.999e-10 + -7.5900e+02 2.372e-10 + -7.5775e+02 1.607e-10 + -7.5650e+02 2.551e-11 + -7.5525e+02 1.808e-10 + -7.5400e+02 1.312e-10 + -7.5275e+02 3.407e-10 + -7.5150e+02 2.775e-10 + -7.5025e+02 5.896e-10 + -7.4900e+02 8.652e-11 + -7.4775e+02 2.411e-10 + -7.4650e+02 8.272e-12 + -7.4525e+02 1.221e-09 + -7.4400e+02 5.055e-11 + -7.4275e+02 3.535e-10 + -7.4150e+02 4.835e-10 + -7.4025e+02 5.789e-10 + -7.3900e+02 5.058e-11 + -7.3775e+02 1.297e-11 + -7.3650e+02 8.815e-10 + -7.3525e+02 2.841e-10 + -7.3400e+02 2.640e-10 + -7.3275e+02 1.149e-10 + -7.3150e+02 7.634e-10 + -7.3025e+02 7.477e-10 + -7.2900e+02 1.945e-10 + -7.2775e+02 4.438e-10 + -7.2650e+02 1.399e-09 + -7.2525e+02 7.629e-10 + -7.2400e+02 7.253e-10 + -7.2275e+02 7.581e-10 + -7.2150e+02 4.470e-11 + -7.2025e+02 9.523e-10 + -7.1900e+02 3.287e-10 + -7.1775e+02 4.593e-11 + -7.1650e+02 1.457e-10 + -7.1525e+02 2.167e-09 + -7.1400e+02 2.639e-10 + -7.1275e+02 5.554e-10 + -7.1150e+02 5.572e-10 + -7.1025e+02 1.009e-09 + -7.0900e+02 5.102e-10 + -7.0775e+02 9.759e-10 + -7.0650e+02 7.445e-11 + -7.0525e+02 9.086e-10 + -7.0400e+02 3.224e-10 + -7.0275e+02 2.448e-10 + -7.0150e+02 9.244e-10 + -7.0025e+02 3.742e-11 + -6.9900e+02 1.062e-09 + -6.9775e+02 1.114e-10 + -6.9650e+02 1.406e-09 + -6.9525e+02 6.744e-10 + -6.9400e+02 1.113e-10 + -6.9275e+02 1.872e-11 + -6.9150e+02 1.800e-09 + -6.9025e+02 1.498e-09 + -6.8900e+02 4.264e-10 + -6.8775e+02 1.251e-09 + -6.8650e+02 3.381e-12 + -6.8525e+02 1.879e-10 + -6.8400e+02 1.379e-09 + -6.8275e+02 2.342e-09 + -6.8150e+02 2.007e-09 + -6.8025e+02 1.010e-10 + -6.7900e+02 3.000e-09 + -6.7775e+02 8.059e-10 + -6.7650e+02 4.851e-10 + -6.7525e+02 1.595e-09 + -6.7400e+02 3.132e-10 + -6.7275e+02 6.308e-11 + -6.7150e+02 1.801e-09 + -6.7025e+02 7.075e-11 + -6.6900e+02 6.344e-10 + -6.6775e+02 1.546e-09 + -6.6650e+02 2.173e-10 + -6.6525e+02 3.486e-10 + -6.6400e+02 1.746e-10 + -6.6275e+02 1.577e-09 + -6.6150e+02 5.265e-11 + -6.6025e+02 1.736e-10 + -6.5900e+02 2.242e-10 + -6.5775e+02 1.401e-09 + -6.5650e+02 8.401e-10 + -6.5525e+02 2.334e-10 + -6.5400e+02 1.401e-09 + -6.5275e+02 5.467e-09 + -6.5150e+02 2.466e-10 + -6.5025e+02 1.215e-10 + -6.4900e+02 5.346e-10 + -6.4775e+02 8.070e-10 + -6.4650e+02 4.813e-09 + -6.4525e+02 2.524e-09 + -6.4400e+02 2.720e-09 + -6.4275e+02 3.922e-09 + -6.4150e+02 2.364e-09 + -6.4025e+02 4.888e-10 + -6.3900e+02 2.647e-09 + -6.3775e+02 4.188e-10 + -6.3650e+02 4.911e-09 + -6.3525e+02 2.053e-09 + -6.3400e+02 2.019e-09 + -6.3275e+02 1.015e-09 + -6.3150e+02 1.102e-09 + -6.3025e+02 3.616e-09 + -6.2900e+02 5.309e-11 + -6.2775e+02 9.126e-10 + -6.2650e+02 1.108e-10 + -6.2525e+02 1.168e-09 + -6.2400e+02 4.221e-10 + -6.2275e+02 1.561e-09 + -6.2150e+02 2.313e-09 + -6.2025e+02 3.339e-09 + -6.1900e+02 7.052e-10 + -6.1775e+02 1.179e-09 + -6.1650e+02 3.983e-09 + -6.1525e+02 2.246e-09 + -6.1400e+02 5.006e-09 + -6.1275e+02 4.340e-10 + -6.1150e+02 7.284e-09 + -6.1025e+02 1.947e-09 + -6.0900e+02 1.830e-09 + -6.0775e+02 9.781e-11 + -6.0650e+02 1.489e-09 + -6.0525e+02 1.215e-09 + -6.0400e+02 9.684e-10 + -6.0275e+02 1.384e-09 + -6.0150e+02 2.056e-09 + -6.0025e+02 1.377e-09 + -5.9900e+02 1.666e-09 + -5.9775e+02 1.894e-09 + -5.9650e+02 2.600e-09 + -5.9525e+02 1.445e-09 + -5.9400e+02 3.220e-10 + -5.9275e+02 1.162e-10 + -5.9150e+02 1.129e-09 + -5.9025e+02 1.286e-09 + -5.8900e+02 8.760e-10 + -5.8775e+02 1.310e-09 + -5.8650e+02 3.213e-10 + -5.8525e+02 9.593e-10 + -5.8400e+02 2.812e-09 + -5.8275e+02 3.685e-10 + -5.8150e+02 3.640e-10 + -5.8025e+02 2.968e-09 + -5.7900e+02 3.742e-09 + -5.7775e+02 2.909e-09 + -5.7650e+02 3.189e-09 + -5.7525e+02 8.369e-10 + -5.7400e+02 2.471e-10 + -5.7275e+02 4.580e-09 + -5.7150e+02 1.322e-11 + -5.7025e+02 2.529e-09 + -5.6900e+02 3.259e-09 + -5.6775e+02 1.200e-09 + -5.6650e+02 1.900e-09 + -5.6525e+02 8.658e-10 + -5.6400e+02 5.398e-10 + -5.6275e+02 2.821e-09 + -5.6150e+02 4.622e-09 + -5.6025e+02 3.285e-09 + -5.5900e+02 1.790e-09 + -5.5775e+02 2.230e-09 + -5.5650e+02 3.793e-09 + -5.5525e+02 1.466e-09 + -5.5400e+02 1.070e-09 + -5.5275e+02 6.967e-09 + -5.5150e+02 1.962e-09 + -5.5025e+02 3.490e-10 + -5.4900e+02 1.603e-08 + -5.4775e+02 1.622e-09 + -5.4650e+02 2.015e-12 + -5.4525e+02 8.087e-10 + -5.4400e+02 8.740e-10 + -5.4275e+02 3.868e-09 + -5.4150e+02 1.703e-08 + -5.4025e+02 2.944e-09 + -5.3900e+02 6.446e-09 + -5.3775e+02 6.450e-09 + -5.3650e+02 7.483e-09 + -5.3525e+02 8.536e-10 + -5.3400e+02 7.404e-09 + -5.3275e+02 3.016e-10 + -5.3150e+02 5.336e-10 + -5.3025e+02 4.757e-10 + -5.2900e+02 2.548e-09 + -5.2775e+02 3.429e-09 + -5.2650e+02 2.106e-09 + -5.2525e+02 3.575e-09 + -5.2400e+02 2.651e-09 + -5.2275e+02 5.141e-10 + -5.2150e+02 9.900e-09 + -5.2025e+02 1.216e-08 + -5.1900e+02 8.080e-10 + -5.1775e+02 4.499e-09 + -5.1650e+02 2.490e-09 + -5.1525e+02 2.525e-09 + -5.1400e+02 8.649e-09 + -5.1275e+02 2.354e-10 + -5.1150e+02 1.011e-08 + -5.1025e+02 1.926e-09 + -5.0900e+02 1.058e-08 + -5.0775e+02 4.285e-09 + -5.0650e+02 1.316e-08 + -5.0525e+02 2.042e-09 + -5.0400e+02 3.657e-09 + -5.0275e+02 6.123e-10 + -5.0150e+02 2.356e-09 + -5.0025e+02 5.072e-09 + -4.9900e+02 2.154e-09 + -4.9775e+02 1.425e-09 + -4.9650e+02 4.488e-09 + -4.9525e+02 1.168e-08 + -4.9400e+02 6.268e-09 + -4.9275e+02 1.757e-10 + -4.9150e+02 8.271e-10 + -4.9025e+02 6.306e-09 + -4.8900e+02 2.835e-09 + -4.8775e+02 1.674e-09 + -4.8650e+02 3.118e-09 + -4.8525e+02 5.864e-09 + -4.8400e+02 2.951e-09 + -4.8275e+02 1.671e-08 + -4.8150e+02 1.219e-09 + -4.8025e+02 9.378e-10 + -4.7900e+02 2.647e-10 + -4.7775e+02 1.305e-09 + -4.7650e+02 3.440e-09 + -4.7525e+02 1.203e-09 + -4.7400e+02 6.781e-09 + -4.7275e+02 1.087e-08 + -4.7150e+02 8.584e-10 + -4.7025e+02 1.190e-09 + -4.6900e+02 1.016e-08 + -4.6775e+02 2.755e-09 + -4.6650e+02 2.110e-09 + -4.6525e+02 1.128e-08 + -4.6400e+02 3.048e-09 + -4.6275e+02 1.433e-09 + -4.6150e+02 1.153e-09 + -4.6025e+02 6.921e-11 + -4.5900e+02 5.529e-10 + -4.5775e+02 2.615e-09 + -4.5650e+02 1.166e-09 + -4.5525e+02 5.770e-09 + -4.5400e+02 9.066e-09 + -4.5275e+02 2.986e-09 + -4.5150e+02 4.656e-09 + -4.5025e+02 5.030e-09 + -4.4900e+02 5.608e-09 + -4.4775e+02 1.877e-09 + -4.4650e+02 3.666e-09 + -4.4525e+02 3.904e-10 + -4.4400e+02 1.453e-08 + -4.4275e+02 5.955e-09 + -4.4150e+02 2.419e-09 + -4.4025e+02 1.083e-10 + -4.3900e+02 1.151e-08 + -4.3775e+02 8.109e-11 + -4.3650e+02 5.714e-09 + -4.3525e+02 2.212e-08 + -4.3400e+02 1.050e-09 + -4.3275e+02 5.428e-10 + -4.3150e+02 2.134e-09 + -4.3025e+02 1.902e-08 + -4.2900e+02 3.757e-09 + -4.2775e+02 7.185e-09 + -4.2650e+02 1.188e-09 + -4.2525e+02 3.530e-09 + -4.2400e+02 8.565e-10 + -4.2275e+02 6.834e-09 + -4.2150e+02 2.291e-08 + -4.2025e+02 1.788e-09 + -4.1900e+02 2.010e-08 + -4.1775e+02 2.920e-09 + -4.1650e+02 3.018e-08 + -4.1525e+02 6.424e-09 + -4.1400e+02 1.036e-08 + -4.1275e+02 7.349e-09 + -4.1150e+02 8.237e-10 + -4.1025e+02 1.272e-08 + -4.0900e+02 9.487e-09 + -4.0775e+02 1.611e-09 + -4.0650e+02 1.915e-08 + -4.0525e+02 7.412e-09 + -4.0400e+02 1.304e-08 + -4.0275e+02 5.106e-09 + -4.0150e+02 8.898e-09 + -4.0025e+02 3.706e-09 + -3.9900e+02 1.104e-08 + -3.9775e+02 1.995e-08 + -3.9650e+02 1.741e-08 + -3.9525e+02 4.592e-09 + -3.9400e+02 5.245e-10 + -3.9275e+02 6.841e-12 + -3.9150e+02 6.912e-10 + -3.9025e+02 5.551e-09 + -3.8900e+02 1.344e-09 + -3.8775e+02 3.087e-09 + -3.8650e+02 3.176e-09 + -3.8525e+02 1.173e-08 + -3.8400e+02 1.160e-09 + -3.8275e+02 1.065e-08 + -3.8150e+02 1.584e-08 + -3.8025e+02 2.650e-09 + -3.7900e+02 1.439e-08 + -3.7775e+02 1.100e-09 + -3.7650e+02 5.285e-09 + -3.7525e+02 1.719e-08 + -3.7400e+02 2.388e-09 + -3.7275e+02 6.217e-10 + -3.7150e+02 2.194e-09 + -3.7025e+02 9.215e-09 + -3.6900e+02 4.987e-09 + -3.6775e+02 2.078e-09 + -3.6650e+02 8.426e-09 + -3.6525e+02 3.793e-09 + -3.6400e+02 1.264e-09 + -3.6275e+02 1.705e-08 + -3.6150e+02 5.115e-09 + -3.6025e+02 2.821e-09 + -3.5900e+02 1.344e-09 + -3.5775e+02 1.771e-08 + -3.5650e+02 6.970e-09 + -3.5525e+02 5.350e-10 + -3.5400e+02 1.944e-08 + -3.5275e+02 1.300e-08 + -3.5150e+02 1.483e-09 + -3.5025e+02 9.886e-09 + -3.4900e+02 2.374e-09 + -3.4775e+02 3.449e-08 + -3.4650e+02 2.642e-08 + -3.4525e+02 3.878e-10 + -3.4400e+02 1.062e-08 + -3.4275e+02 5.554e-09 + -3.4150e+02 9.874e-09 + -3.4025e+02 1.329e-08 + -3.3900e+02 4.715e-09 + -3.3775e+02 1.638e-08 + -3.3650e+02 3.861e-09 + -3.3525e+02 3.996e-08 + -3.3400e+02 1.653e-09 + -3.3275e+02 4.463e-10 + -3.3150e+02 2.719e-08 + -3.3025e+02 5.913e-10 + -3.2900e+02 1.596e-09 + -3.2775e+02 8.808e-09 + -3.2650e+02 8.003e-09 + -3.2525e+02 4.349e-08 + -3.2400e+02 4.443e-09 + -3.2275e+02 8.426e-10 + -3.2150e+02 3.360e-08 + -3.2025e+02 3.946e-09 + -3.1900e+02 8.484e-09 + -3.1775e+02 2.748e-08 + -3.1650e+02 4.646e-09 + -3.1525e+02 2.183e-08 + -3.1400e+02 5.122e-09 + -3.1275e+02 4.596e-08 + -3.1150e+02 6.233e-09 + -3.1025e+02 7.467e-09 + -3.0900e+02 5.211e-08 + -3.0775e+02 3.392e-08 + -3.0650e+02 8.203e-08 + -3.0525e+02 9.589e-09 + -3.0400e+02 1.411e-08 + -3.0275e+02 7.071e-08 + -3.0150e+02 1.970e-08 + -3.0025e+02 3.539e-08 + -2.9900e+02 2.072e-08 + -2.9775e+02 2.231e-08 + -2.9650e+02 1.425e-08 + -2.9525e+02 2.304e-08 + -2.9400e+02 1.357e-09 + -2.9275e+02 2.574e-08 + -2.9150e+02 5.921e-08 + -2.9025e+02 3.472e-08 + -2.8900e+02 4.514e-09 + -2.8775e+02 9.056e-09 + -2.8650e+02 1.003e-08 + -2.8525e+02 3.759e-08 + -2.8400e+02 2.261e-08 + -2.8275e+02 6.553e-09 + -2.8150e+02 2.592e-08 + -2.8025e+02 2.997e-08 + -2.7900e+02 9.919e-10 + -2.7775e+02 2.961e-08 + -2.7650e+02 6.776e-10 + -2.7525e+02 5.225e-08 + -2.7400e+02 3.356e-09 + -2.7275e+02 3.570e-09 + -2.7150e+02 3.240e-09 + -2.7025e+02 2.346e-09 + -2.6900e+02 7.891e-09 + -2.6775e+02 2.782e-09 + -2.6650e+02 5.354e-09 + -2.6525e+02 1.764e-10 + -2.6400e+02 8.249e-09 + -2.6275e+02 5.027e-09 + -2.6150e+02 9.308e-09 + -2.6025e+02 6.620e-09 + -2.5900e+02 1.992e-08 + -2.5775e+02 3.770e-09 + -2.5650e+02 3.219e-08 + -2.5525e+02 5.297e-09 + -2.5400e+02 2.447e-08 + -2.5275e+02 2.565e-08 + -2.5150e+02 5.930e-08 + -2.5025e+02 4.030e-08 + -2.4900e+02 2.112e-08 + -2.4775e+02 2.093e-08 + -2.4650e+02 5.236e-09 + -2.4525e+02 8.171e-09 + -2.4400e+02 1.877e-08 + -2.4275e+02 1.230e-07 + -2.4150e+02 1.634e-08 + -2.4025e+02 9.018e-08 + -2.3900e+02 4.721e-09 + -2.3775e+02 4.847e-08 + -2.3650e+02 7.290e-08 + -2.3525e+02 4.655e-08 + -2.3400e+02 1.417e-08 + -2.3275e+02 3.927e-08 + -2.3150e+02 1.412e-08 + -2.3025e+02 2.097e-08 + -2.2900e+02 4.993e-08 + -2.2775e+02 8.024e-08 + -2.2650e+02 4.049e-09 + -2.2525e+02 9.602e-09 + -2.2400e+02 1.852e-08 + -2.2275e+02 2.023e-08 + -2.2150e+02 6.542e-10 + -2.2025e+02 4.735e-08 + -2.1900e+02 1.532e-08 + -2.1775e+02 4.490e-08 + -2.1650e+02 3.757e-08 + -2.1525e+02 1.111e-07 + -2.1400e+02 2.570e-08 + -2.1275e+02 3.425e-08 + -2.1150e+02 1.053e-08 + -2.1025e+02 1.644e-09 + -2.0900e+02 7.395e-09 + -2.0775e+02 2.078e-08 + -2.0650e+02 1.884e-08 + -2.0525e+02 2.419e-09 + -2.0400e+02 2.705e-09 + -2.0275e+02 3.534e-08 + -2.0150e+02 1.797e-08 + -2.0025e+02 8.202e-09 + -1.9900e+02 5.673e-09 + -1.9775e+02 3.195e-08 + -1.9650e+02 1.811e-07 + -1.9525e+02 2.098e-08 + -1.9400e+02 5.433e-09 + -1.9275e+02 1.364e-08 + -1.9150e+02 3.519e-08 + -1.9025e+02 3.173e-08 + -1.8900e+02 1.061e-09 + -1.8775e+02 7.547e-09 + -1.8650e+02 1.919e-08 + -1.8525e+02 3.654e-08 + -1.8400e+02 3.125e-08 + -1.8275e+02 1.436e-08 + -1.8150e+02 9.066e-09 + -1.8025e+02 6.256e-08 + -1.7900e+02 1.752e-08 + -1.7775e+02 2.961e-08 + -1.7650e+02 1.186e-08 + -1.7525e+02 2.315e-09 + -1.7400e+02 1.460e-08 + -1.7275e+02 1.211e-08 + -1.7150e+02 3.388e-09 + -1.7025e+02 1.476e-08 + -1.6900e+02 1.861e-09 + -1.6775e+02 5.668e-09 + -1.6650e+02 3.129e-09 + -1.6525e+02 8.329e-09 + -1.6400e+02 2.572e-08 + -1.6275e+02 1.951e-08 + -1.6150e+02 4.120e-08 + -1.6025e+02 2.522e-08 + -1.5900e+02 5.205e-08 + -1.5775e+02 2.353e-09 + -1.5650e+02 2.302e-08 + -1.5525e+02 4.593e-08 + -1.5400e+02 6.647e-09 + -1.5275e+02 2.039e-08 + -1.5150e+02 4.778e-09 + -1.5025e+02 6.621e-09 + -1.4900e+02 3.218e-09 + -1.4775e+02 1.500e-08 + -1.4650e+02 4.864e-09 + -1.4525e+02 2.589e-08 + -1.4400e+02 1.250e-08 + -1.4275e+02 1.918e-08 + -1.4150e+02 5.238e-09 + -1.4025e+02 1.082e-08 + -1.3900e+02 1.302e-08 + -1.3775e+02 7.896e-09 + -1.3650e+02 1.949e-09 + -1.3525e+02 1.192e-10 + -1.3400e+02 5.238e-09 + -1.3275e+02 1.834e-09 + -1.3150e+02 2.927e-10 + -1.3025e+02 2.589e-09 + -1.2900e+02 3.192e-09 + -1.2775e+02 1.011e-08 + -1.2650e+02 3.513e-10 + -1.2525e+02 2.079e-10 + -1.2400e+02 1.395e-09 + -1.2275e+02 4.382e-09 + -1.2150e+02 5.062e-11 + -1.2025e+02 1.011e-10 + -1.1900e+02 6.833e-10 + -1.1775e+02 3.419e-11 + -1.1650e+02 3.080e-10 + -1.1525e+02 1.996e-11 + -1.1400e+02 1.497e-11 + -1.1275e+02 1.075e-10 + -1.1150e+02 5.551e-11 + -1.1025e+02 1.433e-11 + -1.0900e+02 1.600e-10 + -1.0775e+02 1.108e-10 + -1.0650e+02 5.429e-12 + -1.0525e+02 8.226e-11 + -1.0400e+02 9.556e-12 + -1.0275e+02 2.571e-11 + -1.0150e+02 4.296e-11 + -1.0025e+02 4.064e-12 + -9.9000e+01 5.039e-11 + -9.7750e+01 2.917e-11 + -9.6500e+01 2.216e-11 + -9.5250e+01 5.671e-12 + -9.4000e+01 1.036e-11 + -9.2750e+01 8.202e-12 + -9.1500e+01 1.214e-12 + -9.0250e+01 1.882e-11 + -8.9000e+01 5.058e-11 + -8.7750e+01 1.017e-11 + -8.6500e+01 5.947e-12 + -8.5250e+01 6.753e-12 + -8.4000e+01 2.812e-12 + -8.2750e+01 5.320e-12 + -8.1500e+01 3.090e-13 + -8.0250e+01 3.246e-11 + -7.9000e+01 2.298e-11 + -7.7750e+01 5.145e-13 + -7.6500e+01 3.619e-12 + -7.5250e+01 3.341e-12 + -7.4000e+01 4.438e-12 + -7.2750e+01 7.337e-12 + -7.1500e+01 6.019e-12 + -7.0250e+01 1.772e-12 + -6.9000e+01 1.078e-11 + -6.7750e+01 3.705e-12 + -6.6500e+01 7.056e-12 + -6.5250e+01 2.092e-12 + -6.4000e+01 9.305e-12 + -6.2750e+01 1.479e-11 + -6.1500e+01 1.279e-13 + -6.0250e+01 1.319e-12 + -5.9000e+01 3.353e-12 + -5.7750e+01 3.157e-13 + -5.6500e+01 3.084e-12 + -5.5250e+01 3.470e-12 + -5.4000e+01 5.675e-13 + -5.2750e+01 6.846e-13 + -5.1500e+01 8.064e-14 + -5.0250e+01 2.563e-12 + -4.9000e+01 1.799e-12 + -4.7750e+01 1.683e-12 + -4.6500e+01 1.735e-12 + -4.5250e+01 3.153e-12 + -4.4000e+01 1.895e-12 + -4.2750e+01 1.852e-14 + -4.1500e+01 1.399e-12 + -4.0250e+01 1.423e-13 + -3.9000e+01 3.512e-13 + -3.7750e+01 3.807e-13 + -3.6500e+01 7.309e-13 + -3.5250e+01 5.917e-13 + -3.4000e+01 7.218e-13 + -3.2750e+01 3.788e-13 + -3.1500e+01 1.035e-13 + -3.0250e+01 5.716e-13 + -2.9000e+01 4.411e-14 + -2.7750e+01 8.303e-15 + -2.6500e+01 5.973e-13 + -2.5250e+01 7.088e-14 + -2.4000e+01 4.073e-14 + -2.2750e+01 3.560e-13 + -2.1500e+01 1.453e-13 + -2.0250e+01 1.377e-14 + -1.9000e+01 1.145e-13 + -1.7750e+01 1.099e-13 + -1.6500e+01 2.187e-14 + -1.5250e+01 3.374e-14 + -1.4000e+01 3.271e-15 + -1.2750e+01 1.314e-13 + -1.1500e+01 3.195e-14 + -1.0250e+01 6.777e-14 + -9.0000e+00 3.968e-14 + -7.7500e+00 2.588e-14 + -6.5000e+00 2.246e-15 + -5.2500e+00 1.438e-13 + -4.0000e+00 1.450e-13 + -2.7500e+00 1.381e-15 + -1.5000e+00 9.857e-14 + -2.5000e-01 2.065e-13 + + -1.0240e+03 1.278e-14 + -1.0228e+03 2.879e-15 + -1.0215e+03 9.867e-14 + -1.0202e+03 3.503e-14 + -1.0190e+03 9.706e-14 + -1.0178e+03 1.729e-14 + -1.0165e+03 6.349e-14 + -1.0152e+03 5.364e-14 + -1.0140e+03 4.752e-16 + -1.0128e+03 1.446e-13 + -1.0115e+03 1.638e-14 + -1.0102e+03 4.417e-15 + -1.0090e+03 5.725e-14 + -1.0078e+03 6.051e-14 + -1.0065e+03 6.761e-14 + -1.0052e+03 3.006e-14 + -1.0040e+03 2.492e-14 + -1.0028e+03 1.805e-14 + -1.0015e+03 2.520e-14 + -1.0002e+03 4.130e-14 + -9.9900e+02 1.591e-13 + -9.9775e+02 1.900e-14 + -9.9650e+02 1.493e-13 + -9.9525e+02 1.035e-13 + -9.9400e+02 6.512e-14 + -9.9275e+02 1.532e-14 + -9.9150e+02 2.758e-13 + -9.9025e+02 1.721e-13 + -9.8900e+02 1.427e-15 + -9.8775e+02 7.216e-15 + -9.8650e+02 6.895e-14 + -9.8525e+02 1.594e-13 + -9.8400e+02 4.590e-14 + -9.8275e+02 1.101e-13 + -9.8150e+02 2.038e-14 + -9.8025e+02 6.979e-15 + -9.7900e+02 2.571e-14 + -9.7775e+02 1.373e-13 + -9.7650e+02 4.891e-15 + -9.7525e+02 6.540e-14 + -9.7400e+02 4.020e-14 + -9.7275e+02 2.050e-13 + -9.7150e+02 1.146e-14 + -9.7025e+02 5.247e-14 + -9.6900e+02 2.337e-14 + -9.6775e+02 1.389e-13 + -9.6650e+02 1.107e-13 + -9.6525e+02 1.170e-13 + -9.6400e+02 1.000e-13 + -9.6275e+02 6.824e-14 + -9.6150e+02 1.525e-14 + -9.6025e+02 4.579e-14 + -9.5900e+02 6.672e-14 + -9.5775e+02 2.184e-13 + -9.5650e+02 2.657e-13 + -9.5525e+02 1.825e-13 + -9.5400e+02 2.385e-13 + -9.5275e+02 6.345e-14 + -9.5150e+02 2.126e-13 + -9.5025e+02 6.644e-14 + -9.4900e+02 2.283e-14 + -9.4775e+02 6.783e-14 + -9.4650e+02 1.116e-13 + -9.4525e+02 5.654e-14 + -9.4400e+02 3.602e-13 + -9.4275e+02 1.192e-13 + -9.4150e+02 8.865e-14 + -9.4025e+02 2.241e-14 + -9.3900e+02 1.400e-13 + -9.3775e+02 1.456e-13 + -9.3650e+02 9.542e-14 + -9.3525e+02 5.177e-13 + -9.3400e+02 2.749e-13 + -9.3275e+02 1.545e-14 + -9.3150e+02 2.765e-13 + -9.3025e+02 4.558e-13 + -9.2900e+02 1.274e-14 + -9.2775e+02 6.028e-14 + -9.2650e+02 5.120e-14 + -9.2525e+02 2.333e-13 + -9.2400e+02 1.303e-13 + -9.2275e+02 6.821e-14 + -9.2150e+02 2.181e-14 + -9.2025e+02 7.634e-14 + -9.1900e+02 5.113e-14 + -9.1775e+02 3.822e-14 + -9.1650e+02 2.578e-13 + -9.1525e+02 1.017e-13 + -9.1400e+02 1.857e-13 + -9.1275e+02 6.653e-13 + -9.1150e+02 1.734e-13 + -9.1025e+02 8.263e-14 + -9.0900e+02 4.912e-14 + -9.0775e+02 2.741e-14 + -9.0650e+02 3.764e-15 + -9.0525e+02 4.896e-14 + -9.0400e+02 4.750e-13 + -9.0275e+02 6.373e-13 + -9.0150e+02 1.694e-14 + -9.0025e+02 5.677e-12 + -8.9900e+02 9.940e-13 + -8.9775e+02 1.895e-13 + -8.9650e+02 4.138e-12 + -8.9525e+02 3.879e-12 + -8.9400e+02 1.766e-12 + -8.9275e+02 1.097e-12 + -8.9150e+02 1.324e-12 + -8.9025e+02 4.744e-13 + -8.8900e+02 6.571e-12 + -8.8775e+02 1.166e-12 + -8.8650e+02 1.290e-12 + -8.8525e+02 3.438e-12 + -8.8400e+02 1.534e-12 + -8.8275e+02 2.898e-12 + -8.8150e+02 4.714e-12 + -8.8025e+02 6.505e-13 + -8.7900e+02 3.652e-12 + -8.7775e+02 5.800e-12 + -8.7650e+02 1.099e-11 + -8.7525e+02 1.126e-12 + -8.7400e+02 4.136e-12 + -8.7275e+02 2.227e-12 + -8.7150e+02 7.948e-13 + -8.7025e+02 1.388e-11 + -8.6900e+02 1.582e-11 + -8.6775e+02 8.043e-12 + -8.6650e+02 1.253e-12 + -8.6525e+02 6.661e-12 + -8.6400e+02 6.847e-12 + -8.6275e+02 4.840e-12 + -8.6150e+02 8.388e-12 + -8.6025e+02 1.734e-11 + -8.5900e+02 1.494e-11 + -8.5775e+02 2.423e-11 + -8.5650e+02 3.145e-12 + -8.5525e+02 2.217e-11 + -8.5400e+02 2.124e-11 + -8.5275e+02 1.647e-11 + -8.5150e+02 2.105e-11 + -8.5025e+02 1.687e-11 + -8.4900e+02 9.732e-12 + -8.4775e+02 9.875e-11 + -8.4650e+02 4.370e-12 + -8.4525e+02 1.592e-11 + -8.4400e+02 5.126e-12 + -8.4275e+02 2.282e-11 + -8.4150e+02 6.877e-11 + -8.4025e+02 3.087e-12 + -8.3900e+02 4.106e-11 + -8.3775e+02 1.616e-11 + -8.3650e+02 1.465e-11 + -8.3525e+02 2.243e-11 + -8.3400e+02 5.324e-11 + -8.3275e+02 1.349e-11 + -8.3150e+02 1.638e-11 + -8.3025e+02 1.806e-11 + -8.2900e+02 2.525e-11 + -8.2775e+02 1.138e-11 + -8.2650e+02 1.231e-11 + -8.2525e+02 8.735e-12 + -8.2400e+02 1.971e-12 + -8.2275e+02 5.072e-12 + -8.2150e+02 2.118e-11 + -8.2025e+02 3.869e-11 + -8.1900e+02 1.595e-11 + -8.1775e+02 7.964e-11 + -8.1650e+02 4.987e-11 + -8.1525e+02 2.573e-12 + -8.1400e+02 1.031e-11 + -8.1275e+02 9.569e-11 + -8.1150e+02 5.458e-13 + -8.1025e+02 4.588e-12 + -8.0900e+02 1.629e-11 + -8.0775e+02 1.822e-10 + -8.0650e+02 2.787e-11 + -8.0525e+02 6.106e-11 + -8.0400e+02 4.160e-10 + -8.0275e+02 8.629e-11 + -8.0150e+02 4.065e-11 + -8.0025e+02 1.477e-10 + -7.9900e+02 6.456e-10 + -7.9775e+02 3.939e-10 + -7.9650e+02 9.643e-11 + -7.9525e+02 3.591e-11 + -7.9400e+02 4.188e-10 + -7.9275e+02 7.293e-11 + -7.9150e+02 1.303e-10 + -7.9025e+02 3.418e-11 + -7.8900e+02 1.397e-11 + -7.8775e+02 2.163e-10 + -7.8650e+02 9.001e-11 + -7.8525e+02 1.030e-10 + -7.8400e+02 2.889e-11 + -7.8275e+02 4.458e-10 + -7.8150e+02 5.206e-11 + -7.8025e+02 3.090e-10 + -7.7900e+02 5.656e-11 + -7.7775e+02 5.434e-10 + -7.7650e+02 1.230e-10 + -7.7525e+02 4.683e-11 + -7.7400e+02 2.789e-10 + -7.7275e+02 1.656e-10 + -7.7150e+02 3.232e-11 + -7.7025e+02 3.072e-11 + -7.6900e+02 1.683e-12 + -7.6775e+02 3.392e-11 + -7.6650e+02 1.012e-10 + -7.6525e+02 1.606e-11 + -7.6400e+02 3.276e-10 + -7.6275e+02 2.285e-10 + -7.6150e+02 5.844e-10 + -7.6025e+02 1.022e-11 + -7.5900e+02 1.543e-11 + -7.5775e+02 1.678e-11 + -7.5650e+02 3.374e-10 + -7.5525e+02 1.462e-10 + -7.5400e+02 7.858e-10 + -7.5275e+02 1.314e-10 + -7.5150e+02 2.510e-10 + -7.5025e+02 4.522e-10 + -7.4900e+02 5.762e-10 + -7.4775e+02 1.849e-11 + -7.4650e+02 8.295e-11 + -7.4525e+02 1.578e-10 + -7.4400e+02 3.934e-11 + -7.4275e+02 3.792e-10 + -7.4150e+02 3.044e-10 + -7.4025e+02 8.984e-11 + -7.3900e+02 2.825e-10 + -7.3775e+02 5.693e-10 + -7.3650e+02 2.277e-11 + -7.3525e+02 4.765e-11 + -7.3400e+02 9.179e-10 + -7.3275e+02 7.608e-10 + -7.3150e+02 1.549e-10 + -7.3025e+02 2.908e-10 + -7.2900e+02 3.094e-10 + -7.2775e+02 1.578e-10 + -7.2650e+02 2.263e-10 + -7.2525e+02 1.004e-10 + -7.2400e+02 4.866e-10 + -7.2275e+02 3.257e-10 + -7.2150e+02 1.806e-10 + -7.2025e+02 7.071e-11 + -7.1900e+02 1.143e-10 + -7.1775e+02 4.296e-10 + -7.1650e+02 5.055e-11 + -7.1525e+02 1.477e-10 + -7.1400e+02 1.950e-10 + -7.1275e+02 4.967e-10 + -7.1150e+02 1.353e-10 + -7.1025e+02 1.142e-09 + -7.0900e+02 1.719e-10 + -7.0775e+02 4.422e-10 + -7.0650e+02 7.673e-10 + -7.0525e+02 2.137e-10 + -7.0400e+02 6.139e-10 + -7.0275e+02 3.382e-10 + -7.0150e+02 5.210e-10 + -7.0025e+02 3.317e-10 + -6.9900e+02 4.959e-10 + -6.9775e+02 1.579e-10 + -6.9650e+02 2.039e-10 + -6.9525e+02 1.101e-10 + -6.9400e+02 6.361e-10 + -6.9275e+02 3.242e-10 + -6.9150e+02 6.172e-12 + -6.9025e+02 4.589e-10 + -6.8900e+02 1.541e-09 + -6.8775e+02 6.723e-10 + -6.8650e+02 7.009e-10 + -6.8525e+02 3.347e-10 + -6.8400e+02 1.114e-09 + -6.8275e+02 1.492e-09 + -6.8150e+02 4.997e-11 + -6.8025e+02 2.791e-10 + -6.7900e+02 4.102e-10 + -6.7775e+02 1.136e-09 + -6.7650e+02 3.255e-10 + -6.7525e+02 1.400e-11 + -6.7400e+02 2.014e-09 + -6.7275e+02 2.669e-10 + -6.7150e+02 8.862e-10 + -6.7025e+02 1.193e-10 + -6.6900e+02 1.216e-09 + -6.6775e+02 1.803e-09 + -6.6650e+02 1.324e-10 + -6.6525e+02 5.899e-10 + -6.6400e+02 2.440e-11 + -6.6275e+02 7.082e-10 + -6.6150e+02 1.402e-10 + -6.6025e+02 6.377e-10 + -6.5900e+02 2.420e-09 + -6.5775e+02 3.735e-09 + -6.5650e+02 2.072e-10 + -6.5525e+02 1.047e-10 + -6.5400e+02 1.500e-09 + -6.5275e+02 1.313e-09 + -6.5150e+02 1.013e-09 + -6.5025e+02 3.228e-10 + -6.4900e+02 3.957e-11 + -6.4775e+02 7.262e-10 + -6.4650e+02 1.341e-09 + -6.4525e+02 1.615e-09 + -6.4400e+02 6.941e-10 + -6.4275e+02 1.580e-09 + -6.4150e+02 4.267e-10 + -6.4025e+02 8.106e-10 + -6.3900e+02 1.907e-09 + -6.3775e+02 2.235e-09 + -6.3650e+02 4.856e-09 + -6.3525e+02 3.829e-10 + -6.3400e+02 1.959e-09 + -6.3275e+02 8.643e-10 + -6.3150e+02 7.216e-11 + -6.3025e+02 5.625e-10 + -6.2900e+02 1.556e-10 + -6.2775e+02 1.908e-09 + -6.2650e+02 2.151e-09 + -6.2525e+02 5.060e-10 + -6.2400e+02 5.094e-09 + -6.2275e+02 5.884e-10 + -6.2150e+02 4.499e-10 + -6.2025e+02 1.021e-10 + -6.1900e+02 1.426e-09 + -6.1775e+02 5.433e-11 + -6.1650e+02 2.282e-09 + -6.1525e+02 2.388e-10 + -6.1400e+02 1.714e-09 + -6.1275e+02 9.459e-11 + -6.1150e+02 9.400e-10 + -6.1025e+02 2.082e-09 + -6.0900e+02 3.106e-09 + -6.0775e+02 4.198e-10 + -6.0650e+02 2.446e-09 + -6.0525e+02 1.305e-09 + -6.0400e+02 4.893e-10 + -6.0275e+02 4.886e-09 + -6.0150e+02 7.178e-10 + -6.0025e+02 4.957e-10 + -5.9900e+02 3.503e-09 + -5.9775e+02 2.936e-10 + -5.9650e+02 1.331e-09 + -5.9525e+02 7.519e-10 + -5.9400e+02 6.495e-10 + -5.9275e+02 8.237e-10 + -5.9150e+02 9.421e-11 + -5.9025e+02 3.136e-09 + -5.8900e+02 1.199e-09 + -5.8775e+02 1.039e-09 + -5.8650e+02 9.430e-10 + -5.8525e+02 1.760e-10 + -5.8400e+02 1.358e-09 + -5.8275e+02 1.224e-10 + -5.8150e+02 1.119e-09 + -5.8025e+02 1.220e-09 + -5.7900e+02 1.075e-09 + -5.7775e+02 1.447e-09 + -5.7650e+02 1.483e-09 + -5.7525e+02 1.964e-09 + -5.7400e+02 9.326e-11 + -5.7275e+02 1.375e-09 + -5.7150e+02 1.268e-10 + -5.7025e+02 5.684e-10 + -5.6900e+02 3.305e-09 + -5.6775e+02 4.683e-09 + -5.6650e+02 4.348e-10 + -5.6525e+02 1.338e-10 + -5.6400e+02 7.103e-10 + -5.6275e+02 3.785e-10 + -5.6150e+02 2.802e-09 + -5.6025e+02 7.231e-10 + -5.5900e+02 2.056e-09 + -5.5775e+02 2.110e-09 + -5.5650e+02 4.649e-10 + -5.5525e+02 2.974e-10 + -5.5400e+02 2.706e-10 + -5.5275e+02 7.157e-09 + -5.5150e+02 2.510e-09 + -5.5025e+02 5.691e-09 + -5.4900e+02 5.862e-09 + -5.4775e+02 2.109e-10 + -5.4650e+02 2.056e-09 + -5.4525e+02 2.270e-09 + -5.4400e+02 1.836e-10 + -5.4275e+02 7.640e-10 + -5.4150e+02 8.379e-10 + -5.4025e+02 2.148e-09 + -5.3900e+02 3.190e-10 + -5.3775e+02 2.770e-09 + -5.3650e+02 7.561e-09 + -5.3525e+02 5.648e-09 + -5.3400e+02 4.388e-09 + -5.3275e+02 3.544e-09 + -5.3150e+02 2.213e-09 + -5.3025e+02 5.889e-09 + -5.2900e+02 2.125e-09 + -5.2775e+02 3.924e-10 + -5.2650e+02 2.409e-09 + -5.2525e+02 5.202e-09 + -5.2400e+02 6.164e-10 + -5.2275e+02 4.446e-10 + -5.2150e+02 5.111e-09 + -5.2025e+02 7.170e-09 + -5.1900e+02 1.543e-09 + -5.1775e+02 7.116e-10 + -5.1650e+02 5.028e-10 + -5.1525e+02 5.272e-09 + -5.1400e+02 5.923e-09 + -5.1275e+02 9.317e-10 + -5.1150e+02 9.755e-09 + -5.1025e+02 1.341e-09 + -5.0900e+02 2.282e-09 + -5.0775e+02 1.027e-10 + -5.0650e+02 1.569e-09 + -5.0525e+02 6.700e-09 + -5.0400e+02 8.223e-09 + -5.0275e+02 3.141e-09 + -5.0150e+02 7.478e-09 + -5.0025e+02 1.838e-09 + -4.9900e+02 1.412e-12 + -4.9775e+02 4.309e-10 + -4.9650e+02 1.556e-08 + -4.9525e+02 1.292e-09 + -4.9400e+02 2.069e-10 + -4.9275e+02 3.608e-10 + -4.9150e+02 1.103e-08 + -4.9025e+02 1.830e-09 + -4.8900e+02 2.416e-10 + -4.8775e+02 8.569e-09 + -4.8650e+02 2.326e-09 + -4.8525e+02 3.384e-09 + -4.8400e+02 4.809e-09 + -4.8275e+02 3.049e-09 + -4.8150e+02 3.385e-09 + -4.8025e+02 1.208e-09 + -4.7900e+02 2.856e-09 + -4.7775e+02 6.342e-10 + -4.7650e+02 4.460e-09 + -4.7525e+02 3.124e-10 + -4.7400e+02 3.806e-09 + -4.7275e+02 5.432e-09 + -4.7150e+02 4.011e-10 + -4.7025e+02 5.007e-11 + -4.6900e+02 9.461e-10 + -4.6775e+02 8.443e-09 + -4.6650e+02 1.234e-09 + -4.6525e+02 8.720e-09 + -4.6400e+02 1.688e-09 + -4.6275e+02 2.621e-11 + -4.6150e+02 4.295e-09 + -4.6025e+02 1.433e-09 + -4.5900e+02 2.225e-09 + -4.5775e+02 1.203e-09 + -4.5650e+02 1.194e-09 + -4.5525e+02 1.273e-09 + -4.5400e+02 2.324e-09 + -4.5275e+02 3.116e-09 + -4.5150e+02 8.412e-09 + -4.5025e+02 3.546e-10 + -4.4900e+02 4.897e-09 + -4.4775e+02 5.091e-09 + -4.4650e+02 4.195e-09 + -4.4525e+02 4.959e-09 + -4.4400e+02 5.471e-09 + -4.4275e+02 6.587e-10 + -4.4150e+02 4.191e-09 + -4.4025e+02 5.538e-09 + -4.3900e+02 3.556e-10 + -4.3775e+02 2.024e-09 + -4.3650e+02 1.732e-09 + -4.3525e+02 4.845e-09 + -4.3400e+02 6.129e-09 + -4.3275e+02 2.040e-08 + -4.3150e+02 1.552e-08 + -4.3025e+02 5.207e-09 + -4.2900e+02 1.997e-09 + -4.2775e+02 1.048e-08 + -4.2650e+02 2.180e-09 + -4.2525e+02 3.207e-09 + -4.2400e+02 2.134e-09 + -4.2275e+02 9.791e-09 + -4.2150e+02 9.002e-09 + -4.2025e+02 3.708e-08 + -4.1900e+02 3.852e-09 + -4.1775e+02 4.183e-09 + -4.1650e+02 1.887e-09 + -4.1525e+02 7.729e-09 + -4.1400e+02 2.203e-09 + -4.1275e+02 9.677e-09 + -4.1150e+02 9.847e-10 + -4.1025e+02 2.339e-09 + -4.0900e+02 1.307e-08 + -4.0775e+02 1.788e-08 + -4.0650e+02 1.239e-08 + -4.0525e+02 1.279e-09 + -4.0400e+02 2.604e-09 + -4.0275e+02 3.405e-09 + -4.0150e+02 1.241e-09 + -4.0025e+02 2.822e-09 + -3.9900e+02 3.830e-09 + -3.9775e+02 1.735e-08 + -3.9650e+02 2.535e-09 + -3.9525e+02 3.146e-09 + -3.9400e+02 4.291e-09 + -3.9275e+02 1.957e-08 + -3.9150e+02 1.698e-09 + -3.9025e+02 1.132e-08 + -3.8900e+02 1.807e-08 + -3.8775e+02 4.282e-09 + -3.8650e+02 1.312e-08 + -3.8525e+02 1.775e-08 + -3.8400e+02 1.789e-08 + -3.8275e+02 6.785e-09 + -3.8150e+02 1.450e-08 + -3.8025e+02 7.037e-09 + -3.7900e+02 5.403e-09 + -3.7775e+02 2.111e-09 + -3.7650e+02 4.558e-09 + -3.7525e+02 1.382e-08 + -3.7400e+02 4.740e-09 + -3.7275e+02 3.932e-09 + -3.7150e+02 4.342e-09 + -3.7025e+02 1.299e-09 + -3.6900e+02 5.063e-10 + -3.6775e+02 3.650e-08 + -3.6650e+02 4.164e-09 + -3.6525e+02 2.558e-09 + -3.6400e+02 4.656e-09 + -3.6275e+02 3.991e-10 + -3.6150e+02 1.715e-08 + -3.6025e+02 2.179e-08 + -3.5900e+02 2.530e-08 + -3.5775e+02 4.108e-08 + -3.5650e+02 4.318e-09 + -3.5525e+02 8.047e-09 + -3.5400e+02 9.747e-09 + -3.5275e+02 1.544e-09 + -3.5150e+02 8.318e-09 + -3.5025e+02 9.269e-10 + -3.4900e+02 9.378e-12 + -3.4775e+02 6.907e-09 + -3.4650e+02 1.957e-08 + -3.4525e+02 1.339e-08 + -3.4400e+02 6.615e-09 + -3.4275e+02 1.130e-08 + -3.4150e+02 6.087e-09 + -3.4025e+02 8.867e-09 + -3.3900e+02 4.236e-09 + -3.3775e+02 1.607e-09 + -3.3650e+02 3.764e-08 + -3.3525e+02 1.078e-08 + -3.3400e+02 4.911e-09 + -3.3275e+02 2.041e-08 + -3.3150e+02 7.036e-10 + -3.3025e+02 6.090e-09 + -3.2900e+02 2.796e-08 + -3.2775e+02 1.008e-08 + -3.2650e+02 2.260e-08 + -3.2525e+02 2.312e-08 + -3.2400e+02 8.441e-08 + -3.2275e+02 2.988e-09 + -3.2150e+02 3.917e-09 + -3.2025e+02 2.291e-08 + -3.1900e+02 8.086e-10 + -3.1775e+02 6.197e-09 + -3.1650e+02 1.077e-08 + -3.1525e+02 2.866e-09 + -3.1400e+02 1.048e-09 + -3.1275e+02 2.915e-08 + -3.1150e+02 8.515e-09 + -3.1025e+02 4.777e-08 + -3.0900e+02 2.493e-09 + -3.0775e+02 2.646e-08 + -3.0650e+02 2.596e-08 + -3.0525e+02 2.891e-10 + -3.0400e+02 2.740e-08 + -3.0275e+02 1.548e-08 + -3.0150e+02 6.120e-09 + -3.0025e+02 4.744e-09 + -2.9900e+02 4.182e-08 + -2.9775e+02 1.381e-08 + -2.9650e+02 9.592e-09 + -2.9525e+02 1.235e-08 + -2.9400e+02 9.543e-09 + -2.9275e+02 5.125e-08 + -2.9150e+02 1.564e-08 + -2.9025e+02 2.454e-09 + -2.8900e+02 7.303e-09 + -2.8775e+02 4.137e-09 + -2.8650e+02 2.301e-08 + -2.8525e+02 1.788e-08 + -2.8400e+02 2.231e-08 + -2.8275e+02 3.379e-08 + -2.8150e+02 5.461e-09 + -2.8025e+02 2.389e-08 + -2.7900e+02 7.873e-09 + -2.7775e+02 1.446e-09 + -2.7650e+02 4.347e-08 + -2.7525e+02 1.196e-08 + -2.7400e+02 6.598e-08 + -2.7275e+02 2.151e-08 + -2.7150e+02 2.941e-09 + -2.7025e+02 1.445e-08 + -2.6900e+02 1.949e-09 + -2.6775e+02 5.655e-08 + -2.6650e+02 1.679e-08 + -2.6525e+02 6.083e-08 + -2.6400e+02 3.034e-10 + -2.6275e+02 8.086e-10 + -2.6150e+02 8.613e-09 + -2.6025e+02 2.789e-08 + -2.5900e+02 2.363e-08 + -2.5775e+02 5.020e-08 + -2.5650e+02 1.709e-08 + -2.5525e+02 1.861e-10 + -2.5400e+02 1.036e-09 + -2.5275e+02 3.779e-08 + -2.5150e+02 3.526e-08 + -2.5025e+02 2.199e-08 + -2.4900e+02 4.109e-10 + -2.4775e+02 8.348e-09 + -2.4650e+02 1.698e-09 + -2.4525e+02 2.455e-08 + -2.4400e+02 2.347e-08 + -2.4275e+02 5.007e-09 + -2.4150e+02 2.291e-08 + -2.4025e+02 4.682e-09 + -2.3900e+02 4.077e-09 + -2.3775e+02 2.901e-09 + -2.3650e+02 2.241e-08 + -2.3525e+02 6.916e-08 + -2.3400e+02 9.880e-09 + -2.3275e+02 1.420e-08 + -2.3150e+02 5.596e-08 + -2.3025e+02 3.945e-09 + -2.2900e+02 4.028e-09 + -2.2775e+02 5.198e-08 + -2.2650e+02 7.476e-09 + -2.2525e+02 1.094e-08 + -2.2400e+02 9.190e-09 + -2.2275e+02 1.392e-08 + -2.2150e+02 7.002e-09 + -2.2025e+02 1.542e-08 + -2.1900e+02 1.202e-08 + -2.1775e+02 3.968e-08 + -2.1650e+02 2.202e-09 + -2.1525e+02 3.442e-10 + -2.1400e+02 3.215e-08 + -2.1275e+02 1.202e-08 + -2.1150e+02 1.190e-08 + -2.1025e+02 2.148e-08 + -2.0900e+02 3.921e-09 + -2.0775e+02 9.544e-10 + -2.0650e+02 2.362e-08 + -2.0525e+02 1.950e-09 + -2.0400e+02 1.061e-08 + -2.0275e+02 2.878e-09 + -2.0150e+02 7.034e-08 + -2.0025e+02 2.417e-08 + -1.9900e+02 3.256e-08 + -1.9775e+02 1.158e-08 + -1.9650e+02 2.226e-09 + -1.9525e+02 1.542e-09 + -1.9400e+02 1.873e-09 + -1.9275e+02 1.311e-08 + -1.9150e+02 2.999e-09 + -1.9025e+02 5.227e-10 + -1.8900e+02 4.338e-09 + -1.8775e+02 6.708e-10 + -1.8650e+02 7.164e-09 + -1.8525e+02 1.076e-08 + -1.8400e+02 3.130e-10 + -1.8275e+02 3.628e-09 + -1.8150e+02 4.919e-09 + -1.8025e+02 8.983e-09 + -1.7900e+02 3.039e-09 + -1.7775e+02 4.563e-09 + -1.7650e+02 1.861e-09 + -1.7525e+02 1.692e-08 + -1.7400e+02 5.881e-09 + -1.7275e+02 3.579e-09 + -1.7150e+02 4.459e-09 + -1.7025e+02 2.282e-09 + -1.6900e+02 9.127e-09 + -1.6775e+02 6.229e-10 + -1.6650e+02 2.708e-09 + -1.6525e+02 1.640e-08 + -1.6400e+02 1.736e-10 + -1.6275e+02 1.702e-09 + -1.6150e+02 6.689e-09 + -1.6025e+02 8.071e-10 + -1.5900e+02 4.392e-10 + -1.5775e+02 2.079e-10 + -1.5650e+02 2.759e-09 + -1.5525e+02 1.285e-09 + -1.5400e+02 3.970e-09 + -1.5275e+02 9.807e-10 + -1.5150e+02 2.241e-09 + -1.5025e+02 1.660e-11 + -1.4900e+02 1.985e-10 + -1.4775e+02 3.729e-09 + -1.4650e+02 2.438e-09 + -1.4525e+02 1.752e-11 + -1.4400e+02 2.338e-10 + -1.4275e+02 1.704e-11 + -1.4150e+02 1.832e-10 + -1.4025e+02 8.043e-12 + -1.3900e+02 3.183e-11 + -1.3775e+02 2.750e-12 + -1.3650e+02 5.108e-11 + -1.3525e+02 4.459e-11 + -1.3400e+02 8.221e-11 + -1.3275e+02 1.237e-10 + -1.3150e+02 2.391e-10 + -1.3025e+02 2.862e-11 + -1.2900e+02 4.342e-11 + -1.2775e+02 1.354e-12 + -1.2650e+02 4.001e-11 + -1.2525e+02 4.767e-11 + -1.2400e+02 2.069e-11 + -1.2275e+02 8.136e-12 + -1.2150e+02 5.643e-12 + -1.2025e+02 4.036e-12 + -1.1900e+02 7.920e-11 + -1.1775e+02 8.597e-13 + -1.1650e+02 6.902e-12 + -1.1525e+02 1.206e-11 + -1.1400e+02 3.564e-11 + -1.1275e+02 1.520e-11 + -1.1150e+02 9.903e-11 + -1.1025e+02 1.893e-11 + -1.0900e+02 9.093e-11 + -1.0775e+02 2.965e-11 + -1.0650e+02 2.744e-11 + -1.0525e+02 3.561e-11 + -1.0400e+02 2.845e-11 + -1.0275e+02 1.522e-11 + -1.0150e+02 1.738e-11 + -1.0025e+02 3.143e-11 + -9.9000e+01 1.793e-11 + -9.7750e+01 1.243e-11 + -9.6500e+01 2.065e-12 + -9.5250e+01 9.880e-12 + -9.4000e+01 2.508e-11 + -9.2750e+01 2.967e-11 + -9.1500e+01 4.940e-12 + -9.0250e+01 4.079e-11 + -8.9000e+01 2.478e-11 + -8.7750e+01 4.201e-11 + -8.6500e+01 4.808e-12 + -8.5250e+01 3.754e-12 + -8.4000e+01 2.311e-11 + -8.2750e+01 1.449e-11 + -8.1500e+01 1.889e-11 + -8.0250e+01 2.571e-13 + -7.9000e+01 4.121e-12 + -7.7750e+01 4.941e-12 + -7.6500e+01 2.034e-12 + -7.5250e+01 1.395e-11 + -7.4000e+01 5.225e-12 + -7.2750e+01 6.587e-12 + -7.1500e+01 9.789e-12 + -7.0250e+01 4.962e-12 + -6.9000e+01 1.228e-12 + -6.7750e+01 8.788e-12 + -6.6500e+01 2.376e-12 + -6.5250e+01 1.398e-12 + -6.4000e+01 1.632e-13 + -6.2750e+01 9.678e-13 + -6.1500e+01 8.537e-12 + -6.0250e+01 6.473e-13 + -5.9000e+01 8.806e-13 + -5.7750e+01 1.399e-12 + -5.6500e+01 1.693e-13 + -5.5250e+01 4.951e-12 + -5.4000e+01 2.584e-12 + -5.2750e+01 2.433e-12 + -5.1500e+01 2.253e-13 + -5.0250e+01 4.012e-13 + -4.9000e+01 2.399e-13 + -4.7750e+01 1.269e-12 + -4.6500e+01 7.427e-13 + -4.5250e+01 1.292e-13 + -4.4000e+01 7.698e-13 + -4.2750e+01 1.342e-13 + -4.1500e+01 6.286e-13 + -4.0250e+01 7.561e-13 + -3.9000e+01 3.894e-13 + -3.7750e+01 4.252e-13 + -3.6500e+01 1.809e-12 + -3.5250e+01 4.749e-13 + -3.4000e+01 6.350e-13 + -3.2750e+01 4.328e-13 + -3.1500e+01 1.062e-12 + -3.0250e+01 2.966e-14 + -2.9000e+01 2.687e-13 + -2.7750e+01 2.817e-13 + -2.6500e+01 2.572e-13 + -2.5250e+01 4.793e-14 + -2.4000e+01 1.474e-14 + -2.2750e+01 1.727e-13 + -2.1500e+01 1.764e-14 + -2.0250e+01 1.040e-13 + -1.9000e+01 8.265e-14 + -1.7750e+01 6.735e-15 + -1.6500e+01 8.138e-14 + -1.5250e+01 7.404e-14 + -1.4000e+01 7.881e-15 + -1.2750e+01 1.596e-13 + -1.1500e+01 1.531e-13 + -1.0250e+01 6.695e-14 + -9.0000e+00 5.448e-14 + -7.7500e+00 6.060e-14 + -6.5000e+00 5.480e-14 + -5.2500e+00 1.590e-14 + -4.0000e+00 3.118e-14 + -2.7500e+00 5.061e-14 + -1.5000e+00 2.729e-14 + -2.5000e-01 2.396e-14 + + -1.0240e+03 3.661e-14 + -1.0228e+03 1.718e-14 + -1.0215e+03 3.339e-14 + -1.0202e+03 4.090e-14 + -1.0190e+03 1.259e-13 + -1.0178e+03 7.642e-14 + -1.0165e+03 1.167e-13 + -1.0152e+03 3.847e-16 + -1.0140e+03 1.351e-14 + -1.0128e+03 3.269e-16 + -1.0115e+03 4.519e-14 + -1.0102e+03 1.489e-14 + -1.0090e+03 8.834e-14 + -1.0078e+03 1.306e-13 + -1.0065e+03 1.247e-14 + -1.0052e+03 9.194e-15 + -1.0040e+03 1.558e-14 + -1.0028e+03 1.175e-13 + -1.0015e+03 9.039e-14 + -1.0002e+03 2.003e-13 + -9.9900e+02 8.296e-14 + -9.9775e+02 4.329e-14 + -9.9650e+02 1.457e-14 + -9.9525e+02 1.197e-13 + -9.9400e+02 2.916e-14 + -9.9275e+02 9.139e-14 + -9.9150e+02 3.624e-14 + -9.9025e+02 5.767e-15 + -9.8900e+02 2.830e-14 + -9.8775e+02 1.651e-14 + -9.8650e+02 3.847e-14 + -9.8525e+02 9.883e-14 + -9.8400e+02 4.614e-14 + -9.8275e+02 3.932e-14 + -9.8150e+02 5.878e-14 + -9.8025e+02 6.751e-14 + -9.7900e+02 2.392e-14 + -9.7775e+02 1.438e-14 + -9.7650e+02 2.353e-14 + -9.7525e+02 1.977e-14 + -9.7400e+02 1.322e-15 + -9.7275e+02 4.518e-14 + -9.7150e+02 3.096e-14 + -9.7025e+02 6.162e-14 + -9.6900e+02 1.121e-13 + -9.6775e+02 7.441e-14 + -9.6650e+02 2.379e-14 + -9.6525e+02 4.398e-15 + -9.6400e+02 3.442e-15 + -9.6275e+02 4.410e-14 + -9.6150e+02 3.785e-14 + -9.6025e+02 1.481e-13 + -9.5900e+02 2.703e-14 + -9.5775e+02 1.204e-14 + -9.5650e+02 8.914e-15 + -9.5525e+02 1.010e-13 + -9.5400e+02 7.752e-14 + -9.5275e+02 6.936e-14 + -9.5150e+02 2.562e-13 + -9.5025e+02 9.902e-14 + -9.4900e+02 1.197e-13 + -9.4775e+02 2.078e-14 + -9.4650e+02 5.950e-14 + -9.4525e+02 2.340e-14 + -9.4400e+02 4.326e-14 + -9.4275e+02 2.777e-14 + -9.4150e+02 4.237e-15 + -9.4025e+02 5.383e-14 + -9.3900e+02 6.338e-15 + -9.3775e+02 1.483e-14 + -9.3650e+02 2.671e-13 + -9.3525e+02 1.473e-13 + -9.3400e+02 5.814e-14 + -9.3275e+02 2.810e-14 + -9.3150e+02 7.378e-14 + -9.3025e+02 2.275e-13 + -9.2900e+02 4.387e-14 + -9.2775e+02 9.917e-14 + -9.2650e+02 4.763e-14 + -9.2525e+02 8.926e-14 + -9.2400e+02 2.874e-13 + -9.2275e+02 4.044e-13 + -9.2150e+02 3.585e-13 + -9.2025e+02 2.991e-13 + -9.1900e+02 2.512e-13 + -9.1775e+02 2.033e-14 + -9.1650e+02 4.305e-14 + -9.1525e+02 3.740e-13 + -9.1400e+02 2.412e-13 + -9.1275e+02 4.925e-13 + -9.1150e+02 5.509e-13 + -9.1025e+02 4.130e-14 + -9.0900e+02 3.188e-14 + -9.0775e+02 7.495e-14 + -9.0650e+02 4.068e-13 + -9.0525e+02 1.587e-13 + -9.0400e+02 9.862e-13 + -9.0275e+02 8.370e-13 + -9.0150e+02 6.143e-14 + -9.0025e+02 5.318e-13 + -8.9900e+02 1.900e-13 + -8.9775e+02 1.899e-13 + -8.9650e+02 5.679e-13 + -8.9525e+02 2.596e-13 + -8.9400e+02 5.121e-14 + -8.9275e+02 1.766e-13 + -8.9150e+02 2.408e-13 + -8.9025e+02 2.073e-13 + -8.8900e+02 1.406e-12 + -8.8775e+02 8.057e-13 + -8.8650e+02 2.025e-13 + -8.8525e+02 8.061e-14 + -8.8400e+02 9.698e-14 + -8.8275e+02 5.002e-13 + -8.8150e+02 1.238e-12 + -8.8025e+02 5.565e-13 + -8.7900e+02 3.625e-13 + -8.7775e+02 1.039e-12 + -8.7650e+02 2.169e-12 + -8.7525e+02 1.499e-12 + -8.7400e+02 4.892e-13 + -8.7275e+02 3.302e-12 + -8.7150e+02 5.923e-12 + -8.7025e+02 3.883e-13 + -8.6900e+02 7.460e-13 + -8.6775e+02 1.428e-13 + -8.6650e+02 5.371e-13 + -8.6525e+02 2.687e-12 + -8.6400e+02 3.583e-12 + -8.6275e+02 2.003e-12 + -8.6150e+02 1.785e-12 + -8.6025e+02 1.147e-13 + -8.5900e+02 4.792e-13 + -8.5775e+02 3.080e-12 + -8.5650e+02 6.157e-13 + -8.5525e+02 1.338e-11 + -8.5400e+02 1.458e-12 + -8.5275e+02 1.021e-11 + -8.5150e+02 1.527e-12 + -8.5025e+02 5.125e-12 + -8.4900e+02 6.184e-13 + -8.4775e+02 1.058e-11 + -8.4650e+02 1.326e-12 + -8.4525e+02 3.686e-12 + -8.4400e+02 4.713e-12 + -8.4275e+02 1.313e-12 + -8.4150e+02 4.542e-12 + -8.4025e+02 1.519e-11 + -8.3900e+02 1.087e-12 + -8.3775e+02 1.051e-11 + -8.3650e+02 2.024e-11 + -8.3525e+02 1.371e-11 + -8.3400e+02 4.107e-12 + -8.3275e+02 1.121e-11 + -8.3150e+02 1.089e-11 + -8.3025e+02 3.465e-12 + -8.2900e+02 8.664e-13 + -8.2775e+02 4.945e-11 + -8.2650e+02 1.433e-11 + -8.2525e+02 2.170e-11 + -8.2400e+02 3.760e-11 + -8.2275e+02 9.253e-11 + -8.2150e+02 2.840e-12 + -8.2025e+02 3.750e-11 + -8.1900e+02 8.154e-11 + -8.1775e+02 5.255e-11 + -8.1650e+02 1.265e-10 + -8.1525e+02 8.095e-11 + -8.1400e+02 3.625e-12 + -8.1275e+02 2.457e-11 + -8.1150e+02 2.448e-11 + -8.1025e+02 5.611e-11 + -8.0900e+02 9.871e-12 + -8.0775e+02 1.099e-10 + -8.0650e+02 9.786e-11 + -8.0525e+02 1.405e-11 + -8.0400e+02 1.122e-10 + -8.0275e+02 2.817e-11 + -8.0150e+02 3.697e-11 + -8.0025e+02 5.093e-11 + -7.9900e+02 5.134e-11 + -7.9775e+02 3.494e-11 + -7.9650e+02 1.183e-10 + -7.9525e+02 1.453e-10 + -7.9400e+02 2.057e-11 + -7.9275e+02 3.696e-10 + -7.9150e+02 1.694e-11 + -7.9025e+02 6.992e-11 + -7.8900e+02 7.440e-11 + -7.8775e+02 8.120e-12 + -7.8650e+02 1.156e-10 + -7.8525e+02 3.593e-11 + -7.8400e+02 2.859e-11 + -7.8275e+02 7.873e-11 + -7.8150e+02 5.593e-11 + -7.8025e+02 1.731e-10 + -7.7900e+02 2.384e-11 + -7.7775e+02 1.461e-10 + -7.7650e+02 5.686e-11 + -7.7525e+02 4.797e-11 + -7.7400e+02 7.664e-11 + -7.7275e+02 2.408e-11 + -7.7150e+02 5.124e-11 + -7.7025e+02 3.912e-11 + -7.6900e+02 2.509e-10 + -7.6775e+02 1.419e-10 + -7.6650e+02 5.449e-10 + -7.6525e+02 9.281e-12 + -7.6400e+02 3.419e-11 + -7.6275e+02 2.177e-10 + -7.6150e+02 3.089e-11 + -7.6025e+02 1.589e-10 + -7.5900e+02 1.068e-09 + -7.5775e+02 1.173e-10 + -7.5650e+02 2.205e-10 + -7.5525e+02 1.626e-10 + -7.5400e+02 2.111e-10 + -7.5275e+02 4.255e-11 + -7.5150e+02 2.228e-10 + -7.5025e+02 8.581e-11 + -7.4900e+02 1.246e-10 + -7.4775e+02 3.370e-10 + -7.4650e+02 2.217e-11 + -7.4525e+02 4.389e-11 + -7.4400e+02 8.299e-10 + -7.4275e+02 4.273e-10 + -7.4150e+02 2.468e-10 + -7.4025e+02 1.049e-11 + -7.3900e+02 2.535e-10 + -7.3775e+02 7.723e-10 + -7.3650e+02 1.694e-10 + -7.3525e+02 4.650e-10 + -7.3400e+02 2.405e-12 + -7.3275e+02 1.987e-10 + -7.3150e+02 2.076e-10 + -7.3025e+02 5.200e-10 + -7.2900e+02 5.374e-10 + -7.2775e+02 2.812e-10 + -7.2650e+02 1.507e-10 + -7.2525e+02 5.950e-10 + -7.2400e+02 9.718e-11 + -7.2275e+02 2.293e-10 + -7.2150e+02 5.444e-10 + -7.2025e+02 6.858e-11 + -7.1900e+02 2.962e-10 + -7.1775e+02 2.195e-10 + -7.1650e+02 1.487e-10 + -7.1525e+02 6.809e-10 + -7.1400e+02 1.460e-10 + -7.1275e+02 5.437e-10 + -7.1150e+02 6.578e-10 + -7.1025e+02 4.872e-10 + -7.0900e+02 4.240e-10 + -7.0775e+02 1.476e-11 + -7.0650e+02 1.008e-10 + -7.0525e+02 6.041e-10 + -7.0400e+02 1.969e-10 + -7.0275e+02 3.100e-10 + -7.0150e+02 2.326e-09 + -7.0025e+02 2.423e-10 + -6.9900e+02 1.089e-09 + -6.9775e+02 2.266e-10 + -6.9650e+02 1.296e-09 + -6.9525e+02 9.702e-10 + -6.9400e+02 4.163e-10 + -6.9275e+02 2.659e-10 + -6.9150e+02 3.995e-10 + -6.9025e+02 3.781e-10 + -6.8900e+02 3.388e-11 + -6.8775e+02 5.707e-10 + -6.8650e+02 3.013e-11 + -6.8525e+02 6.617e-10 + -6.8400e+02 3.219e-10 + -6.8275e+02 6.047e-10 + -6.8150e+02 4.438e-10 + -6.8025e+02 3.433e-10 + -6.7900e+02 5.980e-10 + -6.7775e+02 9.923e-11 + -6.7650e+02 3.133e-10 + -6.7525e+02 3.246e-10 + -6.7400e+02 1.616e-10 + -6.7275e+02 8.574e-11 + -6.7150e+02 2.125e-09 + -6.7025e+02 1.091e-09 + -6.6900e+02 1.661e-10 + -6.6775e+02 5.516e-11 + -6.6650e+02 5.846e-10 + -6.6525e+02 6.897e-10 + -6.6400e+02 1.307e-09 + -6.6275e+02 8.243e-10 + -6.6150e+02 7.939e-10 + -6.6025e+02 8.326e-10 + -6.5900e+02 1.155e-09 + -6.5775e+02 4.223e-10 + -6.5650e+02 1.105e-11 + -6.5525e+02 1.480e-09 + -6.5400e+02 9.234e-10 + -6.5275e+02 1.389e-09 + -6.5150e+02 5.462e-10 + -6.5025e+02 1.330e-09 + -6.4900e+02 1.447e-09 + -6.4775e+02 7.081e-11 + -6.4650e+02 3.533e-09 + -6.4525e+02 7.664e-11 + -6.4400e+02 5.782e-10 + -6.4275e+02 1.487e-09 + -6.4150e+02 2.389e-09 + -6.4025e+02 1.671e-10 + -6.3900e+02 3.316e-10 + -6.3775e+02 3.540e-10 + -6.3650e+02 5.040e-10 + -6.3525e+02 4.842e-09 + -6.3400e+02 2.818e-09 + -6.3275e+02 1.955e-09 + -6.3150e+02 1.711e-09 + -6.3025e+02 1.386e-10 + -6.2900e+02 3.503e-10 + -6.2775e+02 1.882e-09 + -6.2650e+02 1.208e-09 + -6.2525e+02 1.589e-09 + -6.2400e+02 2.407e-10 + -6.2275e+02 1.529e-09 + -6.2150e+02 7.006e-10 + -6.2025e+02 1.021e-09 + -6.1900e+02 1.483e-10 + -6.1775e+02 1.209e-09 + -6.1650e+02 7.340e-10 + -6.1525e+02 4.395e-10 + -6.1400e+02 2.842e-10 + -6.1275e+02 1.735e-09 + -6.1150e+02 1.558e-10 + -6.1025e+02 2.307e-09 + -6.0900e+02 5.567e-10 + -6.0775e+02 4.347e-10 + -6.0650e+02 6.465e-09 + -6.0525e+02 5.998e-09 + -6.0400e+02 5.430e-10 + -6.0275e+02 3.166e-09 + -6.0150e+02 1.450e-09 + -6.0025e+02 8.148e-10 + -5.9900e+02 5.828e-10 + -5.9775e+02 8.521e-09 + -5.9650e+02 1.938e-10 + -5.9525e+02 4.635e-09 + -5.9400e+02 1.391e-09 + -5.9275e+02 1.469e-09 + -5.9150e+02 3.943e-09 + -5.9025e+02 2.331e-10 + -5.8900e+02 1.753e-09 + -5.8775e+02 1.689e-09 + -5.8650e+02 6.929e-10 + -5.8525e+02 8.284e-10 + -5.8400e+02 1.216e-10 + -5.8275e+02 3.279e-10 + -5.8150e+02 5.907e-10 + -5.8025e+02 2.060e-10 + -5.7900e+02 9.068e-10 + -5.7775e+02 1.470e-09 + -5.7650e+02 9.208e-12 + -5.7525e+02 2.951e-09 + -5.7400e+02 1.791e-10 + -5.7275e+02 1.472e-09 + -5.7150e+02 5.643e-10 + -5.7025e+02 3.263e-09 + -5.6900e+02 7.726e-10 + -5.6775e+02 2.790e-09 + -5.6650e+02 3.430e-10 + -5.6525e+02 3.841e-09 + -5.6400e+02 5.962e-10 + -5.6275e+02 8.041e-09 + -5.6150e+02 2.134e-10 + -5.6025e+02 9.917e-10 + -5.5900e+02 9.765e-10 + -5.5775e+02 1.816e-09 + -5.5650e+02 1.554e-10 + -5.5525e+02 3.002e-09 + -5.5400e+02 5.698e-10 + -5.5275e+02 9.089e-10 + -5.5150e+02 5.962e-10 + -5.5025e+02 1.427e-09 + -5.4900e+02 8.036e-10 + -5.4775e+02 5.632e-10 + -5.4650e+02 7.866e-10 + -5.4525e+02 6.056e-10 + -5.4400e+02 1.004e-08 + -5.4275e+02 1.636e-09 + -5.4150e+02 5.345e-09 + -5.4025e+02 1.172e-09 + -5.3900e+02 1.066e-09 + -5.3775e+02 6.541e-10 + -5.3650e+02 1.439e-09 + -5.3525e+02 1.784e-09 + -5.3400e+02 2.914e-09 + -5.3275e+02 1.010e-08 + -5.3150e+02 4.096e-09 + -5.3025e+02 4.609e-10 + -5.2900e+02 2.024e-09 + -5.2775e+02 1.158e-10 + -5.2650e+02 2.356e-09 + -5.2525e+02 1.429e-09 + -5.2400e+02 2.211e-09 + -5.2275e+02 2.390e-09 + -5.2150e+02 1.708e-09 + -5.2025e+02 1.508e-09 + -5.1900e+02 5.126e-09 + -5.1775e+02 1.640e-09 + -5.1650e+02 5.178e-10 + -5.1525e+02 1.618e-10 + -5.1400e+02 3.427e-09 + -5.1275e+02 3.998e-10 + -5.1150e+02 1.219e-09 + -5.1025e+02 1.002e-09 + -5.0900e+02 7.367e-10 + -5.0775e+02 3.690e-10 + -5.0650e+02 6.880e-10 + -5.0525e+02 6.698e-10 + -5.0400e+02 1.938e-09 + -5.0275e+02 5.261e-09 + -5.0150e+02 3.389e-09 + -5.0025e+02 3.492e-09 + -4.9900e+02 3.613e-09 + -4.9775e+02 7.542e-09 + -4.9650e+02 4.959e-10 + -4.9525e+02 5.979e-10 + -4.9400e+02 1.775e-08 + -4.9275e+02 2.685e-09 + -4.9150e+02 2.041e-08 + -4.9025e+02 4.722e-09 + -4.8900e+02 1.120e-08 + -4.8775e+02 7.573e-10 + -4.8650e+02 2.610e-09 + -4.8525e+02 3.150e-09 + -4.8400e+02 1.072e-08 + -4.8275e+02 1.083e-08 + -4.8150e+02 4.760e-11 + -4.8025e+02 1.725e-09 + -4.7900e+02 5.954e-09 + -4.7775e+02 1.742e-08 + -4.7650e+02 7.150e-09 + -4.7525e+02 2.377e-08 + -4.7400e+02 7.659e-10 + -4.7275e+02 1.225e-09 + -4.7150e+02 4.367e-09 + -4.7025e+02 7.828e-09 + -4.6900e+02 2.414e-09 + -4.6775e+02 7.209e-09 + -4.6650e+02 3.886e-09 + -4.6525e+02 4.486e-09 + -4.6400e+02 3.752e-09 + -4.6275e+02 5.860e-09 + -4.6150e+02 9.808e-09 + -4.6025e+02 9.049e-09 + -4.5900e+02 1.206e-09 + -4.5775e+02 3.023e-09 + -4.5650e+02 5.270e-09 + -4.5525e+02 1.352e-10 + -4.5400e+02 1.823e-09 + -4.5275e+02 1.099e-08 + -4.5150e+02 3.392e-10 + -4.5025e+02 2.561e-09 + -4.4900e+02 8.829e-10 + -4.4775e+02 6.459e-09 + -4.4650e+02 1.922e-09 + -4.4525e+02 3.263e-09 + -4.4400e+02 3.966e-10 + -4.4275e+02 6.390e-09 + -4.4150e+02 2.495e-09 + -4.4025e+02 1.259e-08 + -4.3900e+02 8.738e-09 + -4.3775e+02 1.089e-09 + -4.3650e+02 7.989e-09 + -4.3525e+02 4.606e-09 + -4.3400e+02 1.412e-09 + -4.3275e+02 1.761e-08 + -4.3150e+02 3.234e-09 + -4.3025e+02 2.074e-10 + -4.2900e+02 1.416e-08 + -4.2775e+02 4.576e-09 + -4.2650e+02 6.667e-09 + -4.2525e+02 9.092e-09 + -4.2400e+02 9.554e-10 + -4.2275e+02 7.242e-09 + -4.2150e+02 3.327e-10 + -4.2025e+02 4.443e-09 + -4.1900e+02 4.243e-09 + -4.1775e+02 2.175e-09 + -4.1650e+02 3.453e-09 + -4.1525e+02 4.334e-09 + -4.1400e+02 1.633e-09 + -4.1275e+02 1.432e-09 + -4.1150e+02 6.886e-09 + -4.1025e+02 1.878e-09 + -4.0900e+02 9.399e-10 + -4.0775e+02 7.748e-09 + -4.0650e+02 6.560e-09 + -4.0525e+02 9.057e-10 + -4.0400e+02 3.072e-08 + -4.0275e+02 1.090e-09 + -4.0150e+02 2.154e-09 + -4.0025e+02 8.275e-10 + -3.9900e+02 1.685e-08 + -3.9775e+02 1.188e-08 + -3.9650e+02 1.478e-08 + -3.9525e+02 4.246e-10 + -3.9400e+02 1.353e-09 + -3.9275e+02 8.904e-09 + -3.9150e+02 1.428e-08 + -3.9025e+02 3.004e-09 + -3.8900e+02 5.211e-09 + -3.8775e+02 2.670e-08 + -3.8650e+02 5.218e-09 + -3.8525e+02 8.591e-09 + -3.8400e+02 2.705e-09 + -3.8275e+02 4.612e-09 + -3.8150e+02 1.262e-08 + -3.8025e+02 7.515e-09 + -3.7900e+02 1.146e-08 + -3.7775e+02 7.452e-09 + -3.7650e+02 5.973e-09 + -3.7525e+02 3.816e-09 + -3.7400e+02 2.044e-08 + -3.7275e+02 2.230e-08 + -3.7150e+02 1.119e-08 + -3.7025e+02 1.769e-09 + -3.6900e+02 1.504e-08 + -3.6775e+02 3.503e-08 + -3.6650e+02 5.938e-08 + -3.6525e+02 8.895e-09 + -3.6400e+02 2.165e-10 + -3.6275e+02 6.039e-09 + -3.6150e+02 6.867e-09 + -3.6025e+02 1.914e-08 + -3.5900e+02 5.613e-09 + -3.5775e+02 4.997e-09 + -3.5650e+02 2.949e-09 + -3.5525e+02 7.235e-09 + -3.5400e+02 3.379e-09 + -3.5275e+02 1.132e-08 + -3.5150e+02 6.493e-09 + -3.5025e+02 2.075e-09 + -3.4900e+02 3.622e-08 + -3.4775e+02 5.367e-10 + -3.4650e+02 2.562e-09 + -3.4525e+02 8.569e-10 + -3.4400e+02 1.878e-08 + -3.4275e+02 1.925e-08 + -3.4150e+02 2.297e-08 + -3.4025e+02 4.544e-10 + -3.3900e+02 1.562e-08 + -3.3775e+02 1.045e-08 + -3.3650e+02 1.620e-08 + -3.3525e+02 4.744e-09 + -3.3400e+02 6.864e-09 + -3.3275e+02 2.293e-09 + -3.3150e+02 2.905e-09 + -3.3025e+02 2.176e-08 + -3.2900e+02 4.903e-09 + -3.2775e+02 3.965e-09 + -3.2650e+02 1.202e-08 + -3.2525e+02 5.768e-09 + -3.2400e+02 1.161e-09 + -3.2275e+02 1.502e-08 + -3.2150e+02 1.941e-09 + -3.2025e+02 1.202e-10 + -3.1900e+02 3.071e-09 + -3.1775e+02 2.196e-08 + -3.1650e+02 1.750e-08 + -3.1525e+02 4.374e-08 + -3.1400e+02 6.027e-09 + -3.1275e+02 2.114e-08 + -3.1150e+02 4.767e-09 + -3.1025e+02 1.505e-08 + -3.0900e+02 7.173e-10 + -3.0775e+02 1.316e-09 + -3.0650e+02 3.591e-10 + -3.0525e+02 1.402e-08 + -3.0400e+02 7.242e-09 + -3.0275e+02 6.258e-09 + -3.0150e+02 6.960e-09 + -3.0025e+02 5.136e-09 + -2.9900e+02 2.207e-08 + -2.9775e+02 2.712e-09 + -2.9650e+02 4.775e-09 + -2.9525e+02 9.190e-09 + -2.9400e+02 1.182e-08 + -2.9275e+02 2.812e-09 + -2.9150e+02 6.429e-09 + -2.9025e+02 7.967e-08 + -2.8900e+02 1.763e-08 + -2.8775e+02 8.244e-09 + -2.8650e+02 1.423e-08 + -2.8525e+02 1.620e-09 + -2.8400e+02 8.136e-09 + -2.8275e+02 1.432e-08 + -2.8150e+02 4.706e-09 + -2.8025e+02 2.966e-08 + -2.7900e+02 8.409e-09 + -2.7775e+02 7.083e-10 + -2.7650e+02 2.749e-09 + -2.7525e+02 2.610e-09 + -2.7400e+02 2.451e-09 + -2.7275e+02 2.691e-10 + -2.7150e+02 1.139e-08 + -2.7025e+02 1.181e-08 + -2.6900e+02 8.092e-09 + -2.6775e+02 1.174e-09 + -2.6650e+02 1.155e-08 + -2.6525e+02 1.892e-08 + -2.6400e+02 1.054e-08 + -2.6275e+02 3.046e-08 + -2.6150e+02 1.036e-08 + -2.6025e+02 1.361e-08 + -2.5900e+02 2.806e-08 + -2.5775e+02 8.660e-09 + -2.5650e+02 5.930e-09 + -2.5525e+02 2.135e-08 + -2.5400e+02 9.534e-09 + -2.5275e+02 2.868e-09 + -2.5150e+02 4.753e-09 + -2.5025e+02 2.445e-08 + -2.4900e+02 1.541e-08 + -2.4775e+02 3.114e-08 + -2.4650e+02 1.073e-08 + -2.4525e+02 3.120e-09 + -2.4400e+02 1.531e-08 + -2.4275e+02 3.583e-08 + -2.4150e+02 5.100e-09 + -2.4025e+02 6.647e-09 + -2.3900e+02 9.095e-09 + -2.3775e+02 1.352e-08 + -2.3650e+02 2.231e-08 + -2.3525e+02 8.891e-09 + -2.3400e+02 1.831e-08 + -2.3275e+02 7.861e-09 + -2.3150e+02 7.936e-10 + -2.3025e+02 6.474e-09 + -2.2900e+02 3.548e-10 + -2.2775e+02 2.055e-09 + -2.2650e+02 4.315e-09 + -2.2525e+02 4.266e-08 + -2.2400e+02 3.148e-09 + -2.2275e+02 2.028e-08 + -2.2150e+02 9.799e-09 + -2.2025e+02 6.977e-09 + -2.1900e+02 3.605e-09 + -2.1775e+02 1.017e-08 + -2.1650e+02 4.880e-09 + -2.1525e+02 9.441e-09 + -2.1400e+02 8.604e-09 + -2.1275e+02 6.156e-09 + -2.1150e+02 3.443e-08 + -2.1025e+02 8.569e-09 + -2.0900e+02 3.602e-09 + -2.0775e+02 2.123e-08 + -2.0650e+02 1.146e-09 + -2.0525e+02 3.292e-09 + -2.0400e+02 3.247e-10 + -2.0275e+02 6.685e-09 + -2.0150e+02 6.337e-09 + -2.0025e+02 5.284e-09 + -1.9900e+02 1.828e-11 + -1.9775e+02 1.176e-08 + -1.9650e+02 4.723e-09 + -1.9525e+02 7.920e-09 + -1.9400e+02 4.873e-10 + -1.9275e+02 2.911e-09 + -1.9150e+02 5.300e-10 + -1.9025e+02 1.011e-08 + -1.8900e+02 6.245e-09 + -1.8775e+02 7.435e-09 + -1.8650e+02 2.017e-08 + -1.8525e+02 8.545e-11 + -1.8400e+02 6.595e-10 + -1.8275e+02 4.051e-09 + -1.8150e+02 9.066e-10 + -1.8025e+02 6.688e-09 + -1.7900e+02 2.225e-09 + -1.7775e+02 2.464e-09 + -1.7650e+02 4.680e-09 + -1.7525e+02 1.691e-09 + -1.7400e+02 6.229e-09 + -1.7275e+02 6.617e-10 + -1.7150e+02 3.913e-09 + -1.7025e+02 2.125e-11 + -1.6900e+02 1.190e-09 + -1.6775e+02 1.447e-11 + -1.6650e+02 1.101e-09 + -1.6525e+02 2.151e-10 + -1.6400e+02 7.740e-11 + -1.6275e+02 1.497e-10 + -1.6150e+02 6.660e-11 + -1.6025e+02 1.244e-10 + -1.5900e+02 2.786e-10 + -1.5775e+02 7.348e-11 + -1.5650e+02 4.592e-11 + -1.5525e+02 2.880e-11 + -1.5400e+02 4.281e-11 + -1.5275e+02 3.004e-11 + -1.5150e+02 3.983e-11 + -1.5025e+02 4.583e-11 + -1.4900e+02 4.273e-10 + -1.4775e+02 1.103e-10 + -1.4650e+02 9.509e-12 + -1.4525e+02 2.457e-11 + -1.4400e+02 3.051e-11 + -1.4275e+02 2.744e-11 + -1.4150e+02 4.149e-11 + -1.4025e+02 1.211e-11 + -1.3900e+02 5.705e-11 + -1.3775e+02 1.334e-11 + -1.3650e+02 1.172e-10 + -1.3525e+02 8.448e-11 + -1.3400e+02 3.782e-11 + -1.3275e+02 1.238e-10 + -1.3150e+02 6.895e-11 + -1.3025e+02 6.556e-13 + -1.2900e+02 1.314e-11 + -1.2775e+02 3.670e-11 + -1.2650e+02 7.609e-11 + -1.2525e+02 4.928e-11 + -1.2400e+02 2.553e-11 + -1.2275e+02 9.139e-12 + -1.2150e+02 4.917e-11 + -1.2025e+02 4.896e-11 + -1.1900e+02 5.873e-12 + -1.1775e+02 1.656e-11 + -1.1650e+02 4.501e-11 + -1.1525e+02 3.059e-11 + -1.1400e+02 8.552e-12 + -1.1275e+02 2.737e-11 + -1.1150e+02 1.672e-12 + -1.1025e+02 7.768e-12 + -1.0900e+02 1.257e-11 + -1.0775e+02 1.750e-11 + -1.0650e+02 3.334e-11 + -1.0525e+02 1.114e-11 + -1.0400e+02 4.988e-11 + -1.0275e+02 3.281e-11 + -1.0150e+02 2.667e-11 + -1.0025e+02 1.566e-10 + -9.9000e+01 1.104e-11 + -9.7750e+01 1.843e-11 + -9.6500e+01 5.437e-12 + -9.5250e+01 1.568e-11 + -9.4000e+01 2.307e-11 + -9.2750e+01 1.684e-11 + -9.1500e+01 6.255e-12 + -9.0250e+01 3.101e-12 + -8.9000e+01 2.973e-11 + -8.7750e+01 2.304e-12 + -8.6500e+01 9.113e-12 + -8.5250e+01 4.836e-12 + -8.4000e+01 2.931e-11 + -8.2750e+01 5.762e-12 + -8.1500e+01 7.435e-12 + -8.0250e+01 2.826e-12 + -7.9000e+01 6.477e-12 + -7.7750e+01 1.152e-11 + -7.6500e+01 1.401e-12 + -7.5250e+01 5.266e-12 + -7.4000e+01 1.075e-11 + -7.2750e+01 8.565e-14 + -7.1500e+01 6.754e-13 + -7.0250e+01 5.804e-12 + -6.9000e+01 6.724e-12 + -6.7750e+01 7.813e-12 + -6.6500e+01 1.330e-12 + -6.5250e+01 6.294e-12 + -6.4000e+01 2.334e-13 + -6.2750e+01 2.410e-12 + -6.1500e+01 7.423e-12 + -6.0250e+01 3.102e-12 + -5.9000e+01 7.594e-13 + -5.7750e+01 2.326e-12 + -5.6500e+01 5.011e-13 + -5.5250e+01 8.259e-12 + -5.4000e+01 1.480e-12 + -5.2750e+01 2.134e-12 + -5.1500e+01 2.011e-12 + -5.0250e+01 3.446e-13 + -4.9000e+01 7.146e-14 + -4.7750e+01 5.143e-12 + -4.6500e+01 6.447e-13 + -4.5250e+01 5.796e-13 + -4.4000e+01 2.688e-13 + -4.2750e+01 6.100e-13 + -4.1500e+01 1.382e-13 + -4.0250e+01 7.004e-14 + -3.9000e+01 4.018e-14 + -3.7750e+01 2.699e-14 + -3.6500e+01 5.560e-14 + -3.5250e+01 1.890e-13 + -3.4000e+01 3.112e-13 + -3.2750e+01 5.246e-13 + -3.1500e+01 1.278e-14 + -3.0250e+01 5.249e-13 + -2.9000e+01 2.373e-14 + -2.7750e+01 6.153e-13 + -2.6500e+01 1.743e-13 + -2.5250e+01 2.754e-14 + -2.4000e+01 4.398e-13 + -2.2750e+01 7.595e-14 + -2.1500e+01 2.473e-14 + -2.0250e+01 1.654e-15 + -1.9000e+01 3.359e-13 + -1.7750e+01 1.849e-13 + -1.6500e+01 9.603e-14 + -1.5250e+01 5.809e-14 + -1.4000e+01 3.304e-14 + -1.2750e+01 4.855e-16 + -1.1500e+01 3.149e-14 + -1.0250e+01 1.364e-14 + -9.0000e+00 4.260e-14 + -7.7500e+00 1.781e-13 + -6.5000e+00 2.126e-14 + -5.2500e+00 6.729e-15 + -4.0000e+00 1.465e-14 + -2.7500e+00 5.897e-14 + -1.5000e+00 9.793e-14 + -2.5000e-01 1.329e-13 + + -1.0240e+03 2.420e-14 + -1.0228e+03 1.525e-14 + -1.0215e+03 6.924e-14 + -1.0202e+03 9.168e-15 + -1.0190e+03 1.219e-13 + -1.0178e+03 3.636e-15 + -1.0165e+03 1.423e-14 + -1.0152e+03 1.323e-14 + -1.0140e+03 5.092e-14 + -1.0128e+03 3.285e-14 + -1.0115e+03 2.028e-14 + -1.0102e+03 1.855e-14 + -1.0090e+03 2.016e-14 + -1.0078e+03 2.005e-15 + -1.0065e+03 1.177e-15 + -1.0052e+03 2.537e-14 + -1.0040e+03 2.634e-14 + -1.0028e+03 7.817e-15 + -1.0015e+03 8.662e-14 + -1.0002e+03 1.914e-15 + -9.9900e+02 3.024e-14 + -9.9775e+02 1.619e-14 + -9.9650e+02 1.305e-14 + -9.9525e+02 4.087e-14 + -9.9400e+02 2.857e-14 + -9.9275e+02 4.639e-14 + -9.9150e+02 7.378e-14 + -9.9025e+02 1.248e-13 + -9.8900e+02 3.104e-14 + -9.8775e+02 1.647e-14 + -9.8650e+02 9.726e-15 + -9.8525e+02 3.613e-14 + -9.8400e+02 1.526e-15 + -9.8275e+02 9.883e-14 + -9.8150e+02 2.519e-14 + -9.8025e+02 1.313e-14 + -9.7900e+02 1.104e-13 + -9.7775e+02 5.206e-15 + -9.7650e+02 8.391e-15 + -9.7525e+02 7.076e-15 + -9.7400e+02 7.346e-15 + -9.7275e+02 4.130e-14 + -9.7150e+02 1.053e-14 + -9.7025e+02 8.328e-14 + -9.6900e+02 4.716e-15 + -9.6775e+02 1.090e-14 + -9.6650e+02 8.812e-15 + -9.6525e+02 5.458e-14 + -9.6400e+02 9.398e-15 + -9.6275e+02 2.222e-14 + -9.6150e+02 2.662e-14 + -9.6025e+02 5.455e-14 + -9.5900e+02 9.244e-15 + -9.5775e+02 2.368e-14 + -9.5650e+02 2.588e-14 + -9.5525e+02 5.819e-14 + -9.5400e+02 5.200e-14 + -9.5275e+02 2.467e-14 + -9.5150e+02 6.883e-15 + -9.5025e+02 3.317e-15 + -9.4900e+02 1.120e-13 + -9.4775e+02 3.959e-14 + -9.4650e+02 3.558e-14 + -9.4525e+02 3.261e-14 + -9.4400e+02 2.252e-14 + -9.4275e+02 3.559e-14 + -9.4150e+02 1.018e-13 + -9.4025e+02 3.103e-14 + -9.3900e+02 5.302e-14 + -9.3775e+02 3.300e-14 + -9.3650e+02 3.028e-14 + -9.3525e+02 2.947e-14 + -9.3400e+02 1.865e-13 + -9.3275e+02 9.919e-14 + -9.3150e+02 1.731e-14 + -9.3025e+02 1.327e-13 + -9.2900e+02 1.194e-14 + -9.2775e+02 4.296e-14 + -9.2650e+02 4.444e-14 + -9.2525e+02 9.230e-14 + -9.2400e+02 6.626e-14 + -9.2275e+02 1.430e-13 + -9.2150e+02 1.200e-14 + -9.2025e+02 2.464e-14 + -9.1900e+02 1.668e-14 + -9.1775e+02 8.055e-14 + -9.1650e+02 1.862e-13 + -9.1525e+02 4.465e-14 + -9.1400e+02 3.229e-14 + -9.1275e+02 6.295e-14 + -9.1150e+02 1.412e-13 + -9.1025e+02 1.259e-14 + -9.0900e+02 2.773e-13 + -9.0775e+02 3.771e-14 + -9.0650e+02 7.708e-14 + -9.0525e+02 1.110e-13 + -9.0400e+02 1.146e-14 + -9.0275e+02 1.385e-13 + -9.0150e+02 1.037e-14 + -9.0025e+02 6.821e-14 + -8.9900e+02 2.074e-13 + -8.9775e+02 1.769e-13 + -8.9650e+02 1.616e-13 + -8.9525e+02 3.968e-13 + -8.9400e+02 4.350e-13 + -8.9275e+02 2.463e-14 + -8.9150e+02 6.236e-15 + -8.9025e+02 2.128e-13 + -8.8900e+02 3.559e-13 + -8.8775e+02 1.070e-13 + -8.8650e+02 6.495e-13 + -8.8525e+02 2.563e-13 + -8.8400e+02 6.237e-13 + -8.8275e+02 4.540e-13 + -8.8150e+02 2.488e-14 + -8.8025e+02 1.030e-13 + -8.7900e+02 4.646e-14 + -8.7775e+02 1.320e-13 + -8.7650e+02 6.868e-14 + -8.7525e+02 6.044e-14 + -8.7400e+02 1.619e-13 + -8.7275e+02 7.429e-14 + -8.7150e+02 4.965e-13 + -8.7025e+02 4.826e-14 + -8.6900e+02 2.317e-13 + -8.6775e+02 1.380e-13 + -8.6650e+02 7.225e-13 + -8.6525e+02 2.408e-14 + -8.6400e+02 4.304e-13 + -8.6275e+02 2.188e-13 + -8.6150e+02 1.626e-13 + -8.6025e+02 8.301e-13 + -8.5900e+02 3.564e-12 + -8.5775e+02 5.277e-12 + -8.5650e+02 3.715e-13 + -8.5525e+02 1.535e-13 + -8.5400e+02 1.439e-12 + -8.5275e+02 1.968e-12 + -8.5150e+02 1.611e-12 + -8.5025e+02 6.674e-13 + -8.4900e+02 8.092e-13 + -8.4775e+02 1.343e-12 + -8.4650e+02 4.053e-12 + -8.4525e+02 7.223e-12 + -8.4400e+02 4.144e-13 + -8.4275e+02 1.862e-12 + -8.4150e+02 4.609e-12 + -8.4025e+02 1.051e-11 + -8.3900e+02 1.804e-13 + -8.3775e+02 2.032e-12 + -8.3650e+02 5.610e-13 + -8.3525e+02 8.423e-12 + -8.3400e+02 5.418e-12 + -8.3275e+02 9.602e-13 + -8.3150e+02 2.168e-12 + -8.3025e+02 3.274e-13 + -8.2900e+02 1.015e-12 + -8.2775e+02 2.893e-12 + -8.2650e+02 3.583e-12 + -8.2525e+02 8.288e-12 + -8.2400e+02 1.269e-12 + -8.2275e+02 3.747e-12 + -8.2150e+02 1.466e-13 + -8.2025e+02 1.125e-11 + -8.1900e+02 2.361e-12 + -8.1775e+02 1.148e-12 + -8.1650e+02 4.944e-12 + -8.1525e+02 2.851e-11 + -8.1400e+02 2.658e-12 + -8.1275e+02 1.884e-11 + -8.1150e+02 1.940e-11 + -8.1025e+02 1.276e-11 + -8.0900e+02 5.152e-12 + -8.0775e+02 7.238e-12 + -8.0650e+02 4.523e-13 + -8.0525e+02 1.657e-11 + -8.0400e+02 2.103e-11 + -8.0275e+02 1.528e-11 + -8.0150e+02 1.064e-11 + -8.0025e+02 4.037e-12 + -7.9900e+02 5.461e-11 + -7.9775e+02 2.892e-11 + -7.9650e+02 7.728e-12 + -7.9525e+02 1.596e-11 + -7.9400e+02 4.311e-12 + -7.9275e+02 5.396e-11 + -7.9150e+02 3.542e-11 + -7.9025e+02 4.616e-11 + -7.8900e+02 2.437e-12 + -7.8775e+02 1.425e-11 + -7.8650e+02 5.540e-11 + -7.8525e+02 2.277e-11 + -7.8400e+02 1.518e-11 + -7.8275e+02 1.670e-11 + -7.8150e+02 4.548e-11 + -7.8025e+02 2.192e-11 + -7.7900e+02 1.283e-11 + -7.7775e+02 9.303e-11 + -7.7650e+02 2.409e-11 + -7.7525e+02 4.577e-11 + -7.7400e+02 4.652e-11 + -7.7275e+02 5.746e-12 + -7.7150e+02 7.623e-11 + -7.7025e+02 9.038e-11 + -7.6900e+02 5.408e-11 + -7.6775e+02 1.263e-10 + -7.6650e+02 2.148e-11 + -7.6525e+02 9.043e-12 + -7.6400e+02 1.612e-11 + -7.6275e+02 4.503e-11 + -7.6150e+02 2.891e-11 + -7.6025e+02 5.914e-11 + -7.5900e+02 5.601e-11 + -7.5775e+02 6.120e-11 + -7.5650e+02 2.471e-10 + -7.5525e+02 3.912e-10 + -7.5400e+02 3.414e-10 + -7.5275e+02 7.238e-11 + -7.5150e+02 1.319e-11 + -7.5025e+02 1.705e-10 + -7.4900e+02 1.334e-10 + -7.4775e+02 1.231e-10 + -7.4650e+02 4.152e-11 + -7.4525e+02 8.313e-11 + -7.4400e+02 1.023e-10 + -7.4275e+02 6.010e-10 + -7.4150e+02 3.159e-11 + -7.4025e+02 6.506e-10 + -7.3900e+02 5.042e-11 + -7.3775e+02 2.773e-10 + -7.3650e+02 6.573e-11 + -7.3525e+02 1.504e-10 + -7.3400e+02 9.371e-11 + -7.3275e+02 4.661e-10 + -7.3150e+02 4.015e-10 + -7.3025e+02 3.222e-10 + -7.2900e+02 8.634e-11 + -7.2775e+02 5.344e-11 + -7.2650e+02 3.202e-11 + -7.2525e+02 1.074e-10 + -7.2400e+02 4.668e-10 + -7.2275e+02 5.354e-11 + -7.2150e+02 3.406e-10 + -7.2025e+02 3.166e-10 + -7.1900e+02 4.676e-11 + -7.1775e+02 2.422e-10 + -7.1650e+02 1.446e-10 + -7.1525e+02 1.468e-09 + -7.1400e+02 6.320e-11 + -7.1275e+02 6.897e-11 + -7.1150e+02 3.025e-10 + -7.1025e+02 1.558e-10 + -7.0900e+02 1.003e-10 + -7.0775e+02 6.266e-11 + -7.0650e+02 3.852e-10 + -7.0525e+02 2.255e-10 + -7.0400e+02 2.458e-10 + -7.0275e+02 2.891e-10 + -7.0150e+02 1.162e-09 + -7.0025e+02 1.966e-10 + -6.9900e+02 5.687e-11 + -6.9775e+02 1.174e-10 + -6.9650e+02 9.901e-10 + -6.9525e+02 2.489e-10 + -6.9400e+02 8.120e-10 + -6.9275e+02 2.899e-10 + -6.9150e+02 1.961e-11 + -6.9025e+02 1.043e-09 + -6.8900e+02 1.490e-10 + -6.8775e+02 5.182e-11 + -6.8650e+02 4.929e-10 + -6.8525e+02 3.264e-10 + -6.8400e+02 5.900e-11 + -6.8275e+02 1.816e-10 + -6.8150e+02 3.210e-10 + -6.8025e+02 3.594e-10 + -6.7900e+02 4.993e-10 + -6.7775e+02 8.010e-12 + -6.7650e+02 3.677e-10 + -6.7525e+02 1.314e-10 + -6.7400e+02 2.881e-11 + -6.7275e+02 7.458e-10 + -6.7150e+02 5.775e-10 + -6.7025e+02 7.512e-11 + -6.6900e+02 2.790e-10 + -6.6775e+02 5.233e-11 + -6.6650e+02 1.743e-10 + -6.6525e+02 7.048e-10 + -6.6400e+02 1.767e-09 + -6.6275e+02 9.900e-11 + -6.6150e+02 4.809e-10 + -6.6025e+02 9.542e-10 + -6.5900e+02 1.693e-09 + -6.5775e+02 1.616e-09 + -6.5650e+02 1.131e-09 + -6.5525e+02 7.834e-10 + -6.5400e+02 6.635e-10 + -6.5275e+02 1.200e-09 + -6.5150e+02 2.737e-10 + -6.5025e+02 1.435e-09 + -6.4900e+02 2.110e-09 + -6.4775e+02 9.470e-10 + -6.4650e+02 1.429e-10 + -6.4525e+02 1.122e-09 + -6.4400e+02 6.970e-10 + -6.4275e+02 1.049e-09 + -6.4150e+02 1.793e-09 + -6.4025e+02 2.526e-09 + -6.3900e+02 5.053e-10 + -6.3775e+02 2.443e-10 + -6.3650e+02 5.828e-11 + -6.3525e+02 1.045e-09 + -6.3400e+02 1.008e-09 + -6.3275e+02 2.032e-09 + -6.3150e+02 1.758e-09 + -6.3025e+02 6.396e-10 + -6.2900e+02 4.967e-10 + -6.2775e+02 1.466e-10 + -6.2650e+02 1.119e-09 + -6.2525e+02 1.768e-09 + -6.2400e+02 7.234e-10 + -6.2275e+02 1.172e-09 + -6.2150e+02 5.909e-10 + -6.2025e+02 1.984e-09 + -6.1900e+02 3.903e-09 + -6.1775e+02 1.229e-09 + -6.1650e+02 2.575e-09 + -6.1525e+02 4.021e-11 + -6.1400e+02 2.309e-10 + -6.1275e+02 1.281e-09 + -6.1150e+02 9.155e-10 + -6.1025e+02 2.443e-09 + -6.0900e+02 3.512e-10 + -6.0775e+02 2.926e-10 + -6.0650e+02 1.978e-09 + -6.0525e+02 1.774e-09 + -6.0400e+02 5.570e-09 + -6.0275e+02 2.240e-09 + -6.0150e+02 3.117e-10 + -6.0025e+02 2.315e-11 + -5.9900e+02 1.045e-09 + -5.9775e+02 1.793e-12 + -5.9650e+02 3.600e-09 + -5.9525e+02 5.100e-11 + -5.9400e+02 5.693e-10 + -5.9275e+02 8.802e-10 + -5.9150e+02 4.993e-10 + -5.9025e+02 1.556e-09 + -5.8900e+02 1.545e-10 + -5.8775e+02 3.265e-09 + -5.8650e+02 1.546e-11 + -5.8525e+02 8.540e-10 + -5.8400e+02 2.586e-09 + -5.8275e+02 4.804e-10 + -5.8150e+02 1.964e-09 + -5.8025e+02 6.780e-10 + -5.7900e+02 5.527e-10 + -5.7775e+02 1.577e-11 + -5.7650e+02 1.318e-09 + -5.7525e+02 3.468e-09 + -5.7400e+02 1.228e-09 + -5.7275e+02 4.181e-09 + -5.7150e+02 2.686e-09 + -5.7025e+02 6.073e-09 + -5.6900e+02 5.334e-10 + -5.6775e+02 2.568e-09 + -5.6650e+02 4.848e-09 + -5.6525e+02 2.066e-09 + -5.6400e+02 4.265e-09 + -5.6275e+02 2.377e-09 + -5.6150e+02 2.373e-09 + -5.6025e+02 2.575e-09 + -5.5900e+02 1.801e-09 + -5.5775e+02 7.469e-10 + -5.5650e+02 3.052e-10 + -5.5525e+02 2.734e-09 + -5.5400e+02 2.591e-10 + -5.5275e+02 1.399e-09 + -5.5150e+02 9.554e-10 + -5.5025e+02 1.274e-09 + -5.4900e+02 8.295e-09 + -5.4775e+02 6.334e-10 + -5.4650e+02 4.696e-10 + -5.4525e+02 1.382e-09 + -5.4400e+02 5.781e-09 + -5.4275e+02 1.450e-09 + -5.4150e+02 2.945e-09 + -5.4025e+02 2.355e-10 + -5.3900e+02 5.318e-11 + -5.3775e+02 2.428e-09 + -5.3650e+02 7.876e-10 + -5.3525e+02 2.689e-09 + -5.3400e+02 6.064e-10 + -5.3275e+02 2.243e-09 + -5.3150e+02 1.697e-09 + -5.3025e+02 3.419e-10 + -5.2900e+02 2.329e-09 + -5.2775e+02 1.070e-09 + -5.2650e+02 1.658e-09 + -5.2525e+02 4.879e-10 + -5.2400e+02 5.895e-10 + -5.2275e+02 5.822e-10 + -5.2150e+02 1.159e-09 + -5.2025e+02 1.882e-09 + -5.1900e+02 5.408e-11 + -5.1775e+02 1.021e-09 + -5.1650e+02 5.823e-10 + -5.1525e+02 6.804e-10 + -5.1400e+02 2.041e-09 + -5.1275e+02 7.249e-09 + -5.1150e+02 1.434e-09 + -5.1025e+02 4.432e-09 + -5.0900e+02 4.330e-09 + -5.0775e+02 1.622e-09 + -5.0650e+02 1.985e-09 + -5.0525e+02 4.835e-10 + -5.0400e+02 2.173e-10 + -5.0275e+02 5.418e-09 + -5.0150e+02 7.057e-09 + -5.0025e+02 1.621e-09 + -4.9900e+02 1.215e-09 + -4.9775e+02 5.806e-09 + -4.9650e+02 1.026e-09 + -4.9525e+02 7.901e-09 + -4.9400e+02 2.872e-09 + -4.9275e+02 3.284e-09 + -4.9150e+02 1.633e-08 + -4.9025e+02 3.986e-09 + -4.8900e+02 8.417e-10 + -4.8775e+02 3.288e-09 + -4.8650e+02 3.174e-09 + -4.8525e+02 5.002e-09 + -4.8400e+02 2.863e-09 + -4.8275e+02 1.339e-09 + -4.8150e+02 1.824e-09 + -4.8025e+02 1.750e-09 + -4.7900e+02 3.077e-09 + -4.7775e+02 4.373e-09 + -4.7650e+02 5.303e-09 + -4.7525e+02 5.610e-09 + -4.7400e+02 7.807e-09 + -4.7275e+02 4.458e-09 + -4.7150e+02 1.892e-09 + -4.7025e+02 8.797e-10 + -4.6900e+02 2.725e-09 + -4.6775e+02 4.452e-09 + -4.6650e+02 6.087e-09 + -4.6525e+02 5.111e-09 + -4.6400e+02 2.569e-09 + -4.6275e+02 6.162e-09 + -4.6150e+02 7.115e-09 + -4.6025e+02 2.781e-09 + -4.5900e+02 4.875e-09 + -4.5775e+02 1.770e-08 + -4.5650e+02 9.510e-10 + -4.5525e+02 1.172e-08 + -4.5400e+02 1.982e-08 + -4.5275e+02 5.547e-09 + -4.5150e+02 3.567e-09 + -4.5025e+02 6.451e-09 + -4.4900e+02 9.158e-10 + -4.4775e+02 6.882e-09 + -4.4650e+02 1.317e-08 + -4.4525e+02 1.597e-09 + -4.4400e+02 4.133e-09 + -4.4275e+02 8.913e-09 + -4.4150e+02 4.515e-09 + -4.4025e+02 5.368e-10 + -4.3900e+02 6.000e-09 + -4.3775e+02 4.992e-09 + -4.3650e+02 1.697e-10 + -4.3525e+02 4.030e-10 + -4.3400e+02 6.144e-09 + -4.3275e+02 5.743e-09 + -4.3150e+02 2.194e-09 + -4.3025e+02 2.319e-09 + -4.2900e+02 1.158e-09 + -4.2775e+02 5.033e-10 + -4.2650e+02 9.562e-09 + -4.2525e+02 9.518e-10 + -4.2400e+02 9.202e-09 + -4.2275e+02 2.415e-09 + -4.2150e+02 4.811e-09 + -4.2025e+02 4.375e-09 + -4.1900e+02 1.970e-09 + -4.1775e+02 2.063e-09 + -4.1650e+02 6.569e-09 + -4.1525e+02 1.547e-10 + -4.1400e+02 2.308e-11 + -4.1275e+02 3.872e-09 + -4.1150e+02 1.697e-08 + -4.1025e+02 8.266e-09 + -4.0900e+02 3.097e-09 + -4.0775e+02 1.609e-09 + -4.0650e+02 4.132e-09 + -4.0525e+02 6.298e-09 + -4.0400e+02 3.517e-09 + -4.0275e+02 1.456e-09 + -4.0150e+02 2.033e-08 + -4.0025e+02 8.942e-10 + -3.9900e+02 8.358e-09 + -3.9775e+02 5.427e-09 + -3.9650e+02 1.524e-08 + -3.9525e+02 5.155e-09 + -3.9400e+02 4.625e-09 + -3.9275e+02 1.454e-08 + -3.9150e+02 4.351e-09 + -3.9025e+02 4.956e-10 + -3.8900e+02 1.279e-08 + -3.8775e+02 7.701e-10 + -3.8650e+02 5.187e-09 + -3.8525e+02 6.896e-09 + -3.8400e+02 2.649e-09 + -3.8275e+02 4.833e-09 + -3.8150e+02 4.239e-09 + -3.8025e+02 4.141e-09 + -3.7900e+02 3.735e-09 + -3.7775e+02 3.075e-09 + -3.7650e+02 1.394e-09 + -3.7525e+02 2.675e-09 + -3.7400e+02 4.563e-09 + -3.7275e+02 1.162e-09 + -3.7150e+02 9.109e-09 + -3.7025e+02 6.605e-09 + -3.6900e+02 1.211e-09 + -3.6775e+02 1.941e-08 + -3.6650e+02 7.136e-09 + -3.6525e+02 1.032e-08 + -3.6400e+02 1.960e-08 + -3.6275e+02 2.900e-09 + -3.6150e+02 1.061e-08 + -3.6025e+02 1.760e-08 + -3.5900e+02 1.439e-08 + -3.5775e+02 6.675e-09 + -3.5650e+02 1.277e-09 + -3.5525e+02 1.742e-08 + -3.5400e+02 2.084e-08 + -3.5275e+02 2.239e-08 + -3.5150e+02 3.317e-08 + -3.5025e+02 1.229e-09 + -3.4900e+02 1.539e-08 + -3.4775e+02 3.766e-08 + -3.4650e+02 2.917e-09 + -3.4525e+02 5.775e-09 + -3.4400e+02 8.178e-09 + -3.4275e+02 4.276e-09 + -3.4150e+02 1.156e-08 + -3.4025e+02 3.984e-09 + -3.3900e+02 1.198e-08 + -3.3775e+02 6.767e-09 + -3.3650e+02 2.946e-08 + -3.3525e+02 3.798e-10 + -3.3400e+02 4.516e-09 + -3.3275e+02 1.382e-09 + -3.3150e+02 3.578e-09 + -3.3025e+02 8.768e-09 + -3.2900e+02 1.072e-08 + -3.2775e+02 2.819e-09 + -3.2650e+02 2.987e-09 + -3.2525e+02 7.001e-09 + -3.2400e+02 2.665e-08 + -3.2275e+02 1.473e-09 + -3.2150e+02 1.446e-08 + -3.2025e+02 1.470e-09 + -3.1900e+02 3.582e-09 + -3.1775e+02 9.856e-09 + -3.1650e+02 8.044e-09 + -3.1525e+02 6.926e-09 + -3.1400e+02 5.810e-09 + -3.1275e+02 2.059e-08 + -3.1150e+02 6.315e-09 + -3.1025e+02 1.945e-08 + -3.0900e+02 3.101e-09 + -3.0775e+02 2.000e-08 + -3.0650e+02 5.688e-09 + -3.0525e+02 1.627e-08 + -3.0400e+02 1.321e-09 + -3.0275e+02 1.726e-08 + -3.0150e+02 1.717e-08 + -3.0025e+02 5.121e-10 + -2.9900e+02 3.415e-09 + -2.9775e+02 2.124e-08 + -2.9650e+02 2.966e-09 + -2.9525e+02 8.150e-09 + -2.9400e+02 5.881e-09 + -2.9275e+02 8.281e-08 + -2.9150e+02 1.456e-10 + -2.9025e+02 9.908e-09 + -2.8900e+02 1.671e-09 + -2.8775e+02 1.065e-08 + -2.8650e+02 1.161e-08 + -2.8525e+02 1.723e-08 + -2.8400e+02 5.673e-09 + -2.8275e+02 1.483e-08 + -2.8150e+02 8.427e-09 + -2.8025e+02 6.416e-09 + -2.7900e+02 1.713e-11 + -2.7775e+02 4.177e-08 + -2.7650e+02 1.966e-09 + -2.7525e+02 3.118e-09 + -2.7400e+02 4.287e-09 + -2.7275e+02 1.178e-09 + -2.7150e+02 1.014e-09 + -2.7025e+02 8.747e-09 + -2.6900e+02 1.030e-08 + -2.6775e+02 1.171e-08 + -2.6650e+02 3.968e-09 + -2.6525e+02 7.833e-09 + -2.6400e+02 1.983e-08 + -2.6275e+02 7.446e-10 + -2.6150e+02 2.292e-09 + -2.6025e+02 7.750e-09 + -2.5900e+02 4.375e-09 + -2.5775e+02 3.754e-09 + -2.5650e+02 1.405e-08 + -2.5525e+02 1.552e-09 + -2.5400e+02 1.212e-09 + -2.5275e+02 7.537e-09 + -2.5150e+02 3.107e-09 + -2.5025e+02 1.579e-09 + -2.4900e+02 3.145e-09 + -2.4775e+02 2.072e-09 + -2.4650e+02 4.431e-09 + -2.4525e+02 2.741e-09 + -2.4400e+02 4.127e-09 + -2.4275e+02 8.236e-09 + -2.4150e+02 9.661e-09 + -2.4025e+02 2.273e-09 + -2.3900e+02 5.950e-09 + -2.3775e+02 4.570e-09 + -2.3650e+02 2.178e-08 + -2.3525e+02 8.798e-10 + -2.3400e+02 1.412e-09 + -2.3275e+02 1.927e-09 + -2.3150e+02 2.484e-10 + -2.3025e+02 6.517e-10 + -2.2900e+02 4.655e-09 + -2.2775e+02 3.197e-09 + -2.2650e+02 1.392e-08 + -2.2525e+02 4.013e-09 + -2.2400e+02 3.363e-09 + -2.2275e+02 1.398e-10 + -2.2150e+02 4.294e-09 + -2.2025e+02 3.034e-10 + -2.1900e+02 6.983e-10 + -2.1775e+02 1.336e-09 + -2.1650e+02 6.103e-09 + -2.1525e+02 2.692e-09 + -2.1400e+02 7.487e-10 + -2.1275e+02 1.008e-08 + -2.1150e+02 5.814e-09 + -2.1025e+02 8.814e-09 + -2.0900e+02 1.148e-09 + -2.0775e+02 1.584e-10 + -2.0650e+02 8.319e-11 + -2.0525e+02 9.617e-11 + -2.0400e+02 3.840e-09 + -2.0275e+02 1.142e-09 + -2.0150e+02 5.178e-10 + -2.0025e+02 2.897e-09 + -1.9900e+02 7.791e-11 + -1.9775e+02 9.620e-11 + -1.9650e+02 3.786e-09 + -1.9525e+02 4.148e-11 + -1.9400e+02 4.774e-10 + -1.9275e+02 2.336e-10 + -1.9150e+02 1.229e-09 + -1.9025e+02 1.075e-09 + -1.8900e+02 5.398e-10 + -1.8775e+02 7.721e-10 + -1.8650e+02 4.553e-10 + -1.8525e+02 2.435e-11 + -1.8400e+02 8.059e-10 + -1.8275e+02 4.706e-10 + -1.8150e+02 1.771e-10 + -1.8025e+02 9.425e-11 + -1.7900e+02 1.735e-10 + -1.7775e+02 1.066e-10 + -1.7650e+02 1.894e-10 + -1.7525e+02 1.168e-11 + -1.7400e+02 5.354e-11 + -1.7275e+02 5.890e-10 + -1.7150e+02 7.339e-13 + -1.7025e+02 4.676e-11 + -1.6900e+02 1.099e-10 + -1.6775e+02 6.634e-11 + -1.6650e+02 3.608e-11 + -1.6525e+02 5.652e-11 + -1.6400e+02 1.073e-10 + -1.6275e+02 3.750e-11 + -1.6150e+02 9.226e-12 + -1.6025e+02 5.337e-10 + -1.5900e+02 6.688e-10 + -1.5775e+02 6.161e-11 + -1.5650e+02 5.724e-11 + -1.5525e+02 8.068e-11 + -1.5400e+02 2.836e-11 + -1.5275e+02 1.155e-10 + -1.5150e+02 5.683e-11 + -1.5025e+02 1.285e-10 + -1.4900e+02 1.475e-10 + -1.4775e+02 7.842e-11 + -1.4650e+02 5.093e-11 + -1.4525e+02 1.180e-10 + -1.4400e+02 8.311e-11 + -1.4275e+02 1.832e-11 + -1.4150e+02 1.126e-10 + -1.4025e+02 1.230e-10 + -1.3900e+02 5.597e-11 + -1.3775e+02 6.723e-11 + -1.3650e+02 9.585e-11 + -1.3525e+02 3.813e-12 + -1.3400e+02 3.264e-11 + -1.3275e+02 4.478e-12 + -1.3150e+02 4.668e-11 + -1.3025e+02 5.991e-11 + -1.2900e+02 7.359e-12 + -1.2775e+02 1.094e-11 + -1.2650e+02 2.825e-11 + -1.2525e+02 3.639e-11 + -1.2400e+02 1.314e-13 + -1.2275e+02 5.714e-11 + -1.2150e+02 1.395e-10 + -1.2025e+02 3.537e-11 + -1.1900e+02 1.977e-12 + -1.1775e+02 6.043e-11 + -1.1650e+02 1.476e-11 + -1.1525e+02 7.621e-11 + -1.1400e+02 1.595e-11 + -1.1275e+02 1.781e-12 + -1.1150e+02 7.697e-12 + -1.1025e+02 7.081e-11 + -1.0900e+02 6.763e-12 + -1.0775e+02 1.619e-11 + -1.0650e+02 1.850e-11 + -1.0525e+02 6.169e-11 + -1.0400e+02 2.528e-11 + -1.0275e+02 2.249e-11 + -1.0150e+02 9.522e-12 + -1.0025e+02 6.529e-12 + -9.9000e+01 5.880e-12 + -9.7750e+01 2.468e-12 + -9.6500e+01 2.055e-11 + -9.5250e+01 1.598e-11 + -9.4000e+01 2.581e-12 + -9.2750e+01 1.450e-11 + -9.1500e+01 9.321e-13 + -9.0250e+01 5.689e-12 + -8.9000e+01 5.872e-12 + -8.7750e+01 1.939e-11 + -8.6500e+01 5.803e-13 + -8.5250e+01 1.753e-11 + -8.4000e+01 1.302e-12 + -8.2750e+01 6.608e-12 + -8.1500e+01 1.108e-11 + -8.0250e+01 4.807e-12 + -7.9000e+01 4.156e-13 + -7.7750e+01 4.956e-12 + -7.6500e+01 1.455e-11 + -7.5250e+01 4.119e-12 + -7.4000e+01 3.677e-12 + -7.2750e+01 1.181e-12 + -7.1500e+01 7.083e-13 + -7.0250e+01 7.802e-12 + -6.9000e+01 3.222e-12 + -6.7750e+01 2.902e-12 + -6.6500e+01 2.684e-12 + -6.5250e+01 1.541e-13 + -6.4000e+01 2.900e-12 + -6.2750e+01 1.162e-12 + -6.1500e+01 4.435e-12 + -6.0250e+01 1.760e-12 + -5.9000e+01 2.125e-12 + -5.7750e+01 1.619e-11 + -5.6500e+01 8.637e-13 + -5.5250e+01 2.046e-12 + -5.4000e+01 4.478e-13 + -5.2750e+01 1.621e-12 + -5.1500e+01 1.269e-12 + -5.0250e+01 6.329e-13 + -4.9000e+01 7.441e-13 + -4.7750e+01 4.302e-12 + -4.6500e+01 1.722e-12 + -4.5250e+01 1.397e-13 + -4.4000e+01 9.108e-13 + -4.2750e+01 2.943e-12 + -4.1500e+01 2.109e-12 + -4.0250e+01 2.289e-12 + -3.9000e+01 4.987e-13 + -3.7750e+01 3.145e-13 + -3.6500e+01 6.593e-13 + -3.5250e+01 8.660e-13 + -3.4000e+01 5.892e-13 + -3.2750e+01 4.249e-13 + -3.1500e+01 5.899e-14 + -3.0250e+01 3.905e-13 + -2.9000e+01 5.403e-13 + -2.7750e+01 4.333e-14 + -2.6500e+01 7.530e-13 + -2.5250e+01 3.055e-13 + -2.4000e+01 1.023e-13 + -2.2750e+01 3.345e-13 + -2.1500e+01 3.100e-13 + -2.0250e+01 6.336e-14 + -1.9000e+01 6.536e-14 + -1.7750e+01 4.551e-14 + -1.6500e+01 3.540e-13 + -1.5250e+01 4.678e-14 + -1.4000e+01 1.659e-13 + -1.2750e+01 3.009e-12 + -1.1500e+01 3.853e-14 + -1.0250e+01 1.738e-14 + -9.0000e+00 2.954e-14 + -7.7500e+00 7.084e-15 + -6.5000e+00 4.369e-15 + -5.2500e+00 5.037e-14 + -4.0000e+00 5.888e-14 + -2.7500e+00 1.319e-14 + -1.5000e+00 8.536e-14 + -2.5000e-01 6.910e-15 + + -1.0240e+03 2.564e-14 + -1.0228e+03 6.387e-15 + -1.0215e+03 2.972e-14 + -1.0202e+03 3.675e-14 + -1.0190e+03 4.557e-14 + -1.0178e+03 1.556e-14 + -1.0165e+03 3.273e-15 + -1.0152e+03 6.472e-14 + -1.0140e+03 1.375e-15 + -1.0128e+03 1.506e-14 + -1.0115e+03 2.197e-14 + -1.0102e+03 7.823e-15 + -1.0090e+03 2.760e-14 + -1.0078e+03 1.173e-14 + -1.0065e+03 1.336e-14 + -1.0052e+03 2.824e-14 + -1.0040e+03 1.605e-14 + -1.0028e+03 3.054e-15 + -1.0015e+03 9.598e-15 + -1.0002e+03 3.964e-15 + -9.9900e+02 8.292e-14 + -9.9775e+02 6.681e-14 + -9.9650e+02 8.382e-14 + -9.9525e+02 1.173e-14 + -9.9400e+02 1.700e-15 + -9.9275e+02 6.071e-14 + -9.9150e+02 3.015e-14 + -9.9025e+02 4.604e-14 + -9.8900e+02 4.024e-15 + -9.8775e+02 5.224e-14 + -9.8650e+02 1.274e-14 + -9.8525e+02 7.767e-14 + -9.8400e+02 1.372e-15 + -9.8275e+02 5.476e-14 + -9.8150e+02 1.734e-13 + -9.8025e+02 4.366e-14 + -9.7900e+02 5.373e-14 + -9.7775e+02 1.059e-13 + -9.7650e+02 6.647e-15 + -9.7525e+02 2.826e-14 + -9.7400e+02 7.482e-14 + -9.7275e+02 2.177e-14 + -9.7150e+02 2.938e-14 + -9.7025e+02 5.748e-14 + -9.6900e+02 1.997e-14 + -9.6775e+02 3.494e-14 + -9.6650e+02 3.953e-14 + -9.6525e+02 1.019e-14 + -9.6400e+02 2.503e-14 + -9.6275e+02 3.246e-14 + -9.6150e+02 6.418e-15 + -9.6025e+02 1.476e-13 + -9.5900e+02 1.948e-14 + -9.5775e+02 6.479e-15 + -9.5650e+02 7.379e-14 + -9.5525e+02 4.156e-14 + -9.5400e+02 1.791e-14 + -9.5275e+02 3.572e-14 + -9.5150e+02 7.131e-14 + -9.5025e+02 2.066e-14 + -9.4900e+02 3.285e-14 + -9.4775e+02 1.426e-13 + -9.4650e+02 1.192e-14 + -9.4525e+02 4.074e-15 + -9.4400e+02 7.213e-14 + -9.4275e+02 6.784e-14 + -9.4150e+02 1.021e-13 + -9.4025e+02 7.371e-15 + -9.3900e+02 2.333e-14 + -9.3775e+02 1.185e-13 + -9.3650e+02 4.455e-15 + -9.3525e+02 7.229e-14 + -9.3400e+02 5.316e-14 + -9.3275e+02 8.486e-14 + -9.3150e+02 5.600e-14 + -9.3025e+02 1.890e-14 + -9.2900e+02 1.146e-14 + -9.2775e+02 2.576e-14 + -9.2650e+02 5.405e-14 + -9.2525e+02 4.396e-14 + -9.2400e+02 2.417e-13 + -9.2275e+02 1.068e-13 + -9.2150e+02 4.879e-14 + -9.2025e+02 3.917e-15 + -9.1900e+02 9.790e-14 + -9.1775e+02 4.844e-14 + -9.1650e+02 2.739e-14 + -9.1525e+02 3.069e-14 + -9.1400e+02 6.910e-14 + -9.1275e+02 7.053e-15 + -9.1150e+02 1.327e-15 + -9.1025e+02 3.120e-14 + -9.0900e+02 1.013e-13 + -9.0775e+02 4.431e-14 + -9.0650e+02 5.693e-16 + -9.0525e+02 1.669e-13 + -9.0400e+02 5.789e-15 + -9.0275e+02 1.089e-13 + -9.0150e+02 2.022e-13 + -9.0025e+02 8.095e-14 + -8.9900e+02 1.735e-13 + -8.9775e+02 2.064e-14 + -8.9650e+02 1.067e-13 + -8.9525e+02 4.834e-13 + -8.9400e+02 1.814e-13 + -8.9275e+02 4.377e-15 + -8.9150e+02 1.130e-13 + -8.9025e+02 6.206e-14 + -8.8900e+02 4.717e-13 + -8.8775e+02 6.283e-14 + -8.8650e+02 2.313e-13 + -8.8525e+02 6.760e-13 + -8.8400e+02 4.290e-13 + -8.8275e+02 1.577e-14 + -8.8150e+02 5.162e-13 + -8.8025e+02 8.346e-14 + -8.7900e+02 6.419e-13 + -8.7775e+02 2.604e-13 + -8.7650e+02 9.600e-14 + -8.7525e+02 6.362e-14 + -8.7400e+02 7.305e-13 + -8.7275e+02 1.400e-13 + -8.7150e+02 1.478e-13 + -8.7025e+02 4.601e-13 + -8.6900e+02 6.374e-13 + -8.6775e+02 5.185e-13 + -8.6650e+02 3.673e-13 + -8.6525e+02 3.040e-13 + -8.6400e+02 7.507e-13 + -8.6275e+02 4.804e-13 + -8.6150e+02 6.073e-14 + -8.6025e+02 1.313e-12 + -8.5900e+02 9.038e-14 + -8.5775e+02 1.425e-13 + -8.5650e+02 1.845e-13 + -8.5525e+02 1.291e-12 + -8.5400e+02 1.969e-13 + -8.5275e+02 5.215e-13 + -8.5150e+02 1.626e-12 + -8.5025e+02 1.909e-13 + -8.4900e+02 3.528e-13 + -8.4775e+02 8.644e-13 + -8.4650e+02 1.992e-13 + -8.4525e+02 2.269e-13 + -8.4400e+02 2.085e-13 + -8.4275e+02 2.630e-13 + -8.4150e+02 4.638e-12 + -8.4025e+02 1.006e-12 + -8.3900e+02 1.337e-12 + -8.3775e+02 6.530e-12 + -8.3650e+02 1.310e-12 + -8.3525e+02 1.534e-12 + -8.3400e+02 2.830e-12 + -8.3275e+02 9.260e-12 + -8.3150e+02 1.637e-12 + -8.3025e+02 3.933e-12 + -8.2900e+02 6.751e-13 + -8.2775e+02 2.329e-12 + -8.2650e+02 6.590e-12 + -8.2525e+02 3.433e-12 + -8.2400e+02 7.669e-12 + -8.2275e+02 1.021e-12 + -8.2150e+02 1.040e-11 + -8.2025e+02 1.618e-12 + -8.1900e+02 4.348e-13 + -8.1775e+02 6.162e-12 + -8.1650e+02 2.618e-12 + -8.1525e+02 2.294e-12 + -8.1400e+02 1.479e-12 + -8.1275e+02 8.195e-12 + -8.1150e+02 5.033e-12 + -8.1025e+02 1.577e-12 + -8.0900e+02 1.614e-11 + -8.0775e+02 1.308e-12 + -8.0650e+02 3.176e-12 + -8.0525e+02 8.243e-12 + -8.0400e+02 1.338e-11 + -8.0275e+02 5.549e-12 + -8.0150e+02 8.594e-13 + -8.0025e+02 2.433e-11 + -7.9900e+02 5.039e-11 + -7.9775e+02 9.320e-13 + -7.9650e+02 1.233e-11 + -7.9525e+02 2.475e-11 + -7.9400e+02 7.103e-12 + -7.9275e+02 2.409e-11 + -7.9150e+02 1.756e-11 + -7.9025e+02 2.295e-11 + -7.8900e+02 6.474e-11 + -7.8775e+02 3.752e-11 + -7.8650e+02 8.120e-12 + -7.8525e+02 5.777e-11 + -7.8400e+02 2.248e-11 + -7.8275e+02 4.490e-11 + -7.8150e+02 4.021e-11 + -7.8025e+02 7.031e-12 + -7.7900e+02 3.266e-11 + -7.7775e+02 1.807e-10 + -7.7650e+02 6.989e-12 + -7.7525e+02 4.752e-11 + -7.7400e+02 1.750e-10 + -7.7275e+02 3.167e-11 + -7.7150e+02 4.701e-11 + -7.7025e+02 3.603e-11 + -7.6900e+02 1.161e-11 + -7.6775e+02 5.041e-11 + -7.6650e+02 9.358e-11 + -7.6525e+02 1.087e-11 + -7.6400e+02 6.441e-11 + -7.6275e+02 6.393e-11 + -7.6150e+02 2.809e-11 + -7.6025e+02 8.005e-11 + -7.5900e+02 1.982e-10 + -7.5775e+02 6.201e-11 + -7.5650e+02 3.919e-11 + -7.5525e+02 1.977e-10 + -7.5400e+02 7.359e-11 + -7.5275e+02 3.232e-11 + -7.5150e+02 5.049e-12 + -7.5025e+02 1.035e-10 + -7.4900e+02 1.509e-10 + -7.4775e+02 1.224e-12 + -7.4650e+02 3.535e-10 + -7.4525e+02 1.013e-10 + -7.4400e+02 5.505e-12 + -7.4275e+02 4.380e-10 + -7.4150e+02 1.339e-10 + -7.4025e+02 3.757e-10 + -7.3900e+02 2.671e-10 + -7.3775e+02 1.926e-11 + -7.3650e+02 3.339e-11 + -7.3525e+02 8.664e-11 + -7.3400e+02 1.100e-10 + -7.3275e+02 2.510e-10 + -7.3150e+02 4.744e-10 + -7.3025e+02 1.308e-10 + -7.2900e+02 1.664e-10 + -7.2775e+02 2.822e-10 + -7.2650e+02 3.352e-11 + -7.2525e+02 4.176e-11 + -7.2400e+02 5.596e-10 + -7.2275e+02 1.255e-09 + -7.2150e+02 5.801e-10 + -7.2025e+02 2.638e-10 + -7.1900e+02 1.336e-10 + -7.1775e+02 3.593e-11 + -7.1650e+02 6.093e-12 + -7.1525e+02 1.033e-10 + -7.1400e+02 3.743e-10 + -7.1275e+02 3.718e-11 + -7.1150e+02 5.295e-12 + -7.1025e+02 1.876e-10 + -7.0900e+02 8.122e-10 + -7.0775e+02 3.740e-10 + -7.0650e+02 3.676e-11 + -7.0525e+02 2.636e-11 + -7.0400e+02 1.708e-10 + -7.0275e+02 3.769e-11 + -7.0150e+02 9.477e-10 + -7.0025e+02 2.091e-10 + -6.9900e+02 8.545e-11 + -6.9775e+02 8.035e-10 + -6.9650e+02 8.241e-10 + -6.9525e+02 1.925e-10 + -6.9400e+02 3.170e-10 + -6.9275e+02 1.803e-09 + -6.9150e+02 1.247e-10 + -6.9025e+02 1.543e-09 + -6.8900e+02 2.688e-09 + -6.8775e+02 8.640e-11 + -6.8650e+02 6.421e-10 + -6.8525e+02 1.102e-09 + -6.8400e+02 2.778e-10 + -6.8275e+02 9.105e-10 + -6.8150e+02 3.494e-11 + -6.8025e+02 8.506e-10 + -6.7900e+02 1.517e-09 + -6.7775e+02 2.951e-10 + -6.7650e+02 4.904e-10 + -6.7525e+02 6.321e-10 + -6.7400e+02 1.386e-09 + -6.7275e+02 3.079e-10 + -6.7150e+02 1.890e-09 + -6.7025e+02 4.614e-10 + -6.6900e+02 1.439e-09 + -6.6775e+02 5.125e-10 + -6.6650e+02 9.572e-10 + -6.6525e+02 4.003e-10 + -6.6400e+02 1.588e-10 + -6.6275e+02 6.826e-10 + -6.6150e+02 1.315e-09 + -6.6025e+02 2.648e-12 + -6.5900e+02 5.581e-10 + -6.5775e+02 8.297e-10 + -6.5650e+02 1.005e-09 + -6.5525e+02 1.934e-09 + -6.5400e+02 2.213e-10 + -6.5275e+02 5.792e-11 + -6.5150e+02 6.559e-11 + -6.5025e+02 2.643e-09 + -6.4900e+02 6.694e-10 + -6.4775e+02 3.451e-10 + -6.4650e+02 7.589e-10 + -6.4525e+02 2.802e-10 + -6.4400e+02 7.822e-10 + -6.4275e+02 9.982e-10 + -6.4150e+02 2.104e-09 + -6.4025e+02 2.344e-09 + -6.3900e+02 9.576e-10 + -6.3775e+02 2.150e-10 + -6.3650e+02 2.530e-09 + -6.3525e+02 1.127e-09 + -6.3400e+02 1.505e-09 + -6.3275e+02 1.089e-09 + -6.3150e+02 4.047e-10 + -6.3025e+02 8.923e-10 + -6.2900e+02 1.199e-09 + -6.2775e+02 1.042e-09 + -6.2650e+02 9.412e-10 + -6.2525e+02 3.405e-10 + -6.2400e+02 1.076e-10 + -6.2275e+02 1.282e-10 + -6.2150e+02 3.363e-09 + -6.2025e+02 1.624e-11 + -6.1900e+02 6.700e-10 + -6.1775e+02 1.412e-09 + -6.1650e+02 1.059e-10 + -6.1525e+02 2.284e-10 + -6.1400e+02 5.804e-10 + -6.1275e+02 3.049e-09 + -6.1150e+02 4.133e-09 + -6.1025e+02 1.532e-10 + -6.0900e+02 5.908e-10 + -6.0775e+02 4.176e-09 + -6.0650e+02 1.556e-10 + -6.0525e+02 1.161e-10 + -6.0400e+02 2.297e-10 + -6.0275e+02 3.750e-10 + -6.0150e+02 1.021e-10 + -6.0025e+02 4.329e-10 + -5.9900e+02 2.980e-10 + -5.9775e+02 2.266e-10 + -5.9650e+02 3.550e-09 + -5.9525e+02 2.585e-09 + -5.9400e+02 2.782e-09 + -5.9275e+02 2.956e-09 + -5.9150e+02 3.716e-09 + -5.9025e+02 2.325e-09 + -5.8900e+02 7.558e-10 + -5.8775e+02 1.685e-09 + -5.8650e+02 1.661e-09 + -5.8525e+02 9.096e-11 + -5.8400e+02 4.736e-10 + -5.8275e+02 1.395e-09 + -5.8150e+02 1.461e-09 + -5.8025e+02 7.582e-11 + -5.7900e+02 2.710e-09 + -5.7775e+02 3.825e-10 + -5.7650e+02 1.669e-09 + -5.7525e+02 1.377e-09 + -5.7400e+02 2.223e-10 + -5.7275e+02 3.477e-09 + -5.7150e+02 1.091e-09 + -5.7025e+02 1.537e-10 + -5.6900e+02 4.893e-09 + -5.6775e+02 2.727e-09 + -5.6650e+02 3.772e-09 + -5.6525e+02 1.616e-09 + -5.6400e+02 2.426e-09 + -5.6275e+02 1.177e-10 + -5.6150e+02 6.215e-10 + -5.6025e+02 2.702e-09 + -5.5900e+02 1.652e-09 + -5.5775e+02 1.016e-10 + -5.5650e+02 2.794e-09 + -5.5525e+02 5.614e-09 + -5.5400e+02 4.026e-09 + -5.5275e+02 2.696e-09 + -5.5150e+02 9.602e-10 + -5.5025e+02 5.912e-09 + -5.4900e+02 6.610e-10 + -5.4775e+02 1.252e-10 + -5.4650e+02 2.296e-09 + -5.4525e+02 1.122e-09 + -5.4400e+02 1.984e-09 + -5.4275e+02 3.425e-09 + -5.4150e+02 2.242e-09 + -5.4025e+02 7.337e-10 + -5.3900e+02 1.729e-09 + -5.3775e+02 5.928e-10 + -5.3650e+02 2.401e-09 + -5.3525e+02 1.264e-09 + -5.3400e+02 3.554e-09 + -5.3275e+02 1.708e-09 + -5.3150e+02 1.063e-10 + -5.3025e+02 1.613e-09 + -5.2900e+02 4.210e-09 + -5.2775e+02 1.064e-08 + -5.2650e+02 1.369e-09 + -5.2525e+02 3.209e-09 + -5.2400e+02 1.287e-09 + -5.2275e+02 7.934e-09 + -5.2150e+02 3.478e-09 + -5.2025e+02 7.801e-09 + -5.1900e+02 2.518e-09 + -5.1775e+02 4.010e-09 + -5.1650e+02 6.143e-09 + -5.1525e+02 2.674e-09 + -5.1400e+02 5.029e-09 + -5.1275e+02 3.720e-09 + -5.1150e+02 4.901e-09 + -5.1025e+02 3.661e-09 + -5.0900e+02 4.403e-09 + -5.0775e+02 6.121e-09 + -5.0650e+02 4.684e-10 + -5.0525e+02 9.339e-10 + -5.0400e+02 2.121e-09 + -5.0275e+02 2.508e-09 + -5.0150e+02 8.721e-10 + -5.0025e+02 7.686e-10 + -4.9900e+02 1.212e-08 + -4.9775e+02 1.863e-09 + -4.9650e+02 6.830e-09 + -4.9525e+02 6.753e-09 + -4.9400e+02 5.682e-09 + -4.9275e+02 2.745e-10 + -4.9150e+02 5.660e-09 + -4.9025e+02 2.793e-09 + -4.8900e+02 3.230e-10 + -4.8775e+02 1.064e-10 + -4.8650e+02 9.342e-09 + -4.8525e+02 2.102e-09 + -4.8400e+02 7.619e-09 + -4.8275e+02 8.762e-10 + -4.8150e+02 2.346e-09 + -4.8025e+02 3.273e-09 + -4.7900e+02 9.469e-09 + -4.7775e+02 3.622e-10 + -4.7650e+02 2.893e-09 + -4.7525e+02 6.338e-09 + -4.7400e+02 6.102e-09 + -4.7275e+02 8.844e-09 + -4.7150e+02 3.762e-09 + -4.7025e+02 1.414e-09 + -4.6900e+02 7.565e-09 + -4.6775e+02 1.582e-09 + -4.6650e+02 4.447e-10 + -4.6525e+02 2.702e-09 + -4.6400e+02 2.248e-09 + -4.6275e+02 6.419e-09 + -4.6150e+02 4.811e-09 + -4.6025e+02 2.680e-09 + -4.5900e+02 3.176e-09 + -4.5775e+02 1.136e-08 + -4.5650e+02 2.074e-09 + -4.5525e+02 1.298e-09 + -4.5400e+02 1.837e-09 + -4.5275e+02 2.105e-10 + -4.5150e+02 1.363e-09 + -4.5025e+02 2.444e-09 + -4.4900e+02 1.130e-09 + -4.4775e+02 5.190e-09 + -4.4650e+02 2.413e-09 + -4.4525e+02 1.864e-08 + -4.4400e+02 7.895e-09 + -4.4275e+02 5.712e-09 + -4.4150e+02 6.465e-09 + -4.4025e+02 3.066e-08 + -4.3900e+02 5.881e-09 + -4.3775e+02 7.029e-10 + -4.3650e+02 7.848e-10 + -4.3525e+02 7.653e-10 + -4.3400e+02 5.997e-09 + -4.3275e+02 2.304e-09 + -4.3150e+02 3.346e-10 + -4.3025e+02 3.117e-09 + -4.2900e+02 6.650e-10 + -4.2775e+02 4.131e-09 + -4.2650e+02 9.735e-10 + -4.2525e+02 6.073e-10 + -4.2400e+02 4.629e-09 + -4.2275e+02 3.106e-09 + -4.2150e+02 1.434e-09 + -4.2025e+02 8.653e-09 + -4.1900e+02 5.267e-10 + -4.1775e+02 1.060e-08 + -4.1650e+02 5.556e-10 + -4.1525e+02 7.190e-09 + -4.1400e+02 3.151e-10 + -4.1275e+02 4.464e-09 + -4.1150e+02 8.952e-09 + -4.1025e+02 4.948e-09 + -4.0900e+02 7.744e-09 + -4.0775e+02 2.145e-09 + -4.0650e+02 6.044e-09 + -4.0525e+02 6.046e-09 + -4.0400e+02 9.617e-10 + -4.0275e+02 1.624e-09 + -4.0150e+02 1.039e-09 + -4.0025e+02 4.821e-09 + -3.9900e+02 2.196e-09 + -3.9775e+02 2.100e-09 + -3.9650e+02 9.741e-09 + -3.9525e+02 1.185e-08 + -3.9400e+02 2.104e-08 + -3.9275e+02 5.677e-09 + -3.9150e+02 1.542e-09 + -3.9025e+02 3.040e-08 + -3.8900e+02 5.428e-10 + -3.8775e+02 1.423e-09 + -3.8650e+02 8.695e-09 + -3.8525e+02 1.712e-10 + -3.8400e+02 2.996e-08 + -3.8275e+02 4.556e-09 + -3.8150e+02 1.218e-09 + -3.8025e+02 1.735e-09 + -3.7900e+02 7.604e-09 + -3.7775e+02 2.163e-09 + -3.7650e+02 3.814e-09 + -3.7525e+02 2.014e-09 + -3.7400e+02 3.676e-08 + -3.7275e+02 5.669e-09 + -3.7150e+02 4.634e-08 + -3.7025e+02 1.322e-08 + -3.6900e+02 1.206e-08 + -3.6775e+02 4.465e-09 + -3.6650e+02 7.334e-09 + -3.6525e+02 1.422e-08 + -3.6400e+02 5.152e-09 + -3.6275e+02 1.831e-08 + -3.6150e+02 8.937e-09 + -3.6025e+02 9.538e-09 + -3.5900e+02 8.834e-09 + -3.5775e+02 2.244e-09 + -3.5650e+02 9.084e-10 + -3.5525e+02 3.899e-09 + -3.5400e+02 1.477e-08 + -3.5275e+02 5.652e-09 + -3.5150e+02 1.248e-09 + -3.5025e+02 3.503e-09 + -3.4900e+02 3.979e-10 + -3.4775e+02 6.578e-09 + -3.4650e+02 1.916e-08 + -3.4525e+02 5.775e-09 + -3.4400e+02 2.963e-09 + -3.4275e+02 6.880e-09 + -3.4150e+02 1.020e-08 + -3.4025e+02 8.505e-10 + -3.3900e+02 1.640e-08 + -3.3775e+02 1.821e-08 + -3.3650e+02 1.394e-08 + -3.3525e+02 8.971e-09 + -3.3400e+02 1.125e-08 + -3.3275e+02 1.300e-08 + -3.3150e+02 1.959e-08 + -3.3025e+02 1.137e-08 + -3.2900e+02 2.140e-09 + -3.2775e+02 1.522e-08 + -3.2650e+02 1.573e-09 + -3.2525e+02 1.978e-08 + -3.2400e+02 7.651e-09 + -3.2275e+02 7.590e-10 + -3.2150e+02 1.142e-09 + -3.2025e+02 4.316e-08 + -3.1900e+02 1.020e-08 + -3.1775e+02 2.299e-08 + -3.1650e+02 8.893e-09 + -3.1525e+02 3.579e-09 + -3.1400e+02 1.704e-09 + -3.1275e+02 1.938e-09 + -3.1150e+02 2.210e-09 + -3.1025e+02 1.325e-08 + -3.0900e+02 9.430e-09 + -3.0775e+02 1.530e-08 + -3.0650e+02 1.674e-08 + -3.0525e+02 3.296e-08 + -3.0400e+02 1.194e-08 + -3.0275e+02 4.747e-10 + -3.0150e+02 1.773e-08 + -3.0025e+02 2.544e-09 + -2.9900e+02 3.138e-08 + -2.9775e+02 4.981e-09 + -2.9650e+02 1.348e-08 + -2.9525e+02 3.081e-08 + -2.9400e+02 2.932e-09 + -2.9275e+02 5.371e-10 + -2.9150e+02 1.311e-08 + -2.9025e+02 4.197e-09 + -2.8900e+02 3.104e-09 + -2.8775e+02 1.204e-08 + -2.8650e+02 8.806e-09 + -2.8525e+02 5.572e-09 + -2.8400e+02 1.284e-08 + -2.8275e+02 3.256e-08 + -2.8150e+02 1.208e-08 + -2.8025e+02 3.108e-09 + -2.7900e+02 9.869e-09 + -2.7775e+02 2.946e-08 + -2.7650e+02 1.912e-08 + -2.7525e+02 3.807e-09 + -2.7400e+02 7.769e-09 + -2.7275e+02 1.422e-08 + -2.7150e+02 2.440e-08 + -2.7025e+02 9.355e-10 + -2.6900e+02 1.928e-08 + -2.6775e+02 5.509e-09 + -2.6650e+02 1.292e-08 + -2.6525e+02 2.488e-09 + -2.6400e+02 3.507e-09 + -2.6275e+02 3.579e-09 + -2.6150e+02 1.246e-08 + -2.6025e+02 5.872e-09 + -2.5900e+02 9.632e-09 + -2.5775e+02 6.214e-09 + -2.5650e+02 3.302e-08 + -2.5525e+02 1.376e-08 + -2.5400e+02 2.025e-08 + -2.5275e+02 6.514e-09 + -2.5150e+02 4.269e-09 + -2.5025e+02 2.189e-10 + -2.4900e+02 2.789e-09 + -2.4775e+02 1.078e-09 + -2.4650e+02 3.037e-09 + -2.4525e+02 1.384e-09 + -2.4400e+02 3.497e-09 + -2.4275e+02 8.193e-09 + -2.4150e+02 2.998e-09 + -2.4025e+02 4.526e-09 + -2.3900e+02 5.475e-09 + -2.3775e+02 1.318e-09 + -2.3650e+02 3.381e-09 + -2.3525e+02 4.690e-09 + -2.3400e+02 2.050e-09 + -2.3275e+02 4.309e-09 + -2.3150e+02 1.374e-09 + -2.3025e+02 7.558e-09 + -2.2900e+02 1.121e-08 + -2.2775e+02 4.814e-09 + -2.2650e+02 3.635e-09 + -2.2525e+02 1.560e-09 + -2.2400e+02 3.715e-09 + -2.2275e+02 9.779e-12 + -2.2150e+02 4.406e-09 + -2.2025e+02 5.354e-09 + -2.1900e+02 4.464e-09 + -2.1775e+02 5.826e-10 + -2.1650e+02 1.927e-10 + -2.1525e+02 1.926e-10 + -2.1400e+02 3.919e-09 + -2.1275e+02 4.323e-10 + -2.1150e+02 4.125e-09 + -2.1025e+02 1.301e-09 + -2.0900e+02 4.643e-10 + -2.0775e+02 6.219e-10 + -2.0650e+02 1.570e-10 + -2.0525e+02 5.597e-10 + -2.0400e+02 5.474e-10 + -2.0275e+02 1.106e-10 + -2.0150e+02 4.381e-10 + -2.0025e+02 3.184e-11 + -1.9900e+02 6.166e-10 + -1.9775e+02 1.981e-10 + -1.9650e+02 3.287e-10 + -1.9525e+02 1.575e-10 + -1.9400e+02 2.577e-10 + -1.9275e+02 8.219e-11 + -1.9150e+02 8.357e-12 + -1.9025e+02 2.858e-10 + -1.8900e+02 7.649e-11 + -1.8775e+02 5.106e-10 + -1.8650e+02 3.981e-11 + -1.8525e+02 1.833e-10 + -1.8400e+02 2.496e-11 + -1.8275e+02 1.022e-10 + -1.8150e+02 1.935e-12 + -1.8025e+02 3.975e-10 + -1.7900e+02 3.187e-10 + -1.7775e+02 4.854e-11 + -1.7650e+02 9.774e-11 + -1.7525e+02 2.405e-10 + -1.7400e+02 4.518e-12 + -1.7275e+02 1.146e-10 + -1.7150e+02 3.184e-11 + -1.7025e+02 2.663e-10 + -1.6900e+02 8.275e-11 + -1.6775e+02 2.371e-10 + -1.6650e+02 9.644e-12 + -1.6525e+02 5.837e-11 + -1.6400e+02 6.048e-11 + -1.6275e+02 2.072e-11 + -1.6150e+02 3.494e-10 + -1.6025e+02 9.654e-11 + -1.5900e+02 1.131e-10 + -1.5775e+02 1.497e-10 + -1.5650e+02 4.433e-12 + -1.5525e+02 1.602e-11 + -1.5400e+02 1.840e-10 + -1.5275e+02 1.257e-10 + -1.5150e+02 4.875e-11 + -1.5025e+02 4.959e-11 + -1.4900e+02 6.787e-11 + -1.4775e+02 1.402e-10 + -1.4650e+02 3.882e-11 + -1.4525e+02 3.367e-11 + -1.4400e+02 2.691e-11 + -1.4275e+02 6.283e-11 + -1.4150e+02 4.130e-11 + -1.4025e+02 9.962e-11 + -1.3900e+02 3.391e-11 + -1.3775e+02 2.511e-11 + -1.3650e+02 1.599e-10 + -1.3525e+02 3.000e-12 + -1.3400e+02 3.323e-11 + -1.3275e+02 9.140e-11 + -1.3150e+02 7.863e-11 + -1.3025e+02 6.421e-11 + -1.2900e+02 9.554e-12 + -1.2775e+02 5.753e-11 + -1.2650e+02 2.772e-11 + -1.2525e+02 2.485e-10 + -1.2400e+02 3.115e-12 + -1.2275e+02 5.134e-11 + -1.2150e+02 1.688e-11 + -1.2025e+02 2.409e-11 + -1.1900e+02 1.848e-11 + -1.1775e+02 4.372e-11 + -1.1650e+02 1.297e-11 + -1.1525e+02 1.584e-11 + -1.1400e+02 1.341e-10 + -1.1275e+02 7.004e-11 + -1.1150e+02 8.989e-12 + -1.1025e+02 1.869e-12 + -1.0900e+02 1.703e-10 + -1.0775e+02 1.068e-11 + -1.0650e+02 5.300e-12 + -1.0525e+02 1.459e-11 + -1.0400e+02 6.393e-12 + -1.0275e+02 1.263e-12 + -1.0150e+02 4.147e-12 + -1.0025e+02 4.330e-11 + -9.9000e+01 7.950e-12 + -9.7750e+01 1.047e-11 + -9.6500e+01 1.023e-11 + -9.5250e+01 3.586e-11 + -9.4000e+01 2.345e-11 + -9.2750e+01 6.157e-12 + -9.1500e+01 1.050e-11 + -9.0250e+01 6.754e-12 + -8.9000e+01 1.553e-11 + -8.7750e+01 6.704e-12 + -8.6500e+01 1.461e-12 + -8.5250e+01 1.689e-11 + -8.4000e+01 8.097e-12 + -8.2750e+01 2.726e-11 + -8.1500e+01 1.001e-12 + -8.0250e+01 4.851e-12 + -7.9000e+01 1.296e-11 + -7.7750e+01 6.659e-12 + -7.6500e+01 2.657e-12 + -7.5250e+01 1.207e-11 + -7.4000e+01 4.202e-11 + -7.2750e+01 1.962e-12 + -7.1500e+01 5.305e-12 + -7.0250e+01 1.274e-11 + -6.9000e+01 9.607e-15 + -6.7750e+01 8.050e-12 + -6.6500e+01 1.717e-12 + -6.5250e+01 2.566e-12 + -6.4000e+01 8.552e-12 + -6.2750e+01 2.759e-12 + -6.1500e+01 6.010e-13 + -6.0250e+01 8.303e-13 + -5.9000e+01 2.755e-12 + -5.7750e+01 6.435e-15 + -5.6500e+01 1.054e-12 + -5.5250e+01 1.145e-12 + -5.4000e+01 1.280e-12 + -5.2750e+01 4.533e-13 + -5.1500e+01 8.669e-14 + -5.0250e+01 6.371e-13 + -4.9000e+01 9.177e-13 + -4.7750e+01 9.534e-13 + -4.6500e+01 1.072e-12 + -4.5250e+01 1.811e-13 + -4.4000e+01 2.779e-13 + -4.2750e+01 1.232e-12 + -4.1500e+01 1.135e-14 + -4.0250e+01 8.292e-13 + -3.9000e+01 4.372e-13 + -3.7750e+01 1.108e-12 + -3.6500e+01 7.293e-13 + -3.5250e+01 2.421e-13 + -3.4000e+01 3.443e-13 + -3.2750e+01 1.901e-13 + -3.1500e+01 1.669e-13 + -3.0250e+01 2.076e-13 + -2.9000e+01 6.645e-14 + -2.7750e+01 6.012e-14 + -2.6500e+01 2.942e-15 + -2.5250e+01 1.668e-13 + -2.4000e+01 4.604e-14 + -2.2750e+01 1.345e-13 + -2.1500e+01 1.407e-13 + -2.0250e+01 5.675e-14 + -1.9000e+01 4.815e-14 + -1.7750e+01 1.162e-13 + -1.6500e+01 3.904e-14 + -1.5250e+01 1.293e-13 + -1.4000e+01 2.907e-16 + -1.2750e+01 9.509e-15 + -1.1500e+01 1.011e-15 + -1.0250e+01 1.103e-14 + -9.0000e+00 5.180e-14 + -7.7500e+00 2.066e-14 + -6.5000e+00 2.048e-14 + -5.2500e+00 4.744e-14 + -4.0000e+00 1.200e-14 + -2.7500e+00 8.361e-16 + -1.5000e+00 2.276e-15 + -2.5000e-01 8.882e-16
\ No newline at end of file diff --git a/post/input.post b/post/input.post new file mode 100644 index 0000000..e23ae30 --- /dev/null +++ b/post/input.post @@ -0,0 +1,72 @@ +////////////////////////////////////////////////////////////////////////////////////////// +// +// input parameters for the lpic-postprocessor +// +////////////////////////////////////////////////////////////////////////////////////////// + + +&traces +------------------------------------------------------------------------------------------ +period_start = 0 +period_stop = 29 +period_screen = 1 + +ex = 0, ey = 0, ez = 0, by = 0, bz = 0, +fp = 1, fm = 1, gp = 1, gm = 1, +Pi = 0, Pr = 0, Sr = 0, Si = 0, +de = 0, di = 0, jx = 0, jy = 0, jz = 0 + + +&spacetime +------------------------------------------------------------------------------------------ +t_start = 0 +t_stop = 29 +x_start = 0 +x_stop = 7 + +imagesize = 100 +smooth = 1 + +Q_de = 0, C_de = 6 +Q_di = 0, C_di = 6 +Q_de_fi = 0, C_de_fi = 0 +Q_de_ii = 0, C_de_ii = 0 +Q_jx = 0, C_jx = 0 +Q_jy = 0, C_jy = 0 +Q_jz = 0, C_jz = 0 +Q_ex = 0, C_ex = 0 +Q_ey = 0, C_ey = 0 +Q_ez = 0, C_ez = 0 +Q_by = 0, C_by = 0 +Q_bz = 0, C_bz = 0 +Q_edens = 0, C_edens = 0.0004 + +Q_kt = 0, C_kt = 1e-3 +Q_kw = 0, C_kw = 1e-3 +K_cut = 10, W_cut = 10, + +x_offset = 0 +contour_1 = 100 +contour_2 = 200 +contour_3 = 300 + + +&phasespace +------------------------------------------------------------------------------------------ +period_start = 0.0 +period_stop = 49 +period_step = 0.05 + +Q_vx = 0 +Q_vy = 0 +Q_vz = 0 +Q_el = 0 +Q_ion= 0 + +xmax = 7 +xoffset = 1 + +========================================================================================== + + + diff --git a/post/input/input.post.fresnel0 b/post/input/input.post.fresnel0 new file mode 100644 index 0000000..e043cd7 --- /dev/null +++ b/post/input/input.post.fresnel0 @@ -0,0 +1,69 @@ +////////////////////////////////////////////////////////////////////////////////////////// +// +// input parameters for the lpic-postprocessor +// +////////////////////////////////////////////////////////////////////////////////////////// + + +&traces +------------------------------------------------------------------------------------------ +period_start = 1 +period_stop = 20 +period_screen = 1 + +ex = 0, ey = 0, ez = 0, by = 0, bz = 0, +fp = 1, fm = 1, gp = 1, gm = 1, +Pi = 0, Pr = 0, Sr = 0, Si = 0, +de = 0, di = 0, jx = 0, jy = 0, jz = 0 + + +&spacetime +------------------------------------------------------------------------------------------ +t_start = 0 +t_stop = 9 +x_start = 0 +x_stop = 6 + +imagesize = 400 +smooth = 1 + +Q_de = 0, C_de = 6 +Q_di = 0, C_di = 0 +Q_jx = 0, C_jx = 0 +Q_jy = 0, C_jy = 0 +Q_jz = 0, C_jz = 0 +Q_ex = 0, C_ex = 0 +Q_ey = 0, C_ey = 0 +Q_ez = 0, C_ez = 0 +Q_by = 0, C_by = 0 +Q_bz = 0, C_bz = 0 +Q_edens = 1, C_edens = 0.0004 + +Q_kt = 0, C_kt = 1e-3 +Q_kw = 0, C_kw = 1e-3 +K_cut = 10, W_cut = 10, + +x_offset = 0 +contour_1 = 100 +contour_2 = 200 +contour_3 = 300 + + +&phasespace +------------------------------------------------------------------------------------------ +period_start = 0.0 +period_stop = 20.0 +period_step = 2.0 + +Q_vx = 0 +Q_vy = 0 +Q_vz = 0 + +xmax = 5 +xoffset = 1 + +========================================================================================== + + + + diff --git a/post/input/input.post.reflection b/post/input/input.post.reflection new file mode 100644 index 0000000..e043cd7 --- /dev/null +++ b/post/input/input.post.reflection @@ -0,0 +1,69 @@ +////////////////////////////////////////////////////////////////////////////////////////// +// +// input parameters for the lpic-postprocessor +// +////////////////////////////////////////////////////////////////////////////////////////// + + +&traces +------------------------------------------------------------------------------------------ +period_start = 1 +period_stop = 20 +period_screen = 1 + +ex = 0, ey = 0, ez = 0, by = 0, bz = 0, +fp = 1, fm = 1, gp = 1, gm = 1, +Pi = 0, Pr = 0, Sr = 0, Si = 0, +de = 0, di = 0, jx = 0, jy = 0, jz = 0 + + +&spacetime +------------------------------------------------------------------------------------------ +t_start = 0 +t_stop = 9 +x_start = 0 +x_stop = 6 + +imagesize = 400 +smooth = 1 + +Q_de = 0, C_de = 6 +Q_di = 0, C_di = 0 +Q_jx = 0, C_jx = 0 +Q_jy = 0, C_jy = 0 +Q_jz = 0, C_jz = 0 +Q_ex = 0, C_ex = 0 +Q_ey = 0, C_ey = 0 +Q_ez = 0, C_ez = 0 +Q_by = 0, C_by = 0 +Q_bz = 0, C_bz = 0 +Q_edens = 1, C_edens = 0.0004 + +Q_kt = 0, C_kt = 1e-3 +Q_kw = 0, C_kw = 1e-3 +K_cut = 10, W_cut = 10, + +x_offset = 0 +contour_1 = 100 +contour_2 = 200 +contour_3 = 300 + + +&phasespace +------------------------------------------------------------------------------------------ +period_start = 0.0 +period_stop = 20.0 +period_step = 2.0 + +Q_vx = 0 +Q_vy = 0 +Q_vz = 0 + +xmax = 5 +xoffset = 1 + +========================================================================================== + + + + diff --git a/post/input_.post b/post/input_.post new file mode 100644 index 0000000..266d481 --- /dev/null +++ b/post/input_.post @@ -0,0 +1,76 @@ +////////////////////////////////////////////////////////////////////////////////////////// +// +// input parameters for the lpic-postprocessor +// +////////////////////////////////////////////////////////////////////////////////////////// + + +&traces +------------------------------------------------------------------------------------------ +period_start = 0 +period_stop = 100 +period_screen = 1 + +ex = 1, ey = 1, ez = 1, by = 1, bz = 1, +fp = 1, fm = 1, gp = 1, gm = 1, +Pi = 1, Pr = 1, Sr = 1, Si = 1, +de = 1, di = 1, jx = 1, jy = 1, jz = 1 + + +&spacetime +------------------------------------------------------------------------------------------ +t_start = 0 +t_stop = 100 +x_start = 0 +x_stop = 100 + +imagesize = 800 +smooth = 1 + +Q_de = 0, C_de = 6 +Q_di = 0, C_di = 1 +Q_jx = 0, C_jx = 1 +Q_jy = 0, C_jy = 1 +Q_jz = 0, C_jz = 1 +Q_ex = 1, C_ex = 1 +Q_ey = 1, C_ey = 1 +Q_ez = 1, C_ez = 1 +Q_by = 1, C_by = 1 +Q_bz = 1, C_bz = 1 +Q_edens = 1, C_edens = 0.0004 + +Q_kt = 0, C_kt = 1e-3 +Q_kw = 0, C_kw = 1e-3 +K_cut = 10, W_cut = 10, + +x_offset = 0 +contour_1 = 100 +contour_2 = 200 +contour_3 = 300 + + +&phasespace +------------------------------------------------------------------------------------------ +period_start = 0.0 +period_stop = 98.0 +period_step = 2.0 + +Q_vx = 1 +Q_vy = 0 +Q_vz = 0 + +Q_de_fi = 0 +Q_de_ii = 0 +C_de_fi = 0 +C_de_ii = 0 +Q_el = 1 +Q_ion = 0 + +xmax = 5 +xoffset = 1 + +========================================================================================== + + + + diff --git a/post/input_quelle.post b/post/input_quelle.post new file mode 100644 index 0000000..dc874d6 --- /dev/null +++ b/post/input_quelle.post @@ -0,0 +1,72 @@ +////////////////////////////////////////////////////////////////////////////////////////// +// +// input parameters for the lpic-postprocessor +// +////////////////////////////////////////////////////////////////////////////////////////// + + +&traces +------------------------------------------------------------------------------------------ +period_start = 0 +period_stop = 50 +period_screen = 1 + +ex = 0, ey = 0, ez = 0, by = 0, bz = 0, +fp = 1, fm = 1, gp = 1, gm = 1, +Pi = 0, Pr = 0, Sr = 0, Si = 0, +de = 0, di = 0, jx = 0, jy = 0, jz = 0 + + +&spacetime +------------------------------------------------------------------------------------------ +t_start = 0 +t_stop = 49 +x_start = 0 +x_stop = 8 + +imagesize = 16000 +smooth = 1 + +Q_de = 1, C_de = 6 +Q_di = 0, C_di = 6 +Q_de_fi = 0, C_de_fi = 0 +Q_de_ii = 0, C_de_ii = 0 +Q_jx = 0, C_jx = 0 +Q_jy = 0, C_jy = 0 +Q_jz = 0, C_jz = 0 +Q_ex = 0, C_ex = 0 +Q_ey = 0, C_ey = 0 +Q_ez = 0, C_ez = 0 +Q_by = 0, C_by = 0 +Q_bz = 0, C_bz = 0 +Q_edens = 0, C_edens = 0.0004 + +Q_kt = 0, C_kt = 1e-3 +Q_kw = 0, C_kw = 1e-3 +K_cut = 10, W_cut = 10, + +x_offset = 0 +contour_1 = 100 +contour_2 = 200 +contour_3 = 300 + + +&phasespace +------------------------------------------------------------------------------------------ +period_start = 0.0 +period_stop = 50.0 +period_step = 0.05 + +Q_vx = 0 +Q_vy = 0 +Q_vz = 0 +Q_el = 0 +Q_ion= 0 + +xmax = 7 +xoffset = 1 + +========================================================================================== + + + diff --git a/post/input_von_sunny.post b/post/input_von_sunny.post new file mode 100644 index 0000000..31dd689 --- /dev/null +++ b/post/input_von_sunny.post @@ -0,0 +1,73 @@ +////////////////////////////////////////////////////////////////////////////////////////// +// +// input parameters for the lpic-postprocessor +// +////////////////////////////////////////////////////////////////////////////////////////// + + +&traces +------------------------------------------------------------------------------------------ +period_start = 45 +period_stop = 50 +period_screen = 1 + +ex = 0, ey = 1, ez = 0, by = 0, bz = 0, +fp = 0, fm = 0, gp = 0, gm = 0, +Pi = 0, Pr = 0, Sr = 0, Si = 0, +de = 0, di = 0, jx = 0, jy = 0, jz = 0 + + +&spacetime +------------------------------------------------------------------------------------------ +t_start = 11 +t_stop = 15 +x_start = 0 +x_stop = 6 + +imagesize = 400 +smooth = 1 + +Q_de = 0, C_de = 6 +Q_di = 0, C_di = 6 +Q_de_fi = 0, C_de_fi = 0 +Q_de_ii = 0, C_de_ii = 0 +Q_jx = 0, C_jx = 0 +Q_jy = 0, C_jy = 0 +Q_jz = 0, C_jz = 0 +Q_ex = 0, C_ex = 0 +Q_ey = 0, C_ey = 0 +Q_ez = 0, C_ez = 0 +Q_by = 0, C_by = 0 +Q_bz = 0, C_bz = 0 +Q_edens = 1, C_edens = 0.0004 + +Q_kt = 0, C_kt = 1e-3 +Q_kw = 0, C_kw = 1e-3 +K_cut = 10, W_cut = 10, + +x_offset = 0 +contour_1 = 100 +contour_2 = 200 +contour_3 = 300 + + +&phasespace +------------------------------------------------------------------------------------------ +period_start = 20.0 +period_stop = 50.0 +period_step = 2.0 + +Q_vx = 1 +Q_vy = 0 +Q_vz = 0 +Q_el = 1 +Q_ion= 0 + +xmax = 5 +xoffset = 1 + +========================================================================================== + + + + diff --git a/post/lpic.all.modified.post b/post/lpic.all.modified.post new file mode 100755 index 0000000..2da4bd5 --- /dev/null +++ b/post/lpic.all.modified.post @@ -0,0 +1,13 @@ +#!/bin/sh + +for s in $1* +do + + if [ -e $s ] + then + echo lpic.modified.post `basename $s` + ./lpic.modified.post `basename $s` + fi + +done + diff --git a/post/lpic.bettermodified.post b/post/lpic.bettermodified.post new file mode 100755 index 0000000..a59357e --- /dev/null +++ b/post/lpic.bettermodified.post @@ -0,0 +1,8 @@ +#!/bin/sh +# usage: lpic.bettermodified.post input.lpi quellinput.post input.post + +dir=$(dirname $0) + +${dir}/../postpost/adj_input.post_time $1 $2 > $3 +${dir}/lpic.modified.post $(basename "$(echo "$1" | ${dir}/../postpost/outputdir_of_inputfile)") + diff --git a/post/lpic.modified.post b/post/lpic.modified.post new file mode 100755 index 0000000..4aba8e1 --- /dev/null +++ b/post/lpic.modified.post @@ -0,0 +1,142 @@ +#!/bin/sh + +PIC=.. +DATA=${PIC}/$1/ +#DATA=~/local/data/data_harm_matching_alpha30.2/ +POST=${DATA}/Post +IDL=${PIC}/idl + +strlen () +{ +for i in "$@"; do + echo ${#i} +done +} + +echo + +if [ -r "${POST}" ] +then + echo directory ${POST} exists + if [ -r "${POST}/output.post" ] + then + echo directory ${POST} not empty! + fi +else + mkdir ${POST} + echo make directory ${POST} +fi + +nice ./postprocessor ${DATA} ${POST} + +rm -f ${POST}/allidl.pro + +for i in de di jx jy jz ex ey ez bx by bz edens +do + if [ -r "${POST}/idl_$i.header" ] + then + rm -f ${POST}/idl_$i.pro + cat ${POST}/idl_$i.header > ${POST}/idl_$i.pro + cat ${IDL}/idl.body >> ${POST}/idl_$i.pro + rm -f ${POST}/idl_$i.header + echo idl_$i written + + rm -f ${POST}/idl2ps_$i.pro + cat ${POST}/idl2ps_$i.header > ${POST}/idl2ps_$i.pro + cat ${IDL}/idl2ps.body >> ${POST}/idl2ps_$i.pro + rm -f ${POST}/idl2ps_$i.header + echo idl2ps_$i written + + echo "idl2ps_$i" >> ${POST}/allidl.pro + fi + + if [ -r "${POST}/idl_kt_$i.header" ] + then + rm -f ${POST}/idl_kt_$i.pro + cat ${POST}/idl_kt_$i.header > ${POST}/idl_kt_$i.pro + cat ${IDL}/idl.body >> ${POST}/idl_kt_$i.pro + rm -f ${POST}/idl_kt_$i.header + echo idl_kt_$i written + + rm -f ${POST}/idl2ps_kt_$i.pro + cat ${POST}/idl2ps_kt_$i.header > ${POST}/idl2ps_kt_$i.pro + cat ${IDL}/idl2ps.body >> ${POST}/idl2ps_kt_$i.pro + rm -f ${POST}/idl2ps_kt_$i.header + echo idl2ps_kt_$i written + + echo "idl2ps_kt_$i" >> ${POST}/allidl.pro + fi + + if [ -r "${POST}/idl_kw_$i.header" ] + then + rm -f ${POST}/idl_kw_$i.pro + cat ${POST}/idl_kw_$i.header > ${POST}/idl_kw_$i.pro + cat ${IDL}/idl.body >> ${POST}/idl_kw_$i.pro + rm -f ${POST}/idl_kw_$i.header + echo idl_kw_$i written + + rm -f ${POST}/idl2ps_kw_$i.pro + cat ${POST}/idl2ps_kw_$i.header > ${POST}/idl2ps_kw_$i.pro + cat ${IDL}/idl2ps.body >> ${POST}/idl2ps_kw_$i.pro + rm -f ${POST}/idl2ps_kw_$i.header + echo idl2ps_kw_$i written + + echo "idl2ps_kw_$i" >> ${POST}/allidl.pro + fi +done + +for header in ${POST}/idlmovie*.header +do + name=`basename $header .header` + if [ -r "${POST}/$name.header" ] + then + rm -f ${POST}/$name.pro + cat ${POST}/$name.header > ${POST}/$name.pro + + cat ${IDL}/idlmovie.body >> ${POST}/$name.pro + rm -f ${POST}/$name.header + echo $name written + fi +done + +for header in ${POST}/idl2avi_*.header +do + name=`basename $header .header` + pref=`echo "$name" | awk -F'_' '{print "phase" $2 "-" $3 "-" }'` + if [ -r "${POST}/$name.header" ] + then + rm -f ${POST}/$name.pro + cat ${POST}/$name.header > ${POST}/$name.pro + + cat ${IDL}/idl2avinoloop.body >> ${POST}/$name.pro + rm -f ${POST}/$name.header + echo $name written + + for frame in `ls "${POST}" | grep "$pref*" | awk -F'-' '{print $3}' | sort -n` + do + longframe=$frame + while [ `strlen $longframe` -lt 10 ] + do + longframe="0"$longframe + done + echo "$name, \"$pref$frame\", \"frame_$pref$longframe.eps\"" >> ${POST}/allidl.pro + done + fi +done + +if [ -r "${POST}/idlmovie.pro" ] +then + cp ${IDL}/idlphase.pro ${POST} + echo + echo idlphase.pro copied to ${POST} +fi + +if [ -e "${POST}/allidl.pro" ] +then + echo "exit" >> ${POST}/allidl.pro +fi + +echo + + + diff --git a/post/lpic.post b/post/lpic.post new file mode 100644 index 0000000..172b941 --- /dev/null +++ b/post/lpic.post @@ -0,0 +1,92 @@ +#!/bin/sh + +PIC=.. +#DATA=${PIC}/data/ +DATA=/work/p3roch/data +POST=${DATA}/Post/HHG2 +IDL=${PIC}/idl + +echo + +if [ -r "${POST}" ] +then + echo directory ${POST} exists + if [ -r "${POST}/output.post" ] + then + echo directory ${POST} not empty! + fi +else + mkdir ${POST} + echo make directory ${POST} +fi + +nice ./postprocessor ${DATA} ${POST} + +for i in de di jx jy jz ex ey ez bx by bz edens +do + if [ -r "${POST}/idl_$i.header" ] + then + rm -f idl_$i.pro + cat ${POST}/idl_$i.header > ${POST}/idl_$i.pro + cat ${IDL}/idl.body >> ${POST}/idl_$i.pro + rm -f ${POST}/idl_$i.header + echo idl_$i written + + rm -f idl2ps_$i.pro + cat ${POST}/idl2ps_$i.header > ${POST}/idl2ps_$i.pro + cat ${IDL}/idl2ps.body >> ${POST}/idl2ps_$i.pro + rm -f ${POST}/idl2ps_$i.header + echo idl2ps_$i written + fi + + if [ -r "${POST}/idl_kt_$i.header" ] + then + rm -f idl_kt_$i.pro + cat ${POST}/idl_kt_$i.header > ${POST}/idl_kt_$i.pro + cat ${IDL}/idl.body >> ${POST}/idl_kt_$i.pro + rm -f ${POST}/idl_kt_$i.header + echo idl_kt_$i written + + rm -f idl2ps_kt_$i.pro + cat ${POST}/idl2ps_kt_$i.header > ${POST}/idl2ps_kt_$i.pro + cat ${IDL}/idl2ps.body >> ${POST}/idl2ps_kt_$i.pro + rm -f ${POST}/idl2ps_kt_$i.header + echo idl2ps_kt_$i written + fi + + if [ -r "${POST}/idl_kw_$i.header" ] + then + rm -f idl_kw_$i.pro + cat ${POST}/idl_kw_$i.header > ${POST}/idl_kw_$i.pro + cat ${IDL}/idl.body >> ${POST}/idl_kw_$i.pro + rm -f ${POST}/idl_kw_$i.header + echo idl_kw_$i written + + rm -f idl2ps_kw_$i.pro + cat ${POST}/idl2ps_kw_$i.header > ${POST}/idl2ps_kw_$i.pro + cat ${IDL}/idl2ps.body >> ${POST}/idl2ps_kw_$i.pro + rm -f ${POST}/idl2ps_kw_$i.header + echo idl2ps_kw_$i written + fi + + if [ -r "${POST}/idlmovie.header" ] + then + rm -f idlmovie.pro + cat ${POST}/idlmovie.header > ${POST}/idlmovie.pro + cat ${IDL}/idlmovie.body >> ${POST}/idlmovie.pro + rm -f ${POST}/idlmovie.header + echo idlmovie written + fi +done + +if [ -r "${POST}/idlmovie.pro" ] +then + cp ${IDL}/idlphase.pro ${POST} + echo + echo idlphase.pro copied to ${POST} +fi + +echo + + + diff --git a/post/src/.deps/error.Po b/post/src/.deps/error.Po new file mode 100644 index 0000000..6886adf --- /dev/null +++ b/post/src/.deps/error.Po @@ -0,0 +1,340 @@ +error.o: error.C \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/include/bits/wordsize.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/wchar.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/xlocale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h /usr/include/signal.h \ + /usr/include/bits/sigset.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + error.h common.h ../../config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip \ + /usr/include/stdlib.h /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h /usr/include/sys/types.h \ + /usr/include/sys/select.h /usr/include/bits/select.h \ + /usr/include/sys/sysmacros.h /usr/include/alloca.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstring \ + /usr/include/string.h + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/include/bits/wordsize.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/wchar.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/wchar.h: + +/usr/include/xlocale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/signal.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +error.h: + +common.h: + +../../config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstring: + +/usr/include/string.h: diff --git a/post/src/.deps/ft.Po b/post/src/.deps/ft.Po new file mode 100644 index 0000000..5a0aa7e --- /dev/null +++ b/post/src/.deps/ft.Po @@ -0,0 +1,356 @@ +ft.o: ft.C ft.h common.h ../../config.h utilities.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/xlocale.h \ + /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ + /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/include/bits/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ + /usr/include/signal.h /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/include/string.h /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip + +ft.h: + +common.h: + +../../config.h: + +utilities.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/include/xlocale.h: + +/usr/include/sys/types.h: + +/usr/include/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/time.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/include/bits/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/bits/sched.h: + +/usr/include/signal.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/include/string.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: diff --git a/post/src/.deps/ft2d.Po b/post/src/.deps/ft2d.Po new file mode 100644 index 0000000..38206a2 --- /dev/null +++ b/post/src/.deps/ft2d.Po @@ -0,0 +1,356 @@ +ft2d.o: ft2d.C ft2d.h common.h ../../config.h utilities.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/xlocale.h \ + /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ + /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/include/bits/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ + /usr/include/signal.h /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/include/string.h /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip + +ft2d.h: + +common.h: + +../../config.h: + +utilities.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/include/xlocale.h: + +/usr/include/sys/types.h: + +/usr/include/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/time.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/include/bits/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/bits/sched.h: + +/usr/include/signal.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/include/string.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: diff --git a/post/src/.deps/main.Po b/post/src/.deps/main.Po new file mode 100644 index 0000000..7c7cd5f --- /dev/null +++ b/post/src/.deps/main.Po @@ -0,0 +1,378 @@ +main.o: main.C main.h common.h ../../config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/include/bits/wordsize.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/wchar.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/xlocale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h /usr/include/signal.h \ + /usr/include/bits/sigset.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + error.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip \ + /usr/include/stdlib.h /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h /usr/include/sys/types.h \ + /usr/include/sys/select.h /usr/include/bits/select.h \ + /usr/include/sys/sysmacros.h /usr/include/alloca.h parameter.h \ + /usr/include/string.h utilities.h readfile.h trace.h ft.h \ + /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h spacetime.h ft2d.h phasespace.h + +main.h: + +common.h: + +../../config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/include/bits/wordsize.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/wchar.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/wchar.h: + +/usr/include/xlocale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/signal.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +error.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +parameter.h: + +/usr/include/string.h: + +utilities.h: + +readfile.h: + +trace.h: + +ft.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +spacetime.h: + +ft2d.h: + +phasespace.h: diff --git a/post/src/.deps/parameter.Po b/post/src/.deps/parameter.Po new file mode 100644 index 0000000..84a8d6e --- /dev/null +++ b/post/src/.deps/parameter.Po @@ -0,0 +1,343 @@ +parameter.o: parameter.C parameter.h common.h ../../config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/include/bits/wordsize.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/wchar.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/xlocale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h /usr/include/signal.h \ + /usr/include/bits/sigset.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip \ + /usr/include/string.h utilities.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/sys/sysmacros.h \ + /usr/include/alloca.h error.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream \ + readfile.h + +parameter.h: + +common.h: + +../../config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/include/bits/wordsize.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/wchar.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/wchar.h: + +/usr/include/xlocale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/signal.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: + +/usr/include/string.h: + +utilities.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +error.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream: + +readfile.h: diff --git a/post/src/.deps/phasespace.Po b/post/src/.deps/phasespace.Po new file mode 100644 index 0000000..e9a4be8 --- /dev/null +++ b/post/src/.deps/phasespace.Po @@ -0,0 +1,367 @@ +phasespace.o: phasespace.C phasespace.h common.h ../../config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/include/bits/wordsize.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/wchar.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/xlocale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h /usr/include/signal.h \ + /usr/include/bits/sigset.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip \ + /usr/include/string.h parameter.h utilities.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/sys/sysmacros.h \ + /usr/include/alloca.h error.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream \ + readfile.h /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h + +phasespace.h: + +common.h: + +../../config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/include/bits/wordsize.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/wchar.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/wchar.h: + +/usr/include/xlocale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/signal.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: + +/usr/include/string.h: + +parameter.h: + +utilities.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +error.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream: + +readfile.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: diff --git a/post/src/.deps/readfile.Po b/post/src/.deps/readfile.Po new file mode 100644 index 0000000..c265911 --- /dev/null +++ b/post/src/.deps/readfile.Po @@ -0,0 +1,86 @@ +readfile.o: readfile.C readfile.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/xlocale.h \ + /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ + /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/string.h + +readfile.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/include/xlocale.h: + +/usr/include/sys/types.h: + +/usr/include/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/time.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/include/string.h: diff --git a/post/src/.deps/spacetime.Po b/post/src/.deps/spacetime.Po new file mode 100644 index 0000000..4d98317 --- /dev/null +++ b/post/src/.deps/spacetime.Po @@ -0,0 +1,371 @@ +spacetime.o: spacetime.C spacetime.h common.h ../../config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/include/bits/wordsize.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/wchar.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/xlocale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h /usr/include/signal.h \ + /usr/include/bits/sigset.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip \ + /usr/include/string.h parameter.h utilities.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/sys/sysmacros.h \ + /usr/include/alloca.h error.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream \ + readfile.h /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h ft.h ft2d.h + +spacetime.h: + +common.h: + +../../config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/include/bits/wordsize.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/wchar.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/wchar.h: + +/usr/include/xlocale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/signal.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: + +/usr/include/string.h: + +parameter.h: + +utilities.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +error.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream: + +readfile.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +ft.h: + +ft2d.h: diff --git a/post/src/.deps/trace.Po b/post/src/.deps/trace.Po new file mode 100644 index 0000000..bc10593 --- /dev/null +++ b/post/src/.deps/trace.Po @@ -0,0 +1,369 @@ +trace.o: trace.C trace.h common.h ../../config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/include/bits/wordsize.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/wchar.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/xlocale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h /usr/include/signal.h \ + /usr/include/bits/sigset.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip \ + /usr/include/string.h parameter.h utilities.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/sys/sysmacros.h \ + /usr/include/alloca.h error.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream \ + readfile.h ft.h /usr/include/math.h /usr/include/bits/huge_val.h \ + /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \ + /usr/include/bits/inf.h /usr/include/bits/nan.h \ + /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \ + /usr/include/bits/mathinline.h + +trace.h: + +common.h: + +../../config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/include/bits/wordsize.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/wchar.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/wchar.h: + +/usr/include/xlocale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/signal.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip: + +/usr/include/string.h: + +parameter.h: + +utilities.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +error.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream: + +readfile.h: + +ft.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: diff --git a/post/src/.deps/utilities.Po b/post/src/.deps/utilities.Po new file mode 100644 index 0000000..edf6d88 --- /dev/null +++ b/post/src/.deps/utilities.Po @@ -0,0 +1,328 @@ +utilities.o: utilities.C utilities.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/xlocale.h \ + /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ + /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef \ + /usr/include/bits/wchar.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale \ + /usr/include/locale.h /usr/include/bits/locale.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype \ + /usr/include/ctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ + /usr/include/signal.h /usr/include/bits/setjmp.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc \ + /usr/include/string.h \ + /usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream + +utilities.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/include/xlocale.h: + +/usr/include/sys/types.h: + +/usr/include/time.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/bits/time.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ios: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stringfwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/postypes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwchar: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstddef: + +/usr/include/bits/wchar.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/functexcept.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/exception_defines.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/cpp_type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/type_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/numeric_traits.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/concept_check.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_types.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/debug/debug.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/localefwd.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cctype: + +/usr/include/ctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/bits/sched.h: + +/usr/include/signal.h: + +/usr/include/bits/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/string: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/new: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream_insert.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cxxabi-forced.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/binders.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/initializer_list: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_classes.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cwctype: + +/usr/include/wctype.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/streambuf_iterator.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ostream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/istream.tcc: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/codecvt.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdio: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/fstream.tcc: + +/usr/include/string.h: + +/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iostream: diff --git a/post/src/Makefile.am b/post/src/Makefile.am new file mode 100644 index 0000000..21ceeb8 --- /dev/null +++ b/post/src/Makefile.am @@ -0,0 +1,32 @@ +bin_PROGRAMS = postprocessor + +#INCLUDES = +#LDFLAGS = + +dist_data_DATA = Makefile.old + +postprocessor_SOURCES = \ + main.C \ + error.C \ + parameter.C \ + readfile.C \ + ft.C \ + ft2d.C \ + spacetime.C \ + trace.C \ + phasespace.C \ + utilities.C + +include_HEADERS = \ + common.h \ + error.h \ + ft.h \ + ft2d.h \ + main.h \ + matrix.h \ + parameter.h \ + phasespace.h \ + readfile.h \ + spacetime.h \ + trace.h \ + utilities.h diff --git a/post/src/Makefile.in b/post/src/Makefile.in new file mode 100644 index 0000000..c6d44e0 --- /dev/null +++ b/post/src/Makefile.in @@ -0,0 +1,453 @@ +# Makefile.in generated by automake 1.6.3 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_HEADER = $(INSTALL_DATA) +transform = @program_transform_name@ +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ + +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +AMTAR = @AMTAR@ +AR = @AR@ +AS = @AS@ +AWK = @AWK@ +CC = @CC@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXFLAGS = @CXXFLAGS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DOXYGEN = @DOXYGEN@ +ECHO = @ECHO@ +EGREP = @EGREP@ +F77 = @F77@ +GCJ = @GCJ@ +GCJFLAGS = @GCJFLAGS@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LATEX = @LATEX@ +LDFLAGS = @LDFLAGS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +OBJDUMP = @OBJDUMP@ +PACKAGE = @PACKAGE@ +PDFLATEX = @PDFLATEX@ +RANLIB = @RANLIB@ +RC = @RC@ +SED = @SED@ +STRIP = @STRIP@ +VERSION = @VERSION@ +am__include = @am__include@ +am__quote = @am__quote@ +install_sh = @install_sh@ +bin_PROGRAMS = postprocessor + + +#INCLUDES = +#LDFLAGS = +dist_data_DATA = Makefile.old + +postprocessor_SOURCES = \ + main.C \ + error.C \ + parameter.C \ + readfile.C \ + ft.C \ + ft2d.C \ + spacetime.C \ + trace.C \ + phasespace.C \ + utilities.C + + +include_HEADERS = \ + common.h \ + error.h \ + ft.h \ + ft2d.h \ + main.h \ + matrix.h \ + parameter.h \ + phasespace.h \ + readfile.h \ + spacetime.h \ + trace.h \ + utilities.h + +subdir = post/src +mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +bin_PROGRAMS = postprocessor$(EXEEXT) +PROGRAMS = $(bin_PROGRAMS) + +am_postprocessor_OBJECTS = main.$(OBJEXT) error.$(OBJEXT) \ + parameter.$(OBJEXT) readfile.$(OBJEXT) ft.$(OBJEXT) \ + ft2d.$(OBJEXT) spacetime.$(OBJEXT) trace.$(OBJEXT) \ + phasespace.$(OBJEXT) utilities.$(OBJEXT) +postprocessor_OBJECTS = $(am_postprocessor_OBJECTS) +postprocessor_LDADD = $(LDADD) +postprocessor_DEPENDENCIES = +postprocessor_LDFLAGS = + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +LIBS = @LIBS@ +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/error.Po ./$(DEPDIR)/ft.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/ft2d.Po ./$(DEPDIR)/main.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/parameter.Po ./$(DEPDIR)/phasespace.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/readfile.Po ./$(DEPDIR)/spacetime.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/trace.Po ./$(DEPDIR)/utilities.Po +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(postprocessor_SOURCES) +DATA = $(dist_data_DATA) + +HEADERS = $(include_HEADERS) + +DIST_COMMON = $(dist_data_DATA) $(include_HEADERS) Makefile.am \ + Makefile.in +SOURCES = $(postprocessor_SOURCES) + +all: all-am + +.SUFFIXES: +.SUFFIXES: .C .lo .o .obj +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign post/src/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +postprocessor$(EXEEXT): $(postprocessor_OBJECTS) $(postprocessor_DEPENDENCIES) + @rm -f postprocessor$(EXEEXT) + $(CXXLINK) $(postprocessor_LDFLAGS) $(postprocessor_OBJECTS) $(postprocessor_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ft.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ft2d.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phasespace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readfile.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spacetime.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Po@am__quote@ + +distclean-depend: + -rm -rf ./$(DEPDIR) + +.C.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + +.C.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(CXXCOMPILE) -c -o $@ `cygpath -w $<` + +.C.lo: +@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< +CXXDEPMODE = @CXXDEPMODE@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +dist_dataDATA_INSTALL = $(INSTALL_DATA) +install-dist_dataDATA: $(dist_data_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(datadir) + @list='$(dist_data_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(dist_dataDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/$$f"; \ + $(dist_dataDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/$$f; \ + done + +uninstall-dist_dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_data_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(datadir)/$$f"; \ + rm -f $(DESTDIR)$(datadir)/$$f; \ + done +includeHEADERS_INSTALL = $(INSTALL_HEADER) +install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(includedir) + @list='$(include_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ + $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \ + done + +uninstall-includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(include_HEADERS)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ + rm -f $(DESTDIR)$(includedir)/$$f; \ + done + +ETAGS = etags +ETAGSFLAGS = + +tags: TAGS + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @list='$(DISTFILES)'; for file in $$list; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) $(DESTDIR)$(includedir) + +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-compile distclean-depend \ + distclean-generic distclean-libtool distclean-tags + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-dist_dataDATA install-includeHEADERS + +install-exec-am: install-binPROGRAMS + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +uninstall-am: uninstall-binPROGRAMS uninstall-dist_dataDATA \ + uninstall-includeHEADERS uninstall-info-am + +.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool distclean distclean-compile \ + distclean-depend distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am info info-am install \ + install-am install-binPROGRAMS install-data install-data-am \ + install-dist_dataDATA install-exec install-exec-am \ + install-includeHEADERS install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + tags uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-dist_dataDATA uninstall-includeHEADERS \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/post/src/Makefile.old b/post/src/Makefile.old new file mode 100644 index 0000000..bc3977c --- /dev/null +++ b/post/src/Makefile.old @@ -0,0 +1,72 @@ +TARGET = postprocessor + +SRC = main.C error.C parameter.C readfile.C ft.C ft2d.C \ + spacetime.C trace.C phasespace.C utilities.C +OBJ = main.o error.o parameter.o readfile.o ft.o ft2d.o \ + spacetime.o trace.o phasespace.o utilities.o + +POST = .. +SRCPATH = $(POST)/src +OBJPATH = $(POST)/obj +INCPATH = $(SRCPATH)/include +HEADERS = $(INCPATH)/*.h + +INCDIRS = -I$(INCPATH) + +LIBS = -lm -lc +# -lqt + +LIBDIRS = -L/usr/lib +# -L$(QT_LIBRARY) + +# ----------------------------------- edit ----------------------------------------------- + +# RS6000 AIX +#CC = xlC +#LINK = xlC +#CFLAGS = -O2 + +# GNU C compiler +CC = g++ +LINK = g++ +CFLAGS = -O2 -Wno-deprecated + +# ---------------------------------------------------------------------------------------- + +LINKFLAGS = $(LIBDIRS) $(LIBS) + +RM = rm +RMFLAGS = -f +EMACSBACK = *~ $(INCPATH)/*.h~ + +post: + -mv $(OBJPATH)/*.o $(SRCPATH); + make $(TARGET); + mv *.o $(OBJPATH)/; + mv $(TARGET) $(POST); + +$(TARGET): $(SRC) $(OBJ) + $(LINK) $(CFLAGS) -o $(TARGET) $(OBJ) $(LINKFLAGS) + +.C.o: + $(CC) $(CFLAGS) $(INCDIRS) -c $< + +clean: + $(RM) $(RMFLAGS) $(OBJPATH)/*.o + +order: + $(RM) $(RMFLAGS) $(EMACSBACK) + +revision: + ci -l Makefile *.C $(INCPATH)/*.h + chmod 644 Makefile *.C $(INCPATH)/*.h + +printout: + a2ps -c -nP Makefile $(HEADERS) $(SOURCES_PARALLEL) > printout.ps + +wc: + wc Makefile $(HEADERS) $(SOURCES_PARALLEL) + +rlog: + rlog RCS/* $(INCPATH)/RCS/* > rlog.txt + diff --git a/post/src/common.h b/post/src/common.h new file mode 100644 index 0000000..5ddb2bf --- /dev/null +++ b/post/src/common.h @@ -0,0 +1,58 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// physical constants in SI units +// mathematical constants +// common definitions +// common procedures +// +////////////////////////////////////////////////////////////////////////////////////////// + +#ifndef COMMON_H +#define COMMON_H + +#include <config.h> + +#define C 2.9979246e+8 // m/s velocity of light in vacuum +#define E 1.6021773e-19 // C electron charge +#define M 9.1093897e-31 // kg electron mass +#define EPS 8.8541878e-12 // C/Vm dielectric permability +#define EV 1.6021773e-19 // J electron volt +#define HB 1.0545727e-34 // Js Planck's h/2pi +#define AB 5.2917726e-11 // m Bor radius +#define EN 4.3597483e-18 // J atomic energy unit = 2 * 13.6 eV +#define TI 2.4188843e-17 // s atomic time unit = HB / EN +#define PI M_PI + +#define TINY 1e-10 + +#define filename_size 100 + +inline double sqr(double x) { return (x*x); } + +#endif + + + + + diff --git a/post/src/error.C b/post/src/error.C new file mode 100644 index 0000000..c94ef13 --- /dev/null +++ b/post/src/error.C @@ -0,0 +1,306 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include <iostream> +#include <fstream> +#include <error.h> +#include <cstring> +using namespace std; + +int error_handler::error_number = 0; +int error_handler::message_number = 0; +int error_handler::debug_number = 0; +int error_handler::Q_debug = 1; +int error_handler::object_number = 0; +int error_handler::tab = 33; + +////////////////////////////////////////////////////////////////////////////////////////// + +error_handler::error_handler(const char *name, char *error_file_name) +{ + errname = new char [filename_size]; + strcpy(errname,error_file_name); + + errfile.open(errname,ios::app); + + if (!errfile) + { + cerr << " Cannot open " << errname << endl; + exit(1); + } + + errfile.close(); + + my_name = name; + object_number++; + + debug(""); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +void error_handler::error(char* s1, char* s2, char *s3, char *s4) +{ + error_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + printf("FAILURE."); fflush(stdout); + errfile << "FAILURE: " << setw(tab) << my_name << " " << s1 << ' ' << s2 + << s3 << s4 << endl; + + errfile.close(); + + exit(1); +} + +void error_handler::error(char* s1, double d2, char *s3, char *s4) +{ + error_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile << "FAILURE: " << setw(tab) << my_name << " " << s1 << ' ' + << setw(8) << d2 << s3 << s4 << endl; + + errfile.close(); + + exit(1); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +void error_handler::message(char *s1, char* s2, char* s3, char* s4) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << s2 << " " << s3 << " " << s4 << endl; + + errfile.close(); +} + +void error_handler::message(char *s1, double d2, + char* s3, char* s4) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << s3 << " " << s4 <<endl; + + errfile.close(); +} + +void error_handler::message(char *s1, double d2, char* s3, double d4) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << s3 << " " << d4 <<endl; + + errfile.close(); +} + +void error_handler::message(char *s1, double d2, char* s3, double d4, + char *s5, double d6, char* s7, double d8 ) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << s3 << " " << d4 << + s5 << " " << d6 << " " << s7 << " " << d8 << endl; + + errfile.close(); +} + +void error_handler::message(char *s1, double d2, char* s3, double d4, + char *s5, double d6 ) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << s3 << " " << d4 << " " + << s5 << " " << d6 << " " << endl; + + errfile.close(); +} + +void error_handler::message(char *s1, double d2, double d3, double d4, double d5 ) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << d3 << " " << d4 + << " " << d5 << endl; + + errfile.close(); +} + +void error_handler::message(char *s1, double d2, double d3, double d4 ) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << d3 << " " << d4 << endl; + + errfile.close(); +} + +void error_handler::message(char *s1, double d2, double d3) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << d3 <<endl; + + errfile.close(); +} + +void error_handler::message(char *s1, char *s2, double d3) +{ + message_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << s2 << " " << d3 <<endl; + + errfile.close(); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +void error_handler::debug(char *s1, char* s2, char* s3, char* s4) +{ + if (Q_debug) { + debug_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile << setw(tab+8) << my_name << " DB:" << setw(2) << object_number << " " + << s1 << " " << s2 << " " << s3 << " " << s4 << endl; + + errfile.close(); + } +} + +void error_handler::debug(char *s1, double d2, char* s3, char* s4) +{ + if (Q_debug) { + debug_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " DB:" << setw(2) << object_number << " " + << s1 << " " << d2 << " " << s3 << " " << s4 <<endl; + + errfile.close(); + } +} + +void error_handler::debug(char *s1, double d2, char* s3, double d4) +{ + if (Q_debug) { + debug_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " DB:" << setw(2) << object_number << " " + << s1 << " " << d2 << " " << s3 << " " << d4 <<endl; + + errfile.close(); + } +} + +void error_handler::debug(char *s1, double d2, char* s3, double d4, + char *s5, double d6 ) +{ + if (Q_debug) { + debug_number++ ; + + errfile.open(errname,ios::app); + errfile.setf(ios::left); + + errfile.precision(12); + + errfile << setw(tab+8) << my_name << " " + << s1 << " " << d2 << " " << s3 << " " << d4 << " " + << s5 << " " << d6 << " " << endl; + + errfile.close(); + } +} + +////////////////////////////////////////////////////////////////////////////////////////// +//EOF + + + + diff --git a/post/src/error.h b/post/src/error.h new file mode 100644 index 0000000..379ea19 --- /dev/null +++ b/post/src/error.h @@ -0,0 +1,79 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef ERROR_H +#define ERROR_H + +#include <common.h> +#include <iostream> +#include <fstream> +#include <stdio.h> +#include <string> +#include <iomanip> +#include <stdlib.h> +using namespace std; + +class error_handler { + static int error_number; + static int message_number; + static int Q_debug; + static int debug_number; + static int object_number; + const char *my_name; + char *errname; + ofstream errfile; + static int tab; +public: + error_handler(const char *, char *error_file_name); + void error(char* s1, char* s2="", + char* s3="", char* s4=""); + void error(char* s1, double d2, + char* s3="", char* s4=""); + + void message(char* m1, + char* m2="", char* m3="", char* m4=""); + void message(char* m1, double m2, + char* m3="", char* m4=""); + void message(char* m1, double m2, char* m3, double m4); + void message(char* m1, double m2, char* m3, double m4, + char* m5, double m6, char* m7, double m8); + void message(char* m1, double m2, double m3, double m4, double m5 ); + void message(char* m1, double m2, double m3, double m4 ); + void message(char* m1, double m2, char* m3, double m4, char* m5, double m6); + void message(char *s1, double d2, double d3); + void message(char *s1, char *s2, double d3); + + void debug(char* m1, + char* m2="", char* m3="", char* m4=""); + void debug(char* m1, double m2, + char* m3="", char* m4=""); + void debug(char* m1 , double m2, char* m3, double m4); + void debug(char* m1 , double m2, char* m3, double m4, char* m5, double m6); +}; + +#endif + + + + + + + diff --git a/post/src/ft.C b/post/src/ft.C new file mode 100644 index 0000000..1a8d66c --- /dev/null +++ b/post/src/ft.C @@ -0,0 +1,327 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include <ft.h> + +////////////////////////////////////////////////////////////////////////////////////////// + + +FFT::FFT( int periods, int steps_pp, int screen ) +{ + periods_input = periods; + steps_pp_input = steps_pp; + periods_screen = screen; + + steps_input = periods * steps_pp; + dt_input = (double) periods_input / ( steps_input - 1 ); + steps = steps_ft(); + steps_half = (int) floor( 0.5*steps + 0.5 ); + dt = (double) periods_input / ( steps - 1 ); // time step in periods + df = (double) 1.0 / periods_input; // frequency step + + local = new double [steps]; + data = new double [2*steps+1]; + frequency = new double [steps]; + co = new double [steps]; + si = new double [steps]; + power = new double [steps]; + corr = new double [steps]; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +int FFT::steps_ft( void ) +{ + int max_expo = 14; + int expo, steps_ft; + + expo = (int) ceil( log(steps_input)/log(2) ); // steps_ft = next power of 2 + // larger than steps_input + if (expo > max_expo) expo = max_expo; + + steps_ft = (int) pow( 2, expo ); + + return steps_ft; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +double FFT::window( double t ) +// input: time t in periods +// window cuts off smoothly first and last period +{ + double tscr = (double) periods_screen; + double toff = (double) periods_input - tscr; + + if ( t < tscr ) return pow( sin(0.5*PI*t/tscr), 2 ); + else { + if ( t > toff ) return pow( sin(0.5*PI*(1.0-(t-toff)/tscr)), 2 ); + else return 1.0; + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +int FFT::RealFt( float* input ) +/* + takes real input 0, ... , m-1 + interpolates to local 0, ... , n-1, where n is a power of 2, usually larger than m + i.e. t=0 .... t=(n-1)dt + returns real output 0, ... , n/2 i.e. f=0 .... f=1/(2*dt) + + returns cosine-transform co = re + sine-transform si = im + power spectrum pow = 2*(re*re+im*im) + +*/ +{ + int i, low, high; + double t, th, tl; + double re, im; + + for( i=0; i<steps; i++ ) // interpolates vector 1, ... , steps_input + { // to vector 0, ... , steps-1 + low = (int) floor( (double) i * (steps_input-1) / (steps-1) ); + if ( i<steps-1) high = low+1; + else high = low; + + tl = dt_input * low; + th = dt_input * high; + t = dt * i; + + local[i] = (th-t)/dt_input * input[low] + (t-tl)/dt_input * input[high]; + data[2*i+1] = window(t) * local[i]; + data[2*i+2] = 0; + } + + fft(data,steps,1); + + for( i=0; i<=0.5*steps; i++ ) // positive frequency part, since input real + { + frequency[i] = df * i; + + re = data[2*i+1]/steps; // cos-part + im = data[2*i+2]/steps; // sin-part + + if ( i==0 ) { + co[i] = re; + si[i] = im; + power[i] = (re*re+im*im); + } + else { + co[i] = 2*re; + si[i] = 2*im; + power[i] = 2*( re*re+im*im ); + } + } + + return steps; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +double FFT::frequency_filter( double freq, double mid, double width ) +{ + if ( fabs(freq)-mid < -0.5*width ) return 0; + else if ( fabs(freq)-mid < 0.5*width ) return cos(M_PI*(fabs(freq)-mid)/width); + else return 0; +} + +////////////////////////////////////////////////////////////////////////////////////////// + + +int FFT::correlation( float* input, double mid, double width ) +/* + the correlation of 'input' is calculated and returned in vector 'corr' + + this is done modifying function FFT::RealFt(): + - input is Fourier transformed + - the power spectrum is calculated + - the inverse transform of the power spectrum is taken + - the result is normalized, divided by the result at delay t=0 + 'mid' and 'width' denote a frequency window that is used to filter the + power spectrum +*/ +{ + int i, low, high; + double t, th, tl; + double re, im; + + for( i=0; i<steps; i++ ) // interpolates vector 1, ... , steps_input + { // to vector 0, ... , steps-1 + low = (int) floor( (double) i * (steps_input-1) / (steps-1) ); + if ( i<steps-1) high = low+1; + else high = low; + + tl = dt_input * low; + th = dt_input * high; + t = dt * i; + + local[i] = (th-t)/dt_input * input[low] + (t-tl)/dt_input * input[high]; + data[2*i+1] = window(t) * local[i]; + data[2*i+2] = 0; + } + + fft(data,steps,1); + + for( i=0; i<steps; i++ ) // for all frequencies + { + if (i<=steps_half) frequency[i] = df * i; + else frequency[i] = df * ( i - steps ); + + re = data[2*i+1]/steps; // cos-part + im = data[2*i+2]/steps; // sin-part + + re *= frequency_filter( frequency[i], mid, width ); // filter in frequency space + im *= frequency_filter( frequency[i], mid, width ); + + data[2*i+1] = re*re + im*im; // power spectrum + data[2*i+2] = 0; // real! + } + + fft(data,steps,-1); // inverse transform should be real + + for( i=0; i<steps; i++ ) // for all time delays + { + corr[i] = data[2*i+1] / data[1]; // normalize, correlation is real + } + + return steps; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +#define SWAP(a,b) tempr=(a);(a)=(b);(b)=tempr + +void FFT::fft( double* data, int nn, int isign) +// numerical recipies routine "four1.c" +{ + int n,mmax,m,j,istep,i; + double wtemp,wr,wpr,wpi,wi,theta; + double tempr,tempi; + + n=nn << 1; + j=1; + for (i=1;i<n;i+=2) { + if (j > i) { + SWAP(data[j],data[i]); + SWAP(data[j+1],data[i+1]); + } + m=n >> 1; + while (m >= 2 && j > m) { + j -= m; + m >>= 1; + } + j += m; + } + mmax=2; + while (n > mmax) { + istep=2*mmax; + theta=6.28318530717959/(isign*mmax); + wtemp=sin(0.5*theta); + wpr = -2.0*wtemp*wtemp; + wpi=sin(theta); + wr=1.0; + wi=0.0; + for (m=1;m<mmax;m+=2) { + for (i=m;i<=n;i+=istep) { + j=i+mmax; + tempr=wr*data[j]-wi*data[j+1]; + tempi=wr*data[j+1]+wi*data[j]; + data[j]=data[i]-tempr; + data[j+1]=data[i+1]-tempi; + data[i] += tempr; + data[i+1] += tempi; + } + wr=(wtemp=wr)*wpr-wi*wpi+wr; + wi=wi*wpr+wtemp*wpi+wi; + } + mmax=istep; + } +} + +#undef SWAP + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void FFT::out( float* input, char* path, char* appendix ) +{ + + int MAX_STEPS = 5000; + int sample = 1 + (int) floor( (double) steps_input / MAX_STEPS ); + FILE* f; + int i; + double time; + char file[filename_size]; + + sprintf( file, "%s/ft.%s.trace_1", path, appendix ); + f=fopen( file, "w" ); + + for( i=0; i<steps_input; i+=sample ) + { + time=dt_input*i; + fprintf( f, "\n %.5e %.5e", time, input[i] ); + } + + fclose( f ); + + sprintf( file, "%s/ft.%s.trace_2", path, appendix ); + f=fopen( file, "w" ); + + for( i=0; i<steps; i++ ) + { + time=dt*i; + fprintf( f, "\n %.5e %.5e", time, local[i] ); + } + + fclose( f ); + + sprintf( file, "%s/ft.%s", path, appendix ); + f=fopen( file, "w" ); + + for( i=0; i<=0.5*steps; i++ ) + { + fprintf( f, "\n %.5e", frequency[i] ); + fprintf( f, " %.5e", co[i] ); + fprintf( f, " %.5e", si[i] ); + fprintf( f, " %.5e", power[i] ); + } + + fclose( f ); + +} + + +////////////////////////////////////////////////////////////////////////////////////////// +//eof + diff --git a/post/src/ft.h b/post/src/ft.h new file mode 100644 index 0000000..6035012 --- /dev/null +++ b/post/src/ft.h @@ -0,0 +1,67 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef FT_H +#define FT_H + +#include <common.h> +#include <utilities.h> +#include <math.h> +#include <fstream> +#include <iomanip> +#include <string.h> + +class FFT { + public: + +// input + int periods_input; + int steps_pp_input; + int periods_screen; + int padding; + +// internal + int steps, steps_half, steps_input; + double dt, dt_input; + double df; + double *local; + double *data; + double *frequency; + double *si; + double *co; + double *phase; + double *power; + double *corr; + + char errname[filename_size]; + + FFT( int periods, int steps_pp, int screen ); + int steps_ft( void ); + void fft( double* data, int nn, int isign ); + int RealFt( float* input ); + double window( double ); + int correlation( float *input, double mid, double width ); + double frequency_filter( double freq, double mid, double width ); + void out( float* input, char *path, char *appendix ); +}; + +#endif + diff --git a/post/src/ft2d.C b/post/src/ft2d.C new file mode 100644 index 0000000..956c187 --- /dev/null +++ b/post/src/ft2d.C @@ -0,0 +1,272 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include <ft2d.h> + +////////////////////////////////////////////////////////////////////////////////////////// + + +FFT2D::FFT2D( int Q_kw, int periods_1, int steps_pp_1, int screen_1, + int periods_2, int steps_pp_2, int screen_2 ) +{ + if (Q_kw){ + periods_input_1 = periods_1; + periods_input_2 = periods_2; + steps_pp_input_1 = steps_pp_1; + steps_pp_input_2 = steps_pp_2; + screen_input_1 = screen_1; + screen_input_2 = screen_2; + + steps_input_1 = periods_1 * steps_pp_1; + steps_input_2 = periods_2 * steps_pp_2; + dt_input_1 = (float) periods_input_1 / ( steps_input_1 - 1 ); + dt_input_2 = (float) periods_input_2 / ( steps_input_2 - 1 ); + steps_1 = steps_ft( steps_input_1 ); + steps_2 = steps_ft( steps_input_1 ); + steps_half_1 = (int) floor( 0.5*steps_1 + 0.5 ); + steps_half_2 = (int) floor( 0.5*steps_2 + 0.5 ); + dt_1 = (float) periods_input_1 / ( steps_1 - 1 ); // time step in periods + dt_2 = (float) periods_input_2 / ( steps_2 - 1 ); // time step in periods + df_1 = (float) 1.0 / periods_input_1; // frequency step + df_2 = (float) 1.0 / periods_input_2; // frequency step + + nn = new int [ 3 ]; + nn[1] = steps_1; + nn[2] = steps_2; + local = fmatrix( 0, steps_1, 0, steps_2 ); + data = new float [ 2 * steps_1 * steps_2 + 1 ]; + frequency_1 = new float [ steps_1 ]; + frequency_2 = new float [ steps_2 ]; + // co = fmatrix( 0, steps_half_1+1, 0, steps_2+1 );// pos and neg k, pos frequency! + // si = fmatrix( 0, steps_half_1+1, 0, steps_2+1 ); + power = fmatrix( 0, steps_half_1+1, 0, steps_2+1 ); + + if (!nn || !local || !data || !frequency_1 || !frequency_2 || !power) { + printf( "\n allocation failure in FFT2D::constructor" ); + exit(-1); + } + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +int FFT2D::steps_ft( int steps_input ) +{ + int MAX_EXPO = 14; + int expo, steps_ft; + + expo = (int) ceil( log(steps_input)/log(2) ); // steps_ft = next power of 2 + // larger than steps_input + if (expo > MAX_EXPO) { + expo = MAX_EXPO; + printf( "\n FFT2D: number of steps is 2^%d < %d\n", MAX_EXPO, steps_input ); + } + + steps_ft = (int) pow( 2, expo ); + + return steps_ft; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +float FFT2D::window( float t, int screen_input, int periods_input ) +// input: time t in periods +// window cuts off smoothly first and last period +{ + float tscr = (float) screen_input; + float toff = (float) periods_input - tscr; + + if ( t < tscr ) return pow( sin(0.5*PI*t/tscr), 2 ); + else { + if ( t > toff ) return pow( sin(0.5*PI*(1.0-(t-toff)/tscr)), 2 ); + else return 1.0; + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void FFT2D::RealFt( float **input ) +/* + takes real input matrix [0, ..., steps_input_1 - 1] [0, ..., steps_input_2 - 1 ] + interpolates to local matrix [0, ..., steps_1 - 1] [0, ..., steps_2 - 1], + where steps_1 and steps_2 are powers of 2, usually larger than steps_input + + i.e. t_1=0 .... (steps_input_1-1) dt_1 + i.e. t_2=0 .... (steps_input_2-1) dt_2 + + returns real output arrays [0, ... , steps_half_1] [0, ..., steps_2] + + i.e. f_1= 0 .... 1/(2*dt_1) + i.e. f_2= -1/(2*dt_2) .... 1/(2*dt_2) + + returns cosine-transform co = re + sine-transform si = im + power spectrum pow = 2*(re*re+im*im) +*/ +{ + int i, index, j; + float t, x; + int th, tl, xh, xl; + float re, im; + + for( i=0; i<steps_1; i++ ) // interpolate + { + for( j=0; j<steps_2; j++ ) + { + t = (float) i * (steps_input_1-1) / (steps_1-1); + x = (float) j * (steps_input_2-1) / (steps_2-1); + tl = (int) floor( t ); + xl = (int) floor( x ); + if ( i<steps_1-1) th = tl+1; + else th = tl; + if ( j<steps_2-1) xh = xl+1; + else xh = xl; + + t = th - t; + x = xh - x; + + local[i][j] = t*x*input[tl][xl] + t*(1.0-x)*input[tl][xh]; + local[i][j] += (1.0-t)*x*input[th][xl] + (1.0-t)*(1.0-x)*input[th][xh]; + local[i][j] *= window( dt_1*i, screen_input_1, periods_input_1 ); + local[i][j] *= window( dt_2*j, screen_input_2, periods_input_2 ); + + data[2*i*steps_2 + 2*j+1] = local[i][j]; + data[2*i*steps_2 + 2*j+2] = 0; + } + } + + fftn(data,nn,2,1); + + for( i=0; i<=steps_half_1; i++ ) + { + if (i==0) index = 0; // only negative frequencies + else index = steps_1 - i; // only negative frequencies + // index = i; // only positive frequencies + + frequency_1[i] = df_1 * i; + + for( j=0; j<steps_2; j++ ) // positive and negative k-values + { + if (j<steps_half_2) frequency_2[j+steps_half_2] = df_2 * j; + else frequency_2[j-steps_half_2] = df_2 * (j-steps_2); + + re = data[2*index*steps_2 + 2*j+1] / (steps_1 * steps_2); // cos-part + im = data[2*index*steps_2 + 2*j+2] / (steps_1 * steps_2); // sin-part + + if (j<steps_half_2) { + // co[ i ][ j + steps_half_1 ] = re; + // si[ i ][ j + steps_half_1 ] = im; + power[ i ][ j + steps_half_1 ] = ( re*re+im*im ); + } + else { + // co[ i ][ j - steps_half_1 ] = re; + // si[ i ][ j - steps_half_1 ] = im; + power[ i ][ j - steps_half_1 ] = ( re*re+im*im ); + } + } + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +#define SWAP(a,b) tempr=(a);(a)=(b);(b)=tempr + +void FFT2D::fftn(float *data, int *nn, int ndim, int isign) +// numerical recipies routine "fourn.c" +{ + int i1,i2,i3,i2rev,i3rev,ip1,ip2,ip3,ifp1,ifp2; + int ibit,idim,k1,k2,n,nprev,nrem,ntot; + float tempi,tempr; + float theta,wi,wpi,wpr,wr,wtemp; + + ntot=1; + for (idim=1;idim<=ndim;idim++) + ntot *= nn[idim]; + nprev=1; + for (idim=ndim;idim>=1;idim--) { + n=nn[idim]; + nrem=ntot/(n*nprev); + ip1=nprev << 1; + ip2=ip1*n; + ip3=ip2*nrem; + i2rev=1; + for (i2=1;i2<=ip2;i2+=ip1) { + if (i2 < i2rev) { + for (i1=i2;i1<=i2+ip1-2;i1+=2) { + for (i3=i1;i3<=ip3;i3+=ip2) { + i3rev=i2rev+i3-i2; + SWAP(data[i3],data[i3rev]); + SWAP(data[i3+1],data[i3rev+1]); + } + } + } + ibit=ip2 >> 1; + while (ibit >= ip1 && i2rev > ibit) { + i2rev -= ibit; + ibit >>= 1; + } + i2rev += ibit; + } + ifp1=ip1; + while (ifp1 < ip2) { + ifp2=ifp1 << 1; + theta=isign*6.28318530717959/(ifp2/ip1); + wtemp=sin(0.5*theta); + wpr = -2.0*wtemp*wtemp; + wpi=sin(theta); + wr=1.0; + wi=0.0; + for (i3=1;i3<=ifp1;i3+=ip1) { + for (i1=i3;i1<=i3+ip1-2;i1+=2) { + for (i2=i1;i2<=ip3;i2+=ifp2) { + k1=i2; + k2=k1+ifp1; + tempr=wr*data[k2]-wi*data[k2+1]; + tempi=wr*data[k2+1]+wi*data[k2]; + data[k2]=data[k1]-tempr; + data[k2+1]=data[k1+1]-tempi; + data[k1] += tempr; + data[k1+1] += tempi; + } + } + wr=(wtemp=wr)*wpr-wi*wpi+wr; + wi=wi*wpr+wtemp*wpi+wi; + } + ifp1=ifp2; + } + nprev *= n; + } +} + +#undef SWAP + + +////////////////////////////////////////////////////////////////////////////////////////// +//eof + diff --git a/post/src/ft2d.h b/post/src/ft2d.h new file mode 100644 index 0000000..e665041 --- /dev/null +++ b/post/src/ft2d.h @@ -0,0 +1,63 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef FT2_H +#define FT2_H + +#include <common.h> +#include <utilities.h> +#include <math.h> +#include <fstream> +#include <iomanip> +#include <string.h> + +class FFT2D { + public: + +// input + int periods_input_1, periods_input_2; + int steps_pp_input_1, steps_pp_input_2; + int screen_input_1, screen_input_2; + +// internal + int steps_1, steps_2, steps_half_1, steps_half_2, steps_input_1, steps_input_2; + float dt_1, dt_input_1, dt_2, dt_input_2; + float df_1, df_2; + float **local; + float *data; + float *frequency_1, *frequency_2; + float **si; + float **co; + float **power; + int *nn; + + char errname[filename_size]; + + FFT2D ( int Q_kw, int periods_1, int steps_pp_1, int screen_1, + int periods_2, int steps_pp_2, int screen_2 ); + int steps_ft ( int steps_input ); + float window ( float t, int screen_input, int periods_input ); + void fftn ( float* data, int *nn, int ndim, int isign ); + void RealFt ( float** input ); +}; + +#endif + diff --git a/post/src/main.C b/post/src/main.C new file mode 100644 index 0000000..34effae --- /dev/null +++ b/post/src/main.C @@ -0,0 +1,58 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// postprocessor for lpic++ +// +////////////////////////////////////////////////////////////////////////////////////////// + +#include <main.h> + +////////////////////////////////////////////////////////////////////////////////////////// + +int main(int argc, char **argv) +{ + parameter p(argc, argv); + + char errname[filename_size]; + sprintf( errname, "%s/error", p.output_path ); + static error_handler bob("main",errname); + + trace tr(p); + tr.transform(p); // calculate Fourier transforms from trace data + + spacetime sp(p); + sp.select(); // convert spacetime files into plot format + + + phasespace ph(p); + ph.concat(); // concatenate phasespace files of different domains + + bob.message("done"); + + exit(0); +} + +////////////////////////////////////////////////////////////////////////////////////////// +//EOF + + diff --git a/post/src/main.h b/post/src/main.h new file mode 100644 index 0000000..5d2739b --- /dev/null +++ b/post/src/main.h @@ -0,0 +1,35 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef MAIN_H +#define MAIN_H + +#include <common.h> +#include <iostream> +#include <error.h> +#include <parameter.h> +#include <trace.h> +#include <spacetime.h> +#include <phasespace.h> + +int main(int argc, char **argv); + +#endif diff --git a/post/src/matrix.h b/post/src/matrix.h new file mode 100644 index 0000000..5a365db --- /dev/null +++ b/post/src/matrix.h @@ -0,0 +1,45 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef MATRIX_H +#define MATRIX_H + +#include <stdio.h> +#include <stddef.h> +#include <stdlib.h> +#include <fstream.h> +#include <string.h> + +double** dmatrix( long nrl, long nrh, long ncl, long nch ); +void delete_dmatrix( double **m, long nrl, long nrh, long ncl, long nch ); +float** matrix( long nrl, long nrh, long ncl, long nch ); +void delete_matrix( float **m, long nrl, long nrh, long ncl, long nch ); +float** fmatrix( long nrl, long nrh, long ncl, long nch ); +void delete_fmatrix( float **m, long nrl, long nrh, long ncl, long nch ); +int** imatrix( long nrl, long nrh, long ncl, long nch ); +void delete_imatrix( int **m, long nrl, long nrh, long ncl, long nch ); +unsigned char **ucmatrix(long nrl, long nrh, long ncl, long nch); +void delete_ucmatrix(unsigned char **m, long nrl, long nrh, long ncl, long nch); + +void error(char* s1, char* s2="", char* s3="", char* s4=""); +void error(char* s1, double d2, char* s3="", char* s4=""); + +#endif diff --git a/post/src/parameter.C b/post/src/parameter.C new file mode 100644 index 0000000..72fa89e --- /dev/null +++ b/post/src/parameter.C @@ -0,0 +1,114 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// postprocessor for lpic++ +// +////////////////////////////////////////////////////////////////////////////////////////// + +#include <parameter.h> + +parameter::parameter(int argc, char **argv) + : rf() +{ + my_name = argv[0]; + + errname = new char [filename_size]; + read_filename = new char [filename_size]; + save_filename = new char [filename_size]; + output_path = new char [filename_size]; + save_path_name = new char [filename_size]; + file_path = new char [filename_size]; + + if (argc<3) { // check commandline parameters + printf( "\n two arguments required: input and output path\n\n"); + exit(0); + } + else { + strcpy( file_path, argv[1] ); + strcpy( output_path, argv[2] ); + } + + sprintf( errname, "%s/error", output_path ); + static error_handler bob("parameter::Constructor", errname ); + + bob.message( "sizeof(unsigned char)=",sizeof(unsigned char)); + bob.message( "sizeof(int)=",sizeof(int)); + + bob.message("reading lpi data files from ", file_path); + bob.message("writing post files to ", output_path); + bob.message("reading further input from input.post"); + + cout << endl; + cout << "reading lpi data files from " << file_path << endl; + cout << "writing post-lpi files to " << output_path << endl; + cout << "reading further input from input.post" << endl << endl; + + strcpy(read_filename,"input.post"); + strcpy(save_filename,"output.post"); + sprintf(save_path_name, "%s/%s", output_path, save_filename); + + // read(read_filename); + + save(save_path_name); +}; + +////////////////////////////////////////////////////////////////////////////////////////// + +/* +void parameter::read(char *fname) +{ + static error_handler bob("parameter::read", errname); + + rf.openinput(fname); + + rf.closeinput(); +} +*/ + +////////////////////////////////////////////////////////////////////////////////////////// + + +void parameter::save(char *fname) +{ + static error_handler bob("parameter::save", errname); + + ofstream outfile(fname); + if (!outfile) + bob.error("Cannot open outfile: ", fname); + + outfile << "postprocessor parameters:" << endl << endl; + + outfile << "Input File Path" << endl; + outfile << "--------------------------------------------------" << endl; + outfile << "input file path: " << file_path << endl << endl; + + outfile << "Output File Path" << endl; + outfile << "--------------------------------------------------" << endl; + outfile << "output path: " << output_path << endl << endl; + + outfile.close(); +} + +////////////////////////////////////////////////////////////////////////////////////////// +//EOF + diff --git a/post/src/parameter.h b/post/src/parameter.h new file mode 100644 index 0000000..d4d0b21 --- /dev/null +++ b/post/src/parameter.h @@ -0,0 +1,68 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// +////////////////////////////////////////////////////////////////////////////////////////// + + +#ifndef PARAMETER_H +#define PARAMETER_H + +#include <common.h> +#include <fstream> +#include <iomanip> +#include <string.h> +#include <utilities.h> +#include <error.h> +#include <readfile.h> + +////////////////////////////////////////////////////////////////////////////////////////// + +class parameter { + +private: + + readfile rf; + +public: + + char *read_filename; + char *file_path; + char *output_path; + char *save_filename; + char *save_path_name; + char *my_name; + char *errname; + + parameter(int argc, char **argv); + void save(char *fname); +// void read(char *fname); +}; + +////////////////////////////////////////////////////////////////////////////////////////// +#endif + + + + + diff --git a/post/src/phasespace.C b/post/src/phasespace.C new file mode 100644 index 0000000..eeb7130 --- /dev/null +++ b/post/src/phasespace.C @@ -0,0 +1,324 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 2002 Andreas Kemp + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// postprocessor for lpic++ +// +////////////////////////////////////////////////////////////////////////////////////////// +// changes by A.Kemp, 2002 denoted by ## +#include <phasespace.h> + +phasespace::phasespace( parameter &p ) + : input(p) +{ + sprintf( errname, "%s/error", p.output_path ); + static error_handler bob("phasespace::Constructor",errname); + + dim = 399; // bins 0...399 + + period_start = input.period_start; + period_stop = input.period_stop; + period_step = input.period_step; + xmax = input.xmax; + xoffset = input.xoffset; + + Q_el = input.Q_el; + Q_ion = input.Q_ion; + + Q_vx = input.Q_vx; + Q_vy = input.Q_vy; + Q_vz = input.Q_vz; + + input_path = new char [ filename_size ]; + strcpy(input_path,p.file_path); + output_path = new char [ filename_size ]; + strcpy(output_path,p.output_path); + + matrix_read = ucmatrix(0,dim,0,dim); + matrix_inter = imatrix(0,dim,0,dim); + matrix_write = ucmatrix(0,dim,0,dim); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +input_phasespace::input_phasespace( parameter &p ) + : rf() +{ + strcpy( errname, p.errname ); + static error_handler bob("input_phasespace::Constructor",errname); + + rf.openinput( p.read_filename ); + + period_start = atof( rf.setget( "&phasespace", "period_start" ) ); + period_stop = atof( rf.setget( "&phasespace", "period_stop" ) ); + period_step = atof( rf.setget( "&phasespace", "period_step" ) ); + xmax = atof( rf.setget( "&phasespace", "xmax" ) ); + xoffset = atof( rf.setget( "&phasespace", "xoffset" ) ); + Q_el = atoi( rf.setget( "&phasespace", "Q_el" ) ); + Q_ion = atoi( rf.setget( "&phasespace", "Q_ion" ) ); + Q_vx = atoi( rf.setget( "&phasespace", "Q_vx" ) ); + Q_vy = atoi( rf.setget( "&phasespace", "Q_vy" ) ); + Q_vz = atoi( rf.setget( "&phasespace", "Q_vz" ) ); + + rf.closeinput(); + + bob.message("parameter read"); + + save(p); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void input_phasespace::save( parameter &p ) +{ + static error_handler bob("input_phasespace::save",errname); + ofstream outfile; + + outfile.open(p.save_path_name,ios::app); + + outfile << "Phasespace - Plots" << endl; + outfile << "--------------------------------------------------" << endl; + outfile << "period_start :" << period_start << endl; + outfile << "period_stop :" << period_stop << endl; + outfile << "period_step :" << period_step << endl; + outfile << "xmax :" << xmax << endl; + outfile << "xoffset :" << xoffset << endl; + outfile << "Q_el :" << Q_el << endl; + outfile << "Q_ion :" << Q_ion << endl; + outfile << "Q_vx :" << Q_vx << endl; + outfile << "Q_vy :" << Q_vy << endl; + outfile << "Q_vz :" << Q_vz << endl; + + outfile.close(); + + bob.message("parameter written"); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void phasespace::concat( void ) +{ + static error_handler bob("phasespace::select_plot",errname); //## + double time; + int files; + + if (Q_el){ + for( time=period_start; time<=period_stop; time+=period_step ) { + + if (Q_vx) { + files=read("phasex", "sp0",time); + if (files>0) { write("phasex", "sp0",time); write_idl_header("sp0","x"); } + } + if (Q_vy) { + files=read("phasey", "sp0",time); + if (files>0) { write("phasey", "sp0",time); write_idl_header("sp0","y"); } + } + if (Q_vz) { + files=read("phasez", "sp0",time); + if (files>0) { write("phasez", "sp0",time); write_idl_header("sp0","z"); } + } + } + } + + if (Q_ion){ + for( time=period_start; time<=period_stop; time+=period_step ) { + + if (Q_vx) { + files=read("phasex", "sp1",time); + if (files>0) { write("phasex", "sp1",time); write_idl_header("sp1","x"); } + } + if (Q_vy) { + files=read("phasey", "sp1",time); + if (files>0) { write("phasey", "sp1",time); write_idl_header("sp1","y"); } + } + if (Q_vz) { + files=read("phasez", "sp1",time); + if (files>0) { write("phasez", "sp1",time); write_idl_header("sp1","z"); } + } + } + } + + delete_ucmatrix( matrix_read, 0, dim, 0, dim ); + delete_ucmatrix( matrix_write, 0, dim, 0, dim ); + delete_imatrix( matrix_inter, 0, dim, 0, dim ); + +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +int phasespace::read( char *unit, char *spec, double time ) +{ + static error_handler bob("phasespace::read",errname); + + FILE *file; + char fname[ filename_size ]; + int fnumber = 0; + int INTMAX = 255; + int dim1, dim2; + int vi, xi; + int file_open; + int overflow = 0; + int delta; + + for( vi=0; vi<=dim; vi++ ) + for( xi=0; xi<=dim; xi++ ) + matrix_write[vi][xi]=matrix_inter[vi][xi]=0; + + do + { + file_open=0; + for ( delta=-1; (delta<=1) && (file_open==0); delta++ ) { + sprintf( fname, "%s/%s-%d-%s-%.3f", input_path, unit, fnumber+1, spec, time + 0.001*delta ); + file = fopen( fname, "rb" ); + if (!file) file_open=0; + else file_open=1; + } + + for( vi=0; vi<=dim; vi++ ) + for( xi=0; xi<=dim; xi++ ) + matrix_read[vi][xi]=0; + + if (file_open) { + fnumber++; + + fread( &dim1, sizeof(int), 1, file ); + fread( &dim2, sizeof(int), 1, file ); + + for( vi=0; vi<=dim; vi++ ) + fread( matrix_read[vi] + dim1, sizeof(unsigned char), dim2-dim1+1, file ); + + for( vi=0; vi<=dim; vi++ ) { + for( xi=dim1; xi<=dim2; xi++ ) { + + matrix_inter[vi][xi] += (int) matrix_read[vi][xi]; + + if (matrix_inter[vi][xi] > INTMAX) { + matrix_inter[vi][xi] = INTMAX; + overflow++; + } + } + } + + fclose( file ); + } + } + while( file_open ); + + for( vi=0; vi<=dim; vi++ ) { + for( xi=0; xi<=dim; xi++ ) { + matrix_write[vi][xi] = (unsigned char) matrix_inter[vi][xi]; + } + } + + if (fnumber==0) bob.message( "no phasespace file found at time", time ); + else bob.message( "found", fnumber, "phasespace file(s) at time", time ); + + bob.message( "overflow =", (float) overflow/(dim*dim) ); + + return fnumber; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void phasespace::write( char *unit, char *spec, double time ) +{ + static error_handler bob("spacetime::write",errname); + + FILE *file; + char filename[filename_size]; + int vi, xi; + unsigned char low; + + sprintf( filename, "%s/%s-%s-%.3f", output_path, unit, spec, time ); + file = fopen( filename, "wb" ); + if (!file) bob.error( "cannot open file", filename ); + + for( vi=0; vi<=dim; vi++ ) + fwrite( matrix_write[vi], sizeof(unsigned char), dim+1, file ); + + fclose( file ); + + sprintf( filename, "%s/scale-idl", output_path ); + file = fopen( filename, "wb" ); + + for( vi=0; vi<=255; vi++ ) // write color table + { + low = (unsigned char) vi; + for( xi=1; xi<=30; xi++ ) fwrite( &(low), sizeof(unsigned char), 1, file ); + } + + fclose( file ); + bob.message("color table written"); +} + +////////////////////////////////////////////////////////////////////////////////////////// + + +void phasespace::write_idl_header( char *spec, char *direct ) +{ + FILE* file; + char fname[filename_size]; + int i; + + for( i=0; i<=1; i++) { + if (i==0) sprintf( fname, "%s/idlmovie_%s_%s.header", output_path, direct, spec ); + else sprintf( fname, "%s/idl2avi_%s_%s.header", output_path, direct, spec ); + file = fopen( fname, "w" ); + if (i==0) fprintf( file, "pro idlmovie_%s_%s", direct, spec ); + else fprintf( file, "pro idl2avi_%s_%s, file, outfile", direct, spec ); + fprintf( file, "\n\n file0 = \"phase%s-%s-\"", direct, spec ); + fprintf( file, "\n file_begin = %.3f", period_start ); + fprintf( file, "\n file_end = %.3f", period_stop ); + fprintf( file, "\n increment = %.3f", period_step ); + fprintf( file, "\n\n special_file = -100" ); + fprintf( file, "\n\n dimx0 = 400" ); + fprintf( file, "\n dimv0 = 400" ); + fprintf( file, "\n xmax0 = %.3f", xmax ); + fprintf( file, "\n xoffset = %.3f", xoffset ); + fprintf( file, "\n vmax0 = 1.0" ); + fprintf( file, "\n\n cutx = 0" ); + fprintf( file, "\n dimx = 400" ); + fprintf( file, "\n cutv = 0" ); + fprintf( file, "\n dimv = dimv0 - 2*cutv \n" ); + fclose( file ); + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// +//eof + + + + + diff --git a/post/src/phasespace.h b/post/src/phasespace.h new file mode 100644 index 0000000..d2a161e --- /dev/null +++ b/post/src/phasespace.h @@ -0,0 +1,87 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef PHASESPACE_H +#define PHASESPACE_H + +#include <common.h> +#include <fstream> +#include <iomanip> +#include <string.h> +#include <parameter.h> +#include <utilities.h> +#include <error.h> +#include <math.h> + + +class input_phasespace { +private: + char errname[filename_size]; + +public: + + int Q_vx, Q_vy, Q_vz; + int Q_el, Q_ion; + double period_start; + double period_stop; + double period_step; + double xmax; + double xoffset; + + readfile rf; + void save( parameter &p ); + + input_phasespace( parameter &p ); +}; + + +////////////////////////////////////////////////////////////////////////////////////////// + + +class phasespace { + + private: + + input_phasespace input; + + int dim; + int Q_vx, Q_vy, Q_vz; + int Q_el, Q_ion; + double period_start; + double period_stop; + double period_step; + double xmax, xoffset; + unsigned char **matrix_read, **matrix_write; + int **matrix_inter; + char *input_path; + char *output_path; + char errname[filename_size]; + + public: + phasespace( parameter &p ); + void concat( void ); + int read( char *unit, char *spec, double time ); + void write( char *unit, char *spec, double time ); + void write_idl_header( char *spec, char *direct ); +}; + +#endif + diff --git a/post/src/readfile.C b/post/src/readfile.C new file mode 100644 index 0000000..1c6eaa0 --- /dev/null +++ b/post/src/readfile.C @@ -0,0 +1,438 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include <readfile.h> + +////////////////////////////////////////////////////////////////////////////////////////// +// +// openinput(file) has to be called to open/rewind the input file, +// closeinput(file) has to be called to close input file, +// setinput(k) can be used to set the file pointer to the key 'k' +// getinput(a) scans the beginning of every line following the current file pointer +// position for the desired variable 'a' +// setget(k,a) resets the file pointer to the key word 'k', +// scans the following lines completely for the desired member variable +// 'a', allowing for variables seperated by commata ( NAMELIST ) +// read_one_line() reads single lines of the input file skipping blanks and comments +// write_one_line() writes the recently read line to stdout +// +// read_line(narg,arg) reads columns of a single line into the argument list '**arg' +// and the number of arguments into '*narg', skipping comments +// return value 1 for successful reading, 0 for end of file +// read_col(d,col,rows) reads data in column 'col' into the vector 'd' +// maximum number of rows to read is specified by 'rows' +// +// copy_file(a,b) copies file a to file b +// compare_files(a,b) compare file a with file b +// +////////////////////////////////////////////////////////////////////////////////////////// + +readfile::readfile() +{ + already_open = 0; + buffer = new char [MAX_LINE_LENGTH]; + if(!buffer){ printf( "error in readfile" ); exit(0);} + result = new char [MAX_LINE_LENGTH]; + if(!result){ printf( "error in readfile" ); exit(0);} +} + +////////////////////////////////////////////////////////////////////////////////////////// +/* + openinput() has to be called to open the file. + If the file is already open, the file pointer is reset to the begining +*/ + +void readfile::openinput(char *file) +{ + if(!already_open){ + fd=fopen(file,"r"); + if(fd==NULL){ + printf("readfile::openinput: can't open file %s\n", file); + exit(1); + } + already_open=1; + } + else{ + rewind(fd); + } +} + +////////////////////////////////////////////////////////////////////////////////////////// + +void readfile::closeinput( void ) +{ + if(already_open){ + int value=fclose( fd ); + already_open=0; + if(value!=0){printf("file not correctly closed");exit(0);} + } +} + +////////////////////////////////////////////////////////////////////////////////////////// +/* + This funtion moves the file pointer after the line that matches the string + and returns 1. Blanks and comments ("#" followed by some text) are ignored. + If not found, 0 is returned. The file has to be opened previouslly by openinput(). +*/ + +int readfile::setinput(char *a) +{ + int m,n; + + n = strlen(a); + + rewind(fd); + + while(read_one_line()){ + m=strlen(buffer); + if(m==n){ + if(strncmp(buffer,a,n)==0)return(1); + } + } + + return(0); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +char* readfile::setget(char *key, char *a) +{ + int m,i,n,j=0; + + n = strlen(a); + // reset file pointer to the key word + if (!setinput(key)) { + printf( "\n readfile::setget: key word '%s' missing\n", key ); + exit(-1); + } + + while(read_one_line()){ // read lines following the key + m=strlen(buffer); + if(m>n+1 && !strchr(buffer,38)) { // length sufficient, '&' not contained + for(i=0;i<m-n;i++) { // scan the line for variable name + if(strncmp(buffer+i,a,n)==0){ // if found, write it to result[] + if(buffer[n+i]=='='){ + i++; + while(buffer[n+i+j]!=',' && n+i+j<m ) { + result[j]=buffer[n+i+j]; + j++; + } + result[j]=0; + return(result); // and return pointer to result + } + } + } + } + } + printf(" readfile::setget: can't find name "); // otherwise: send error message + for(i=0;i<n;i++)putchar(a[i]); + printf(" in input file \n\n"); + exit(1); + return(result); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +char* readfile::getinput(char *a) +{ + int m,n,i=0,j=0; + + n = strlen(a); + + rewind(fd); + + while(read_one_line()){ // read lines + m=strlen(buffer); + if(m>n+1) { // length sufficient + for(i=0;i<m-n;i++) { // scan the line for variable name + if(strncmp(buffer+i,a,n)==0){ // if found, write it to result[] + if(buffer[n+i]=='='){ + i++; + while(buffer[n+i+j]!=',' && n+i+j<m ) { + result[j]=buffer[n+i+j]; + j++; + } + result[j]=0; + return(result); // and return pointer to result + } + } + } + } + } + printf("readfile::getinput: can't find name "); + for(i=0;i<n;i++)putchar(a[i]); + printf(" in input file \n"); + exit(1); + return(result); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +int readfile::read_one_line( void ) +{ + int i=0,c; + while(i<MAX_LINE_LENGTH){ + c=getc(fd); + if(c==EOF)return(0); + else if(c=='\n'){ + buffer[i++]=0; + return(1); + } + else if(c=='#'){ + buffer[i++]=0; + while(getc(fd)!='\n'); + return(1); + } + else if(c!=' '){ + buffer[i++]=c; + } + } + printf("readfile::read_one_line: line too long\n"); + exit(-1); + return(-1); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +void readfile::write_one_line( void ) +{ + int i=0; + + printf( "\n" ); + while( buffer[i]!=0 ) putchar(buffer[i++]); +} + +////////////////////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////////////////////// + + +int readfile::read_col( double *data, int col, int rows_max ) +{ + int rows_count=0; + int narg, nmin=MAX_COL, nmax=0; + char **arg; + int check; + + if (col==0) { printf( "\n selected colum number %d invalid", col ); exit(-1); } + + arg = cmatrix(MAX_COL,MAX_LINE_LENGTH); + + do + { + check = read_line( &narg, arg ); + if (narg>=col) data[rows_count++] = atof( arg[col-1] ); + else + { + data[rows_count++] = 0; + printf( "\n warning: %d column(s) in line %d", narg, rows_count ); + } + if (narg<nmin) nmin=narg; + if (narg>nmax) nmax=narg; + } + while( check>0 && rows_count<rows_max ); + + if (nmin==nmax) printf( "\n %d rows, %d cols", rows_count, nmax ); + else printf( "\n %d rows, %d...%d cols", rows_count, nmin, nmax ); + + free_cmatrix(arg); + + return rows_count; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +int readfile::read_line( int *narg, char **arg ) +/* + read several arguments from one line in a file specified by FILE pointer f + arguments have to be se seperated by blanks + a line is terminated with '\n' + lines of blanks are skipped + comments are skipped ( anything following a '#' ) + + narg: number of arguments that have been read + arg[]: pointer to strings containing the arguments + + return value: 0, if end of file was reached + 1, if arguments were read successfully +*/ +{ + int c, col=0, pos=0, skip=0; + + do + { + c=getc(fd); + arg[col][pos]=0; + if ( c=='#' ) + { + if (pos>0) col++; + pos=0; + skip++; + } + else if ( c==' ' ) + { + if (pos>0) col++; + pos=0; + } + else if ( c=='\n' ) + { + if (pos>0) col++; + pos=0; + *narg=col; + if (col>0) return 1; + else skip=0; + } + else if ( c==EOF ) + { + if (pos>0) col++; + *narg=col; + return 0; + } + else if ( skip==0 ) arg[col][pos++] = c; + } + while( col<MAX_COL && pos<MAX_LINE_LENGTH); + + if (col>=MAX_COL) printf( "\n number of columns too large in 'fread_line'\n" ); + else printf( "\n length of argument too large in 'fread_line'\n" ); + exit(-1); + return(-1); +} + +////////////////////////////////////////////////////////////////////////////////////////// + + +void readfile::copy_file( char *input, char *output ) +{ + FILE *fin, *fout; + int c, diff; + + fout = fopen( output, "rb" ); + if (fout) { // file fout exists + fclose( fout ); + diff=compare_files(input,output); + if (diff==0) { // files are identical + printf( "readfile::copy_file: file %s exist \n", output ); + printf( " and is equal to %s -> not copied\n", input ); + } + } + else { // file does not exist so far + fin = fopen( input, "rb" ); + fout = fopen( output, "wb" ); + while( (c=fgetc(fin)) != EOF ) fputc(c,fout); + fclose( fin ); + fclose( fout ); + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +int readfile::compare_files( char *name1, char *name2 ) + // if one or two of these files do not exist: return -1 + // else: return number of different pairs of characters +{ + FILE *f1, *f2; + int c1, c2; + int differences=0; + + f1 = fopen( name1, "rb" ); + f2 = fopen( name2, "rb" ); + + if ( (!f1) || (!f2) ) return -1; + else { + do { + c1=fgetc(f1); + c2=fgetc(f2); + if (c1!=c2) differences++; + } while( (c1 != EOF) && (c2 != EOF) ); + + fclose( f1 ); + fclose( f2 ); + + return differences; + } +} + +////////////////////////////////////////////////////////////////////////////////////////// +// +// tools for allocating strings and vectors of strings +// + +#define FREE_ARG char* + +char** readfile::cmatrix(long nrh, long nch) +/* allocate a char matrix with subscript range m[0..nrh][0..nch] */ +{ + long i, nrow=nrh+1, ncol=nch+1; + char **m; + + /* allocate pointers to rows */ + m=(char **) malloc((size_t)(nrow*sizeof(char*))); + if (!m) printf("allocation failure 1 in cmatrix()"); + + /* allocate rows and set pointers to them */ + m[0]=(char *) malloc((size_t)((nrow*ncol)*sizeof(char))); + if (!m[0]) printf("allocation failure 2 in cmatrix()"); + + for(i=1;i<=nrh;i++) m[i]=m[i-1]+ncol; + + /* return pointer to array of pointers to rows */ + return m; +} + +void readfile::free_cmatrix( char **m ) +/* free a char matrix allocated by cmatrix() */ +{ + free((FREE_ARG) (m[0])); + free((FREE_ARG) (m)); +} + +char* readfile::cvector(long nch) +/* allocate a char vector with subscript range m[0..nch] */ +{ + long ncol=nch+1; + char *m; + + /* allocate pointers to columns */ + m=(char*) malloc((size_t)(ncol*sizeof(char))); + if (!m) printf("allocation failure 1 in cvector()"); + + /* return pointer to array of pointers to rows */ + return m; +} + +void readfile::free_cvector( char *m ) +/* free a char vector allocated by cvector() */ +{ + free((FREE_ARG) m); +} + +////////////////////////////////////////////////////////////////////////////////////////// +//eof + + + + + + + diff --git a/post/src/readfile.h b/post/src/readfile.h new file mode 100644 index 0000000..3df5392 --- /dev/null +++ b/post/src/readfile.h @@ -0,0 +1,72 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// tools for reading ascii files +// e.g. 'namelist' input +// +////////////////////////////////////////////////////////////////////////////////////////// + +#ifndef READFILE_H +#define READFILE_H + +#define MAX_LINE_LENGTH 1000 +#define MAX_COL 50 + +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +class readfile { + public: + + readfile(); + + void openinput( char* ); + void closeinput( void ); + int setinput( char* ); + char* getinput( char* ); + char* setget( char*, char* ); + int read_one_line( void ); + void write_one_line( void ); + + int read_line( int *narg, char **arg ); + int read_col( double *data, int col, int max_rows ); + + void copy_file( char *input, char *output ); + int compare_files( char *name1, char *nsma2 ); + + char** cmatrix( long nrh, long nch ); + void free_cmatrix( char **m ); + char* cvector( long nch ); + void free_cvector( char *m ); + + private: + + int already_open; + FILE *fd; + char *buffer; + char *result; +}; + +#endif + diff --git a/post/src/spacetime.C b/post/src/spacetime.C new file mode 100644 index 0000000..1f22b3b --- /dev/null +++ b/post/src/spacetime.C @@ -0,0 +1,1087 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 2002 Andreas Kemp + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// postprocessor for lpic++ +// +////////////////////////////////////////////////////////////////////////////////////////// +// changes by A.Kemp, 2002 denoted by ## +#include <spacetime.h> + +spacetime::spacetime( parameter &p ) + : input(p), + ft( input.periods_x, input.cells_per_wl, 1 ), + ft2d( input.Q_kw, input.periods_t, input.steps_per_period, 1, + input.periods_x, input.cells_per_wl, 1 ) +{ + sprintf( errname, "%s/error", p.output_path ); + static error_handler bob("spacetime::Constructor",errname); + + input_path = new char [ filename_size ]; + strcpy(input_path,p.file_path); + output_path = new char [ filename_size ]; + strcpy(output_path,p.output_path); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +input_spacetime::input_spacetime( parameter &p ) + : rf() +{ + strcpy( errname, p.errname ); + static error_handler bob("input_spacetime::Constructor",errname); + char fname[filename_size]; + + rf.openinput( p.read_filename ); + + t_start = atoi( rf.setget( "&spacetime", "t_start" ) ); + t_stop = atoi( rf.setget( "&spacetime", "t_stop" ) ); + x_start = atof( rf.setget( "&spacetime", "x_start" ) ); + x_stop = atof( rf.setget( "&spacetime", "x_stop" ) ); + x_offset = atof( rf.setget( "&spacetime", "x_offset" ) ); + + periods_x = (int) floor( x_stop - x_start + 0.5 ); + periods_t = (int) floor( t_stop - t_start + 0.5 ); + + average = atoi( rf.setget( "&spacetime", "smooth" ) ); + size = atoi( rf.setget( "&spacetime", "imagesize" ) ); + contour_1 = atof( rf.setget( "&spacetime", "contour_1" ) ); + contour_2 = atof( rf.setget( "&spacetime", "contour_2" ) ); + contour_3 = atof( rf.setget( "&spacetime", "contour_3" ) ); + + Q_kw = atoi( rf.setget( "&spacetime", "Q_kw" ) ); + Q_kt = atoi( rf.setget( "&spacetime", "Q_kt" ) ); + + Q_de = atoi( rf.setget( "&spacetime", "Q_de" ) ); + Q_di = atoi( rf.setget( "&spacetime", "Q_di" ) ); + Q_jx = atoi( rf.setget( "&spacetime", "Q_jx" ) ); + Q_jy = atoi( rf.setget( "&spacetime", "Q_jy" ) ); + Q_jz = atoi( rf.setget( "&spacetime", "Q_jz" ) ); + Q_ex = atoi( rf.setget( "&spacetime", "Q_ex" ) ); + Q_ey = atoi( rf.setget( "&spacetime", "Q_ey" ) ); + Q_ez = atoi( rf.setget( "&spacetime", "Q_ez" ) ); + // Q_bx = atoi( rf.setget( "&spacetime", "Q_bx" ) ); + Q_bx = 0; // ## + Q_by = atoi( rf.setget( "&spacetime", "Q_by" ) ); + Q_bz = atoi( rf.setget( "&spacetime", "Q_bz" ) ); + Q_edens = atoi( rf.setget( "&spacetime", "Q_edens" ) ); + Q_de_fi = atoi( rf.setget( "&spacetime", "Q_de_fi" ) ); + Q_de_ii = atoi( rf.setget( "&spacetime", "Q_de_ii" ) ); + + C_kw = atof( rf.setget( "&spacetime", "C_kw" ) ); + C_kt = atof( rf.setget( "&spacetime", "C_kt" ) ); + + K_cut = atof( rf.setget( "&spacetime", "K_cut" ) ); + W_cut = atof( rf.setget( "&spacetime", "W_cut" ) ); + + C_de = atof( rf.setget( "&spacetime", "C_de" ) ); + C_di = atof( rf.setget( "&spacetime", "C_di" ) ); + C_jx = atof( rf.setget( "&spacetime", "C_jx" ) ); + C_jy = atof( rf.setget( "&spacetime", "C_jy" ) ); + C_jz = atof( rf.setget( "&spacetime", "C_jz" ) ); + C_ex = atof( rf.setget( "&spacetime", "C_ex" ) ); + C_ey = atof( rf.setget( "&spacetime", "C_ey" ) ); + C_ez = atof( rf.setget( "&spacetime", "C_ez" ) ); + // C_bx = atof( rf.setget( "&spacetime", "C_bx" ) ); + C_bx = 0; // ## + C_by = atof( rf.setget( "&spacetime", "C_by" ) ); + C_bz = atof( rf.setget( "&spacetime", "C_bz" ) ); + C_edens = atof( rf.setget( "&spacetime", "C_edens" ) ); + C_de_fi = atof( rf.setget( "&spacetime", "C_de_fi" ) ); + C_de_ii = atof( rf.setget( "&spacetime", "C_de_ii" ) ); + + rf.closeinput(); + + sprintf( fname, "%s/lpic.steps", p.file_path ); + + rf.openinput( fname ); + + cells_per_wl = atoi( rf.getinput( "spl" ) ); + steps_per_period = atoi( rf.getinput( "spp" ) ); + + rf.closeinput(); + + bob.message("parameter read"); + + save(p); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void input_spacetime::save( parameter &p ) +{ + static error_handler bob("input_spacetime::save",errname); + ofstream outfile; + + outfile.open(p.save_path_name,ios::app); + + outfile << "spacetime" << endl; + outfile << "------------------------------------------------------------------" << endl; + outfile << "t_start : " << t_start << endl; + outfile << "t_stop : " << t_stop << endl; + outfile << "periods_t : " << periods_t << endl; + outfile << "steps_pp : " << steps_per_period << endl; + outfile << "x_start : " << x_start << endl; + outfile << "x_stop : " << x_stop << endl; + outfile << "periods_x : " << periods_x << endl; + outfile << "cells_per_wl : " << cells_per_wl << endl; + outfile << "x_offset : " << x_offset << endl; + outfile << "average : " << average << endl; + outfile << "size : " << size << endl; + outfile << "contour_1 : " << contour_1 << endl; + outfile << "contour_2 : " << contour_2 << endl; + outfile << "contour_3 : " << contour_3 << endl; + + outfile.setf(ios::left); + + outfile << "\n kw kt de di jx jy jz ex ey ez ed" <<endl; + outfile << "Q "; + outfile << ":" << setw(5) << Q_kw; + outfile << ":" << setw(5) << Q_kt; + outfile << ":" << setw(5) << Q_de; + outfile << ":" << setw(5) << Q_di; + outfile << ":" << setw(5) << Q_jx; + outfile << ":" << setw(5) << Q_jy; + outfile << ":" << setw(5) << Q_jz; + outfile << ":" << setw(5) << Q_ex; + outfile << ":" << setw(5) << Q_ey; + outfile << ":" << setw(5) << Q_ez; + // outfile << ":" << setw(5) << Q_bx; + outfile << ":" << setw(5) << Q_by; + outfile << ":" << setw(5) << Q_bz; + outfile << ":" << setw(5) << Q_edens; + outfile << ":" << setw(5) << Q_de_fi; + outfile << ":" << setw(5) << Q_de_ii << endl; + + outfile << "C "; + outfile << ":" << setw(5) << C_kw; + outfile << ":" << setw(5) << C_kt; + outfile << ":" << setw(5) << C_de; + outfile << ":" << setw(5) << C_di; + outfile << ":" << setw(5) << C_jx; + outfile << ":" << setw(5) << C_jy; + outfile << ":" << setw(5) << C_jz; + outfile << ":" << setw(5) << C_ex; + outfile << ":" << setw(5) << C_ey; + outfile << ":" << setw(5) << C_ez; + // outfile << ":" << setw(5) << C_bx; + outfile << ":" << setw(5) << C_by; + outfile << ":" << setw(5) << C_bz; + outfile << ":" << setw(5) << C_edens; + outfile << ":" << setw(5) << C_de_fi; + outfile << ":" << setw(5) << C_de_ii << endl << endl; + + outfile << "K_cut : " << K_cut << endl; + outfile << "W_cut : " << W_cut << endl << endl; + + outfile.close(); + + bob.message("parameter written"); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::select( void ) +{ + static error_handler bob("spacetime::select_plot",errname); + + if (input.Q_de) { + xt_kt_kw( "de", input.C_de, 0, 0 ); + write_idl_header_xt(input.C_de,0, "de", "spacetime-de", "!3n!De!N/n!Dc!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "de", "spacetime-kt-de", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "de", "spacetime-kw-de", ""); + } + + if (input.Q_di) { + xt_kt_kw( "di", input.C_di, 0, 0 ); + write_idl_header_xt(input.C_di,0, "di", "spacetime-di", "!3n!Di!N/n!Dc!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "di", "spacetime-kt-di", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "di", "spacetime-kw-di", ""); + } + + if (input.Q_jx) { + xt_kt_kw( "jx", input.C_jx, 1, 0 ); + write_idl_header_xt(input.C_jx,1, "jx", "spacetime-jx", "!3j!Dx!N/(e n!Dc!3 c)"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "jx", "spacetime-kt-jx", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "jx", "spacetime-kw-jx", ""); + } + + if (input.Q_jy) { + xt_kt_kw( "jy", input.C_jy, 1, 0 ); + write_idl_header_xt(input.C_jy,1, "jy", "spacetime-jy", "!3j!Dy!N/(e n!Dc!3 c)"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "jy", "spacetime-kt-jy", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "jy", "spacetime-kw-jy", ""); + } + + if (input.Q_jz) { + xt_kt_kw( "jz", input.C_jz, 1, 0 ); + write_idl_header_xt(input.C_jz,1, "jz", "spacetime-jz", "!3j!Dz!N/(e n!Dc!3 c)"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "jz", "spacetime-kt-jz", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "jz", "spacetime-kw-jz", ""); + } + + if (input.Q_ex) { + xt_kt_kw( "ex", input.C_ex, 1, 0 ); + write_idl_header_xt(input.C_ex,1, "ex", "spacetime-ex", "!3E!Dx!N/E!Dr!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt,1, "ex", "spacetime-kt-ex", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0 , "ex", "spacetime-kw-ex", ""); + } + + if (input.Q_ey) { + xt_kt_kw( "ey", input.C_ey, 1, 0 ); + write_idl_header_xt(input.C_ey,1, "ey", "spacetime-ey", "!3E!Dy!N/E!Dr!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "ey", "spacetime-kt-ey", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "ey", "spacetime-kw-ey", ""); + } + + if (input.Q_ez) { + xt_kt_kw( "ez", input.C_ez, 1, 0 ); + write_idl_header_xt(input.C_ez,1, "ez", "spacetime-ez", "!3E!Dz!N/E!Dr!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "ez", "spacetime-kt-ez", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "ez", "spacetime-kw-ez", ""); + } + + if (input.Q_bx) { + xt_kt_kw( "bx", input.C_bx, 1, 0 ); + write_idl_header_xt(input.C_bx,1, "bx", "spacetime-bx", "!3B!Dx!N/B!Dr!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "bx", "spacetime-kt-bx", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "bx", "spacetime-kw-bx", ""); + } + + if (input.Q_by) { + xt_kt_kw( "by", input.C_by, 1, 0 ); + write_idl_header_xt(input.C_by,1, "by", "spacetime-by", "!3B!Dy!N/B!Dr!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "by", "spacetime-kt-by", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "by", "spacetime-kw-by", ""); + } + + if (input.Q_bz) { + xt_kt_kw( "bz", input.C_bz, 1, 0 ); + write_idl_header_xt(input.C_bz,1, "bz", "spacetime-bz", "!3B!Dz!N/B!Dr!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "bz", "spacetime-kt-bz", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "bz", "spacetime-kw-bz", ""); + } + + if (input.Q_edens) { + xt_kt_kw( "edens", input.C_edens, 0, 0 ); + write_idl_header_xt(input.C_edens,0, "edens", "spacetime-edens", "!3W!N/W!Dr!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "edens", "spacetime-kt-edens", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "edens", "spacetime-kw-edens", ""); + } + + if (input.Q_de_fi) { + xt_kt_kw( "de_fi", input.C_de_fi, 0, 1 ); + write_idl_header_xt(input.C_de_fi,0, "de_fi", "spacetime-de_fi", "!3n!De!N/n!Dc!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "de_fi", "spacetime-kt-de_fi", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "de_fi", "spacetime-kw-de_fi", ""); + } + + if (input.Q_de_ii) { + xt_kt_kw( "de_ii", input.C_de_ii, 0, 1 ); + write_idl_header_xt(input.C_de_ii,0, "de_ii", "spacetime-de_ii", "!3n!De!N/n!Dc!3"); + if (input.Q_kt) write_idl_header_kt(input.C_kt, 1, "de_ii", "spacetime-kt-de_ii", ""); + if (input.Q_kw) write_idl_header_kw(input.C_kw, 0, "de_ii", "spacetime-kw-de_ii", ""); + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::xt_kt_kw( char *unit, float cut, int sign, int scale_write ) +{ + static error_handler bob("spacetime::xt_kt_kw",errname); + char fname_xt[filename_size]; + char fname_kt[filename_size]; + char fname_kw[filename_size]; + + sprintf( fname_xt, "spacetime-%s", unit ); + sprintf( fname_kt, "spacetime-kt-%s", unit ); + sprintf( fname_kw, "spacetime-kw-%s", unit ); + + read_input_array_size( fname_xt ); // initializes x_steps_in, t_steps_in + // spp, spl, fnumber + + printf( "reading %s ...",fname_xt ); fflush(stdout); + matrix_read = fmatrix( 0, t_steps_in-1, 0, x_steps_in-1 ); // array dimensions + read( fname_xt ); + printf( "done\n" ); + + printf( "smoothing ... " ); fflush(stdout); + smooth( matrix_read ); + printf( "done\n" ); + + printf( "scaling to byte ... " ); fflush(stdout); + matrix_write = ucmatrix( 0, t_steps_in-1, 0, x_steps_in-1 ); + scale( cut, sign, matrix_read, matrix_write, t_steps_in, x_steps_in ); + printf( "done\n" ); + + printf( "writing to disk ... " ); fflush(stdout); + write( fname_xt, scale_write ); + bob.message("check point ktkw"); + delete_ucmatrix( matrix_write, 0, t_steps_in-1, 0, x_steps_in-1 ); + printf( "done\n" ); + + if (input.Q_kt) { + + printf( "transforming x,t -> k,t ... " ); fflush(stdout); + kspace = fmatrix( 0, t_steps_in-1, 0, ft.steps_half-1 ); + transform_k( matrix_read ); + printf( "done\n" ); + + printf( "scaling to byte ... " ); fflush(stdout); + matrix_write = ucmatrix( 0, t_steps_in-1, 0, ft.steps_half-1 ); + scale( input.C_kt, 0, kspace, matrix_write, t_steps_in, ft.steps_half ); + delete_fmatrix( kspace, 0, t_steps_in-1, 0, ft.steps_half-1 ); + printf( "done\n" ); + + printf( "writing to disk ... " ); fflush(stdout); + write_transform_k( fname_kt, matrix_write ); + delete_ucmatrix( matrix_write, 0, t_steps_in-1, 0, x_steps_in-1 ); + printf( "done\n" ); + } + if (input.Q_kw) { + + printf( "transforming x,t -> k,w ... " ); fflush(stdout); + transform_kw( matrix_read ); + printf( "done\n" ); + + printf( "scaling to byte ... " ); fflush(stdout); + matrix_write = ucmatrix( 0, ft2d.steps_half_1-1, 0, ft2d.steps_2-1 ); + scale( input.C_kw, 0, ft2d.power, matrix_write, ft2d.steps_half_1, ft2d.steps_2 ); + printf( "done\n" ); + + printf( "writing to disk ... " ); fflush(stdout); + write_transform_kw( fname_kw, matrix_write ); + delete_ucmatrix( matrix_write, 0, ft2d.steps_half_1-1, 0, ft2d.steps_2-1); + printf( "done\n" ); + } + delete_fmatrix( matrix_read, 0, t_steps_in-1, 0, x_steps_in-1 ); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::read_input_array_size( char *unit ) +{ + static error_handler bob("spacetime::read_input_array_size",errname); + + FILE *file; + char fname[ filename_size ]; + float x_start, x_stop; + int x_steps; + int period; + + fnumber = 0; + x_steps_in = 0; + do // read all spacetime file headers in order to determine + { // the dimension of the input array + sprintf( fname, "%s/%s-%d-%d", input_path, unit, fnumber+1, input.t_start ); + file = fopen( fname, "rb" ); + bob.message( "filename = ",fname); + if (file) { + fnumber++; + + fread( &period, sizeof(int), 1, file ); + fread( &spp, sizeof(int), 1, file ); + fread( &x_start, sizeof(float), 1, file ); + fread( &x_stop, sizeof(float), 1, file ); + fread( &x_steps, sizeof(int), 1, file ); + + fclose( file ); + + if (x_steps_in==0 && x_steps>0) x_start_in = 1e-6 * floor( 1e6 * x_start ); + + if (x_steps>0 ) { + spl = (int) floor( (float) x_steps / (x_stop - x_start) + 0.5 ); + x_stop_in = 1e-6 * floor( 1e6 * x_stop ); + } + + x_steps_in += x_steps; + } + } + while( file ); + + if (fnumber==0) bob.error( "no spacetime files found at time", input.t_start ); + + bob.message( "found", fnumber, "domain-spacetime file(s) at time", input.t_start ); + bob.message( "spp =", spp ); + bob.message( "x_start =", x_start_in ); + bob.message( "x_stop =", x_stop_in ); + bob.message( "x_steps =", x_steps_in ); + bob.message( "spl =", spl ); + + if ( input.x_start < x_start_in ) input.x_start = x_start_in; + if ( input.x_stop > x_stop_in ) input.x_stop = x_stop_in; + + t_steps_in = (input.t_stop - input.t_start) * spp; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::read( char *unit ) +{ + static error_handler bob("spacetime::read",errname); + + FILE *file; + char fname[ filename_size ]; + float x_start, x_stop; + int x_steps; + int ti, fi, *x_steps_previous; + int period, period_in, spp_in; + + x_steps_previous = new int [ t_steps_in ]; + + for( ti=0; ti<t_steps_in; ti++ ) x_steps_previous[ti] = 0; + + for( period=input.t_start; period<input.t_stop; period++ ) + { + bob.message("now at time ", period); + for( fi=1; fi<=fnumber; fi++ ) // now read the files + { + sprintf( fname, "%s/%s-%d-%d", input_path, unit, fi, period ); + file = fopen( fname, "rb" ); + if (!file) bob.error( "Cannot open file", fname ); + else bob.message( "reading file", fname ); + + fread( &period_in, sizeof(int), 1, file ); + fread( &spp_in, sizeof(int), 1, file ); + + if (period!=period_in) bob.error( "wrong period in file", fname ); + if (spp!=spp_in) bob.error( "wrong number of time steps in file", fname ); + + for( ti=(period-input.t_start)*spp; ti<(period-input.t_start)*spp+spp; ti++ ) { + fread( &x_start, sizeof(float), 1, file ); + fread( &x_stop, sizeof(float), 1, file ); + fread( &x_steps, sizeof(int), 1, file ); + fread( matrix_read[ti] + x_steps_previous[ti], sizeof(float), x_steps, file ); + (x_steps_previous[ti]) += x_steps; + } + + fclose( file ); + } + } + + bob.message( "all spacetime data read!" ); + + delete x_steps_previous; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::scale( float cut, int sign, + float **m, unsigned char **mw, int nt, int nx ) + // sign = 1 : signed data + // sign = 0 : unsigned data ( de, di, edens ) +{ + static error_handler bob("spacetime::scale",errname); + + int INTMAX = 255; + int INTMAX_HALF = 127; + int overflow=0; + float data; + int ti, xi; + + bob.message( "cut =", cut ); + + for( ti=0; ti<nt; ti++ ) { // scale and + for( xi=0; xi<nx; xi++ ) { // convert to unsigned char + if (sign==0) data = (float) fabs( m[ti][xi]/cut * INTMAX ); + else data = (float) (INTMAX_HALF + INTMAX_HALF * m[ti][xi]/cut); + if (data>INTMAX) { data=INTMAX; overflow++; } + if (data<0) { data=0; } + mw[ti][xi] = (unsigned char) floor( data ); + } + } + + bob.message( "overflow =", (float)overflow/(nt*nx) ); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::smooth( float **field ) +{ + static error_handler bob("spacetime::smooth",errname); + + float *s; + int offset = (int) floor( 0.5*( input.average - 1 ) + 0.1 ); + int ti, xi, xj; + + if ( input.average<3 ) return; + + s = new float [x_steps_in]; + + for( ti=0; ti<t_steps_in; ti++ ) { // forall times + + for( xi=0; xi<x_steps_in; xi++ ) s[xi] = field[ti][xi]; + + for( xi=offset; xi<=x_steps_in-offset; xi++ ) { + + field[ti][xi] = 0; + for( xj=xi-offset; xj<=xi+offset; xj++ ) field[ti][xi] += s[xj] / input.average; + } + } + + delete s; + + bob.message( "smooth =", input.average ); + bob.message( "smoothing done" ); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::write( char *unit, int scale_write ) +{ + static error_handler bob("spacetime::write",errname); + + FILE *file; + char filename[50]; + float t; + float x, xmin, xmax; + int tu, to, xu, xo; + float data; + int i, j; + int k, l, flag, max_flag=0; + + if ( input.x_start < x_start_in ) input.x_start = x_start_in; + if ( input.x_stop > x_stop_in ) input.x_stop = x_stop_in; + + xmin = floor( (input.x_start - x_start_in) * spl + 0.5 ); + xmax = floor( (input.x_stop - x_start_in) * spl + 0.5 ); + + bob.message( "t_start_out =", input.t_start ); + bob.message( "t_stop_out =", input.t_stop ); + bob.message( "x_start_out =", input.x_start ); + bob.message( "x_stop_out =", input.x_stop ); + bob.message( "spp =", spp ); + bob.message( "spl =", spl ); + bob.message( "t_steps_in =", t_steps_in ); + bob.message( "xmin =", xmin ); + bob.message( "xmax =", xmax ); + + sprintf( filename, "%s/%s", output_path, unit ); + file = fopen( filename, "wb" ); + if (!file) bob.error( "cannot open file", filename ); + + bob.message("check point 1"); + vector_write = new unsigned char [input.size]; + + if (scale_write == 1) // de_fi and de_ii + { + bob.message("check point 2"); + + for( i=0; i<input.size; i++ ) // determine max_flag + { + for( j=0; j<input.size; j++ ) + { + t = t_steps_in * i/input.size; if (t<1) t=1.001; + x = xmin + (xmax-xmin) * j/input.size; if (x<1) x=1.001; + to = (int) ceil( t ); tu = (int) floor( t ); + xo = (int) ceil( x ); xu = (int) floor( x ); + t = (float) to - t; + x = (float) xo - x; + + flag = 0; + for( k = tu - int(ceil(t_steps_in/input.size)); + k <= to + int(ceil(t_steps_in/input.size)); k++) + { + for( l = xu - int(ceil((xmax-xmin)/input.size)); + l <= xo + int(ceil((xmax-xmin)/input.size)); l++) + { + if ( k >= 0 && k < t_steps_in && l >= 0 && l < x_steps_in && + matrix_write[k][l]>0) flag ++; + } + } + max_flag = flag > max_flag ? flag:max_flag; + } + } + for( i=0; i<input.size; i++ ) // interpolate to output array dimensions + { + for( j=0; j<input.size; j++ ) + { + t = t_steps_in * i/input.size; if (t<1) t=1.001; + x = xmin + (xmax-xmin) * j/input.size; if (x<1) x=1.001; + to = (int) ceil( t ); tu = (int) floor( t ); + xo = (int) ceil( x ); xu = (int) floor( x ); + t = (float) to - t; + x = (float) xo - x; + + flag = 0; + for( k = tu - int(ceil(t_steps_in/input.size)); + k <= to + int(ceil(t_steps_in/input.size)); k++) + { + for( l = xu - int(ceil((xmax-xmin)/input.size)); + l <= xo + int(ceil((xmax-xmin)/input.size)); l++) + { + if ( k >= 0 && k < t_steps_in && l >= 0 && l < x_steps_in && + matrix_write[k][l]>0) flag ++; + } + } + if (flag>0) vector_write[j] = (unsigned char) floor(255*flag/max_flag+0.5); + else vector_write[j] = (unsigned char) 0; + } + fwrite( vector_write, sizeof(unsigned char), input.size, file ); + } + } + + if (scale_write == 0) // all the others + { + bob.message("check point 3"); + + for( i=0; i<input.size; i++ ) // interpolate to output array dimensions + { + for( j=0; j<input.size; j++ ) + { + t = t_steps_in * i/input.size; if (t<1) t=1.001; + x = xmin + (xmax-xmin) * j/input.size; if (x<1) x=1.001; + to = (int) ceil( t ); tu = (int) floor( t ); + xo = (int) ceil( x ); xu = (int) floor( x ); + t = (float) to - t; + x = (float) xo - x; + data = t*x*matrix_write[tu][xu] + + t*(1.0-x)*matrix_write[tu][xo]; + data += (1.0-t)*x*matrix_write[to][xu] + + (1.0-t)*(1.0-x)*matrix_write[to][xo]; + vector_write[j] = (unsigned char) floor( data + 0.5 ); + } + fwrite( vector_write, sizeof(unsigned char), input.size, file ); + } + } + + fclose( file ); + + bob.message("check point 4"); + delete vector_write; + bob.message("check point 5"); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::write_idl_header_xt( float cut, int sign, char *idlname, char *unit, + char *axislabel ) +{ + static error_handler bob("spacetime::write_idl_header",errname); + + FILE *file; + int i, j; + unsigned char low; + + char fname[filename_size]; + sprintf( fname, "%s/scale-idl", output_path ); + file = fopen( fname, "wb" ); + + for( i=0; i<=255; i++ ) // write color table + { + low = (unsigned char) i; + for( j=1; j<=30; j++ ) fwrite( &(low), sizeof(unsigned char), 1, file ); + } + fclose( file ); + + sprintf( fname, "%s/idl_%s.header", output_path, idlname ); + file = fopen( fname, "w" ); + fprintf( file, "pro idl_%s", idlname ); + fprintf( file, "\n\n xoffset = %.4f", input.x_offset ); + fprintf( file, "\n\n xmin = %.2f - xoffset", input.x_start ); + fprintf( file, "\n xmax = %.2f - xoffset", input.x_stop ); + fprintf( file, "\n xname = \"!3x/!7k!3!D0!3\"" ); + fprintf( file, "\n ymin = %d", input.t_start ); + fprintf( file, "\n ymax = %d", input.t_stop ); + fprintf( file, "\n yname = \"!3t/!7s!3\"" ); + fprintf( file, "\n zmax = %.2e", cut ); + if (sign==0) fprintf( file, "\n zmin = %.2e", 0.0 ); + else fprintf( file, "\n zmin = %.2e", -cut ); + fprintf( file, "\n zname = \"%s\"", axislabel ); + fprintf( file, "\n\n level1 = %.2e", input.contour_1 ); + fprintf( file, "\n level2 = %.2e", input.contour_2 ); + fprintf( file, "\n level3 = %.2e", input.contour_3 ); + fprintf( file, "\n\n dim = %d", input.size ); + fprintf( file, "\n\n color = 4" ); + fprintf( file, "\n\n unit = \"%s\"\n\n", unit ); + fclose( file ); + + sprintf( fname, "%s/idl2ps_%s.header", output_path, idlname ); + file = fopen( fname, "w" ); + fprintf( file, "pro idl2ps_%s", idlname ); + fprintf( file, "\n\n xoffset = %.4f", input.x_offset ); + fprintf( file, "\n\n xmin = %.2f - xoffset", input.x_start ); + fprintf( file, "\n xmax = %.2f - xoffset", input.x_stop ); + fprintf( file, "\n xname = \"!3x/!7k!3!D0!3\"" ); + fprintf( file, "\n ymin = %d", input.t_start ); + fprintf( file, "\n ymax = %d", input.t_stop ); + fprintf( file, "\n yname = \"!3t/!7s!3\"" ); + fprintf( file, "\n zmax = %.2e", cut ); + if (sign==0) fprintf( file, "\n zmin = %.2e", 0.0 ); + else fprintf( file, "\n zmin = %.2e", -cut ); + fprintf( file, "\n zname = \"%s\"", axislabel ); + fprintf( file, "\n\n level1 = %.2e", input.contour_1 ); + fprintf( file, "\n level2 = %.2e", input.contour_2 ); + fprintf( file, "\n level3 = %.2e", input.contour_3 ); + fprintf( file, "\n\n dim = %d", input.size ); + fprintf( file, "\n\n color = 0" ); + fprintf( file, "\n\n unit = \"%s\"", unit ); + fprintf( file, "\n\n idl2eps = \"%s.eps\"\n\n", unit ); + fclose( file ); + +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::transform_k( float **matrix_read ) +{ + static error_handler bob("spacetime::transform",errname); + + int i, j; + int steps = input.periods_x * input.cells_per_wl; + + bob.message( "steps =", (double)steps, " steps_ft =", (double)ft.steps ); + + for( i=0; i<t_steps_in; i++ ) { + ft.RealFt( matrix_read[i] ); + for( j=0; j<ft.steps_half; j++ ) { + kspace[i][j] = ft.power[j]; + // kspace[i][j] = ft.co[j]; + // kspace[i][j] = ft.si[j]; + } + } +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::write_transform_k( char *unit, unsigned char **m ) +{ + static error_handler bob("spacetime::write_transform_k",errname); + + FILE *file; + char filename[50]; + float t; + float x, xmin, xmax, kmax; + int tu, to, xu, xo; + float data; + int i, j; + int nx=ft.steps_half; + + kmax = ft.df * nx; + input.K_cut = (int) fabs( input.K_cut ); + + xmin = 0; + + if (input.K_cut==0) { xmax = nx; input.K_cut = kmax; } + else if (input.K_cut<=kmax) { xmax = (int) floor( 1.0*nx*input.K_cut/kmax ); } + else { xmax = nx; input.K_cut = kmax; } + + sprintf( filename, "%s/%s", output_path, unit ); + file = fopen( filename, "wb" ); + if (!file) bob.error( "cannot open file", filename ); + + vector_write = new unsigned char [input.size]; + + for( i=0; i<input.size; i++ ) // interpolate to output array dimensions + { + for( j=0; j<input.size; j++ ) + { + t = t_steps_in * i/input.size; if (t<1) t=1.001; + x = xmin + (xmax-xmin) * j/input.size; if (x<1) x=1.001; + to = (int) ceil( t ); tu = (int) floor( t ); + xo = (int) ceil( x ); xu = (int) floor( x ); + t = (float) to - t; + x = (float) xo - x; + data = t*x*m[tu][xu] + t*(1.0-x)*m[tu][xo]; + data += (1.0-t)*x*m[to][xu] + (1.0-t)*(1.0-x)*m[to][xo]; + vector_write[j] = (unsigned char) floor( data + 0.5 ); + } + fwrite( vector_write, sizeof(unsigned char), input.size, file ); + } + + fclose( file ); + + delete vector_write; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::write_idl_header_kt( float cut, int sign, char *idlname, char *unit, + char *axislabel ) +{ + static error_handler bob("spacetime::write_idl_header_kt",errname); + + FILE *file; + int i, j; + unsigned char low; + + char fname[filename_size]; + sprintf( fname, "%s/scale-idl", output_path ); + file = fopen( fname, "wb" ); + + for( i=0; i<=255; i++ ) // write color table + { + low = (unsigned char) i; + for( j=1; j<=30; j++ ) fwrite( &(low), sizeof(unsigned char), 1, file ); + } + fclose( file ); + + sprintf( fname, "%s/idl_kt_%s.header", output_path, idlname ); + file = fopen( fname, "w" ); + fprintf( file, "pro idl_kt_%s", idlname ); + fprintf( file, "\n\n xmin = %.2f", 0.0 ); + fprintf( file, "\n xmax = %.2f", input.K_cut ); + fprintf( file, "\n xname = \"!3k/!3k!3!D0!3\"" ); + fprintf( file, "\n ymin = %d", input.t_start ); + fprintf( file, "\n ymax = %d", input.t_stop ); + fprintf( file, "\n yname = \"!3t/!7s!3\"" ); + fprintf( file, "\n zmax = %.2e", cut ); + if (sign==0) fprintf( file, "\n zmin = %.2e", 0.0 ); + else fprintf( file, "\n zmin = %.2e", -cut ); + fprintf( file, "\n zname = \"%s\"", axislabel ); + fprintf( file, "\n\n level1 = %.2e", input.contour_1 ); + fprintf( file, "\n level2 = %.2e", input.contour_2 ); + fprintf( file, "\n level3 = %.2e", input.contour_3 ); + fprintf( file, "\n\n dim = %d", input.size ); + fprintf( file, "\n\n color = 4" ); + fprintf( file, "\n\n unit = \"%s\"\n\n", unit ); + fclose( file ); + + sprintf( fname, "%s/idl2ps_kt_%s.header", output_path, idlname ); + file = fopen( fname, "w" ); + fprintf( file, "pro idl2ps_kt_%s", idlname ); + fprintf( file, "\n\n xmin = %.2f", 0.0 ); + fprintf( file, "\n xmax = %.2f", input.K_cut ); + fprintf( file, "\n xname = \"!3k/!3k!3!D0!3\"" ); + fprintf( file, "\n ymin = %d", input.t_start ); + fprintf( file, "\n ymax = %d", input.t_stop ); + fprintf( file, "\n yname = \"!3t/!7s!3\"" ); + fprintf( file, "\n zmax = %.2e", cut ); + if (sign==0) fprintf( file, "\n zmin = %.2e", 0.0 ); + else fprintf( file, "\n zmin = %.2e", -cut ); + fprintf( file, "\n zname = \"%s\"", axislabel ); + fprintf( file, "\n\n level1 = %.2e", input.contour_1 ); + fprintf( file, "\n level2 = %.2e", input.contour_2 ); + fprintf( file, "\n level3 = %.2e", input.contour_3 ); + fprintf( file, "\n\n dim = %d", input.size ); + fprintf( file, "\n\n color = 0" ); + fprintf( file, "\n\n unit = \"%s\"", unit ); + fprintf( file, "\n\n idl2eps = \"%s.eps\"\n\n", unit ); + fclose( file ); + +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::transform_kw( float **matrix_read ) +{ + static error_handler bob("spacetime::transform_kw",errname); + + int i, j; + int steps_x = input.periods_x * input.cells_per_wl; + int steps_t = input.periods_t * input.steps_per_period; + + bob.message( "steps =", (double)steps_x, " steps_ft =", (double)ft2d.steps_2 ); + bob.message( "steps_t", (double)steps_t, " steps_ft =", (double)ft2d.steps_1 ); + + ft2d.RealFt( matrix_read ); + + FILE *f; + f=fopen( "ft2d.dat", "w" ); + for( i=0; i<ft2d.steps_half_1; i+= (int) floor(0.1 * ft2d.steps_half_1) ) { + fprintf( f, "\n" ); + for( j=0; j<ft2d.steps_half_2; j+=10 ) { + fprintf( f, "\n %.4e %.3e", ft2d.frequency_2[j], ft2d.power[i][j] ); + } + } + fclose( f ); + // result in ft2d.power[i][j], ft2d.co[i][j], ft2d.si[i][j] +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::write_transform_kw( char *unit, unsigned char **m ) +{ + static error_handler bob("spacetime::write_transform_kw",errname); + + FILE *file; + char filename[50]; + float t, tmin, tmax, wmax; + float x, xmin, xmax, kmax; + int tu, to, xu, xo; + float data; + int i, j; + + wmax = ft2d.df_1 * ft2d.steps_half_1; + kmax = ft2d.df_2 * ft2d.steps_half_2; + + printf( "wmax = %.3f\n", wmax ); + printf( "kmax = %.3f\n", kmax ); + + if (input.K_cut>0 && input.K_cut<=kmax) { + xmin = ft2d.steps_half_2 - (int) floor(1.0*input.K_cut/ft2d.df_2); + xmax = ft2d.steps_half_2 + (int) floor(1.0*input.K_cut/ft2d.df_2); + } + else { + xmin = 0; + xmax = ft2d.steps_2; + } + + if (input.W_cut>0 && input.W_cut<=wmax) { + tmin = 0; + tmax = (int) floor( 1.0*input.W_cut/ft2d.df_1 ); + } + else { + tmin = 0; + tmax = ft2d.steps_half_1; + } + + sprintf( filename, "%s/%s", output_path, unit ); + file = fopen( filename, "wb" ); + if (!file) bob.error( "cannot open file", filename ); + + vector_write = new unsigned char [input.size]; + + for( i=0; i<input.size; i++ ) // interpolate to output array dimensions + { + for( j=0; j<input.size; j++ ) + { + t = tmin + (tmax-tmin) * i/input.size; if (t<1) t=1.001; + x = xmin + (xmax-xmin) * j/input.size; if (x<1) x=1.001; + to = (int) ceil( t ); tu = (int) floor( t ); + xo = (int) ceil( x ); xu = (int) floor( x ); + t = (float) to - t; + x = (float) xo - x; + data = t*x*m[tu][xu] + t*(1.0-x)*m[tu][xo]; + data += (1.0-t)*x*m[to][xu] + (1.0-t)*(1.0-x)*m[to][xo]; + vector_write[j] = (unsigned char) floor( data + 0.5 ); + } + fwrite( vector_write, sizeof(unsigned char), input.size, file ); + } + + fclose( file ); + + delete vector_write; +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void spacetime::write_idl_header_kw( float cut, int sign, char *idlname, char *unit, + char *axislabel ) +{ + static error_handler bob("spacetime::write_idl_header_kw",errname); + + FILE *file; + int i, j; + unsigned char low; + + char fname[filename_size]; + sprintf( fname, "%s/scale-idl", output_path ); + file = fopen( fname, "wb" ); + + for( i=0; i<=255; i++ ) // write color table + { + low = (unsigned char) i; + for( j=1; j<=30; j++ ) fwrite( &(low), sizeof(unsigned char), 1, file ); + } + fclose( file ); + + sprintf( fname, "%s/idl_kw_%s.header", output_path, idlname ); + file = fopen( fname, "w" ); + fprintf( file, "pro idl_kw_%s", idlname ); + fprintf( file, "\n\n xmin = %.2f", -input.K_cut ); + fprintf( file, "\n xmax = %.2f", input.K_cut ); + fprintf( file, "\n xname = \"!3k/!3k!3!D0!3\"" ); + fprintf( file, "\n ymin = %.3f", 0.0 ); + fprintf( file, "\n ymax = %.3f", input.W_cut ); + fprintf( file, "\n yname = \"!7x/!7x!3!D0\"" ); + fprintf( file, "\n zmax = %.2e", cut ); + if (sign==0) fprintf( file, "\n zmin = %.2e", 0.0 ); + else fprintf( file, "\n zmin = %.2e", -cut ); + fprintf( file, "\n zname = \"%s\"", axislabel ); + fprintf( file, "\n\n level1 = %.2e", input.contour_1 ); + fprintf( file, "\n level2 = %.2e", input.contour_2 ); + fprintf( file, "\n level3 = %.2e", input.contour_3 ); + fprintf( file, "\n\n dim = %d", input.size ); + fprintf( file, "\n\n color = 4" ); + fprintf( file, "\n\n unit = \"%s\"\n\n", unit ); + fclose( file ); + + sprintf( fname, "%s/idl2ps_kw_%s.header", output_path, idlname ); + file = fopen( fname, "w" ); + fprintf( file, "pro idl2ps_kw_%s", idlname ); + fprintf( file, "\n\n xmin = %.2f", -input.K_cut ); + fprintf( file, "\n xmax = %.2f", input.K_cut ); + fprintf( file, "\n xname = \"!3k/!3k!3!D0!3\"" ); + fprintf( file, "\n ymin = %.3f", 0.0 ); + fprintf( file, "\n ymax = %.3f", input.W_cut ); + fprintf( file, "\n yname = \"!7x/!7x!3!D0\"" ); + fprintf( file, "\n zmax = %.2e", cut ); + if (sign==0) fprintf( file, "\n zmin = %.2e", 0.0 ); + else fprintf( file, "\n zmin = %.2e", -cut ); + fprintf( file, "\n zname = \"%s\"", axislabel ); + fprintf( file, "\n\n level1 = %.2e", input.contour_1 ); + fprintf( file, "\n level2 = %.2e", input.contour_2 ); + fprintf( file, "\n level3 = %.2e", input.contour_3 ); + fprintf( file, "\n\n dim = %d", input.size ); + fprintf( file, "\n\n color = 0" ); + fprintf( file, "\n\n unit = \"%s\"", unit ); + fprintf( file, "\n\n idl2eps = \"%s.eps\"\n\n", unit ); + fclose( file ); + +} + + +////////////////////////////////////////////////////////////////////////////////////////// +//eof + + + + + + + + + diff --git a/post/src/spacetime.h b/post/src/spacetime.h new file mode 100644 index 0000000..c069b64 --- /dev/null +++ b/post/src/spacetime.h @@ -0,0 +1,112 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef SPACETIME_H +#define SPACETIME_H + +#include <common.h> +#include <fstream> +#include <iomanip> +#include <string.h> +#include <parameter.h> +#include <utilities.h> +#include <error.h> +#include <math.h> +#include <readfile.h> +#include <ft.h> +#include <ft2d.h> + +class input_spacetime { +private: + char errname[filename_size]; + +public: + + int t_start, t_stop; + float x_start, x_stop, x_offset; + int periods_x, periods_t, cells_per_wl, steps_per_period; + int average; + int size; + float contour_1, contour_2, contour_3; + int Q_de, Q_di, Q_jx, Q_jy, Q_jz, Q_ex, Q_ey, Q_ez, Q_bx, Q_by, Q_bz, Q_edens, + Q_de_fi, Q_de_ii; + float C_de, C_di, C_jx, C_jy, C_jz, C_ex, C_ey, C_ez, C_bx, C_by, C_bz, C_edens, + C_de_fi, C_de_ii; + int Q_kw, Q_kt; + float C_kw, C_kt; + float K_cut, W_cut; + + readfile rf; + void save( parameter &p ); + + input_spacetime( parameter &p ); +}; + + +////////////////////////////////////////////////////////////////////////////////////////// + + +class spacetime { + + private: + input_spacetime input; + FFT ft; + FFT2D ft2d; + + int t_start_in, t_stop_in, t_steps_in; + float x_start_in, x_stop_in; + int x_steps_in; + int spp, spl; + int fnumber; + float **matrix_read; + unsigned char **matrix_write; + unsigned char *vector_write; + float **power_spectrum, **kspace; + float **kw; + char *input_path; + char *output_path; + char errname[filename_size]; + + public: + spacetime( parameter &p ); + void select( void ); + void xt_kt_kw( char *unit, float cut, int sign, int scale_write ); + + void read_input_array_size( char *input ); + void read( char *input ); + void smooth( float **field ); + void scale( float cut, int sign, + float **m, unsigned char **mw, int nt, int nx ); + void write( char *unit, int scale_write ); + void write_idl_header_xt( float cut, int sign, char *idlname, char *unit, + char *axislabel ); + void transform_k( float **matrix_read ); + void write_transform_k( char* unit, unsigned char **m ); + void write_idl_header_kt( float cut, int sign, char *idlname, char *unit, + char *axislabel ); + void transform_kw( float **matrix_read ); + void write_transform_kw( char* unit, unsigned char **m ); + void write_idl_header_kw( float cut, int sign, char *idlname, char *unit, + char *axislabel ); +}; + +#endif + diff --git a/post/src/trace.C b/post/src/trace.C new file mode 100644 index 0000000..62c0eff --- /dev/null +++ b/post/src/trace.C @@ -0,0 +1,656 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 2002 Andreas Kemp + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +////////////////////////////////////////////////////////////////////////////////////////// +// +// postprocessor for lpic++ +// +////////////////////////////////////////////////////////////////////////////////////////// +// changes by A.Kemp, 2002 denoted by ## +#include <trace.h> + + +trace::trace( parameter &p ) + : input(p), + ft( input.periods, input.steps_pp, input.screen ) +{ + sprintf( errname, "%s/error", p.output_path ); + static error_handler bob("trace::Constructor",errname); + + period_start = input.period_start; + period_stop = input.period_stop; + periods = input.periods; + traces = input.traces; + steps_pp = input.steps_pp; + + bob.message("reached steps:0. # traces = ", traces); + + read_name = new char[filename_size]; + power_name = new char[filename_size]; + trace_name = new char[filename_size]; + path = new char[filename_size]; + + strcpy(path,p.file_path); + + position = new float [traces+1]; + + Q = 0; + + vector_read = new float [ steps_pp ]; + if ( input.Q_ey || input.Q_bz || input.Q_Pi || input.Q_Pr ) + Q = input.Q_fp = input.Q_fm = 1; + if ( input.Q_ez || input.Q_by || input.Q_Si || input.Q_Sr ) + Q = input.Q_gp = input.Q_gm = 1; + if ( input.Q_fp ) { fp = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_fm ) { fm = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_gm ) { gm = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_gp ) { gp = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_ex ) { ex = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_ey ) { ey = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_ez ) { ez = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_by ) { by = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_bz ) { bz = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_de ) { de = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_di ) { di = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_jx ) { jx = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_jy ) { jy = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + if ( input.Q_jz ) { jz = fmatrix( 1, traces, 0, periods*steps_pp - 1 ); Q = 1; } + + + if (Q) { + printf( "reading traces ... " ); fflush(stdout); + read_traces(); // read from trace files + printf( "done\n" ); + } + + bob.message("Q =", Q ); + bob.message("traces =", traces ); + bob.message("periods =", ft.periods_input ); + bob.message("steps_pp_input =", ft.steps_pp_input ); + bob.message("steps_input =", ft.steps_input ); + bob.message("steps =", ft.steps ); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +input_trace::input_trace( parameter &p ) + : rf() +{ + strcpy( errname, p.errname ); + static error_handler bob("input_trace::Constructor",errname); + char filename[filename_size]; + FILE *file; + + rf.openinput( p.read_filename ); + + period_start = atoi( rf.setget( "&traces", "period_start" ) ); + period_stop = atoi( rf.setget( "&traces", "period_stop" ) ); + screen = atoi( rf.setget( "&traces", "period_screen" ) ); + + Q_fp = atoi( rf.setget( "&traces", "fp" ) ); + Q_fm = atoi( rf.setget( "&traces", "fm" ) ); + Q_gp = atoi( rf.setget( "&traces", "gp" ) ); + Q_gm = atoi( rf.setget( "&traces", "gm" ) ); + Q_ex = atoi( rf.setget( "&traces", "ex" ) ); + Q_ey = atoi( rf.setget( "&traces", "ey" ) ); + Q_ez = atoi( rf.setget( "&traces", "ez" ) ); + Q_by = atoi( rf.setget( "&traces", "by" ) ); + Q_bz = atoi( rf.setget( "&traces", "bz" ) ); + Q_Pi = atoi( rf.setget( "&traces", "Pi" ) ); + Q_Pr = atoi( rf.setget( "&traces", "Pr" ) ); + Q_Sr = atoi( rf.setget( "&traces", "Sr" ) ); + Q_Si = atoi( rf.setget( "&traces", "Si" ) ); + Q_de = atoi( rf.setget( "&traces", "de" ) ); + Q_di = atoi( rf.setget( "&traces", "di" ) ); + Q_jx = atoi( rf.setget( "&traces", "jx" ) ); + Q_jy = atoi( rf.setget( "&traces", "jy" ) ); + Q_jz = atoi( rf.setget( "&traces", "jz" ) ); + + rf.closeinput(); + + // read trace-file headers to determine number of traces ------------------------------- + + int period=1; // ## + int region=1, traces_read, traces_min=10000, traces_max=0; + + if ( Q_fp || Q_fm || Q_gp || Q_gm || Q_ex || Q_ey || Q_ez || Q_by || Q_bz || + Q_Pi || Q_Pr || Q_Sr || Q_Si || Q_de || Q_di || Q_jx || Q_jy || Q_jz ) { + + sprintf( filename, "%s/trace-%d-%d", p.file_path, region, period ); + + while( (file = fopen( filename, "rb" )) ) + { + fread( &period, sizeof(int), 1, file ); + fread( &traces_read, sizeof(int), 1, file ); // read number of traces + fread( &steps_pp, sizeof(int), 1, file ); // read steps_pp + rewind( file ); + fclose( file ); + + if (traces_read>traces_max) traces_max=traces_read; + if (traces_read<traces_min) traces_min=traces_read; + + sprintf( filename, "%s/trace-%d-%d", p.file_path, ++region, period ); + } + + if( traces_max!=traces_min) bob.error( "number of traces not unique" ); + + } + bob.message("traces.min = ",traces_min, "traces_max = ",traces_max); //## + traces = traces_max; // input parameter input.traces ! // ## + periods = period_stop - period_start + 1; // input parameter input.periods // ## + + // ------------------------------------------------------------------------------------- + + bob.message("parameter read"); + + save(p); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void input_trace::save( parameter &p ) +{ + static error_handler bob("input_trace::save",errname); + ofstream outfile; + + outfile.open(p.save_path_name,ios::app); + + outfile << "Traces and Fourier Transforms with respect to time" << endl; + outfile << "--------------------------------------------------" << endl; + outfile << "region : " << region << endl; + outfile << "period_start : " << period_start << endl; + outfile << "period_stop : " << period_stop << endl; + outfile << "periods_screen : " << screen << endl; + outfile << "traces : " << traces << endl; + outfile << "steps_pp : " << steps_pp << endl << endl; + + outfile << "fp fm gp gm ex ey ez by bz Pi Pr Sr Si de di jx jy jz" << endl; + outfile << ":" << Q_fp << " "; + outfile << ":" << Q_fm << " "; + outfile << ":" << Q_gp << " "; + outfile << ":" << Q_gm << " "; + outfile << ":" << Q_ex << " "; + outfile << ":" << Q_ey << " "; + outfile << ":" << Q_ez << " "; + outfile << ":" << Q_by << " "; + outfile << ":" << Q_bz << " "; + outfile << ":" << Q_Pi << " "; + outfile << ":" << Q_Pr << " "; + outfile << ":" << Q_Sr << " "; + outfile << ":" << Q_Si << " "; + outfile << ":" << Q_de << " "; + outfile << ":" << Q_di << " "; + outfile << ":" << Q_jx << " "; + outfile << ":" << Q_jy << " "; + outfile << ":" << Q_jz << " " << endl << endl; + + outfile.close(); + + bob.message("parameter written"); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void trace::read_traces( void ) +{ + static error_handler bob("trace::read_traces",errname); + + int i, j, k, n_curr, domain; + int period_read, traces_read, traces_previous, steps_pp_read; + + for( i=period_start, n_curr=0; i<=period_stop; i++, n_curr+=steps_pp ){// forall periods + + traces_read = 0; + traces_previous = 0; + domain = 1; + + sprintf( read_name, "%s/trace-%d-%d", path, domain, i ); + + while( (read_file = fopen( read_name, "rb" )) ) + { + // bob.message( "opening file:", read_name ); + + fread( &period_read, sizeof(int), 1, read_file ); // consistency checks + fread( &traces_read, sizeof(int), 1, read_file ); + fread( &steps_pp_read, sizeof(int), 1, read_file ); + + bob.message( "file ", read_name); + bob.message( "period ", period_read ); + bob.message( "traces ", traces_read ); + bob.message( "steps ", steps_pp_read ); + + if ( period_read != i ) bob.error( "wrong period in file", read_name ); + if ( steps_pp_read != steps_pp ) bob.error( "steps_pp not unique" ); + + for( j = 1; j <= traces_read; j++ ) { + + fread( &position[j], sizeof(float), 1, read_file ); // read position of trace j + + if (input.Q_fp) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) fp[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_fm) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) fm[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_gp) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) gp[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_gm) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) gm[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_ex) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) ex[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_de) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) de[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_di) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) di[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_jx) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) jx[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_jy) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) jy[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + if (input.Q_jz) { + for( k=0; k<steps_pp; k++ ) vector_read[k]=0; + fread( vector_read, sizeof(float), steps_pp, read_file ); + for( k=0; k<steps_pp; k++ ) jz[j][n_curr+k] += vector_read[k]; + } + else fseek( read_file, sizeof(float)*steps_pp, 1 ); + } + fclose( read_file ); + sprintf( read_name, "%s/trace-%d-%d", path, ++domain, i ); + } + } +} + +////////////////////////////////////////////////////////////////////////////////////////// + + +void trace::transform( parameter &p ) +{ + static error_handler bob("trace::transform",errname); + int i, j; + + bob.message( "steps =", (double)periods*steps_pp, " steps_ft =", (double)ft.steps ); + + power_spectrum = dmatrix( 1, traces, 0, ft.steps_half ); + + if (input.Q_fp) { + printf( "transforming fp ... " ); fflush(stdout); + bob.message("fp"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( fp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"fp"); + write_traces(p,fp,"fp"); + printf( "done\n" ); + } + + if (input.Q_fm) { + printf( "transforming fm ... " ); fflush(stdout); + bob.message("fm"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( fm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"fm"); + write_traces(p,fm,"fm"); + printf( "done\n" ); + + /////////////////////////////////////////////////////////////// + // class ft can be used to calculate correlations, see the + // example below + /////////////////////////////////////////////////////////////// + // double mid=10; + // double width=2; + // FILE *f; + // + // printf( "correlation fm ... " ); fflush(stdout); + // ft.correlation( fm[1], mid, width ); + // + // f=fopen( "correlation.dat", "w" ); + // for( i=0; i<ft.steps_half; i++ ) { + // fprintf( f, "\n %f %.3e %.3e", ft.dt*i, ft.local[i], ft.corr[i] ); + // } + // fclose(f); + // + // printf( "done\n" ); + /////////////////////////////////////////////////////////////// + } + + if (input.Q_gp) { + printf( "transforming gp ... " ); fflush(stdout); + bob.message("gp"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( gp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"gp"); + write_traces(p,gp,"gp"); + printf( "done\n" ); + } + + if (input.Q_gm) { + printf( "transforming gm ... " ); fflush(stdout); + bob.message("gm"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( gm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"gm"); + write_traces(p,gm,"gm"); + printf( "done\n" ); + } + + if (input.Q_ex) { + printf( "transforming ex ... " ); fflush(stdout); + bob.message("ex"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( ex[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"ex"); + write_traces(p,ex,"ex"); + printf( "done\n" ); + } + + if (input.Q_ey) { + printf( "transforming ey ... " ); fflush(stdout); + bob.message("ey"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( fp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + ft.RealFt( fm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] += ft.power[j]; + for( j=0; j<ft.steps_input; j++ ) ey[i][j] = fp[i][j] + fm[i][j]; + } + write_transform(p,"ey"); + write_traces(p,ey,"ey"); + printf( "done\n" ); + } + + if (input.Q_bz) { + printf( "transforming bz ... " ); fflush(stdout); + bob.message("bz"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( fp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + ft.RealFt( fm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] -= ft.power[j]; + for( j=0; j<ft.steps_input; j++ ) bz[i][j] = fp[i][j] - fm[i][j]; + } + write_transform(p,"bz"); + write_traces(p,bz,"bz"); + printf( "done\n" ); + } + + if (input.Q_ez) { + printf( "transforming ez ... " ); fflush(stdout); + bob.message("ez"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( gp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + ft.RealFt( gm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] += ft.power[j]; + for( j=0; j<ft.steps_input; j++ ) ez[i][j] = gp[i][j] + gm[i][j]; + } + write_transform(p,"ez"); + write_traces(p,ez,"ez"); + printf( "done\n" ); + } + + if (input.Q_by) { + printf( "transforming by ... " ); fflush(stdout); + bob.message("by"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( gp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + ft.RealFt( gm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] -= ft.power[j]; + for( j=0; j<ft.steps_input; j++ ) by[i][j] = gp[i][j] - gm[i][j]; + } + write_transform(p,"by"); + write_traces(p,by,"by"); + printf( "done\n" ); + } + + if (input.Q_Pi) { + printf( "transforming Pi ... " ); fflush(stdout); + bob.message("Pi"); + for( i=1; i<=traces; i++ ) { // factor 2 because of E_z and B_y! + ft.RealFt( fp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = 2 * ft.power[j]; + } + write_transform(p,"Pi"); + printf( "done\n" ); + } + + if (input.Q_Pr) { + printf( "transforming Pr ... " ); fflush(stdout); + bob.message("Pr"); + for( i=1; i<=traces; i++ ) { // factor 2 because of E_y and B_z + ft.RealFt( fm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = 2 * ft.power[j]; + } + write_transform(p,"Pr"); + printf( "done\n" ); + } + + if (input.Q_Sr) { + printf( "transforming Sr ... " ); fflush(stdout); + bob.message("Sr"); + for( i=1; i<=traces; i++ ) { // factor 2 because of E_z and B_y! + ft.RealFt( gp[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = 2 * ft.power[j]; + } + write_transform(p,"Sr"); + printf( "done\n" ); + } + + if (input.Q_Si) { + printf( "transforming Si ... " ); fflush(stdout); + bob.message("Si"); + for( i=1; i<=traces; i++ ) { // factor 2 because of E_z and B_y! + ft.RealFt( gm[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = 2 * ft.power[j]; + } + write_transform(p,"Si"); + printf( "done\n" ); + } + + if (input.Q_de) { + printf( "transforming de ... " ); fflush(stdout); + bob.message("de"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( de[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"de"); + write_traces(p,de,"de"); + printf( "done\n" ); + } + + if (input.Q_di) { + printf( "transforming di ... " ); fflush(stdout); + bob.message("di"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( di[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"di"); + write_traces(p,di,"di"); + printf( "done\n" ); + } + + if (input.Q_jx) { + printf( "transforming jx ... " ); fflush(stdout); + bob.message("jx"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( jx[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"jx"); + write_traces(p,jx,"jx"); + printf( "done\n" ); + } + + if (input.Q_jy) { + printf( "transforming jy ... " ); fflush(stdout); + bob.message("jy"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( jy[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"jy"); + write_traces(p,jy,"jy"); + printf( "done\n" ); + } + + if (input.Q_jz) { + printf( "transforming jz ... " ); fflush(stdout); + bob.message("jz"); + for( i=1; i<=traces; i++ ) { + ft.RealFt( jz[i] ); + for( j=0; j<=ft.steps_half; j++ ) power_spectrum[i][j] = ft.power[j]; + } + write_transform(p,"jz"); + write_traces(p,jz,"jz"); + printf( "done\n" ); + } + + delete_dmatrix(power_spectrum,1,traces,0,ft.steps_half); +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void trace::write_transform( parameter &p, char* appendix ) +{ + static error_handler bob("trace::write_transform",errname); + int i, j; + + sprintf(power_name, "%s/ft-%s", p.output_path, appendix); + powerfile.open(power_name); + if (!powerfile) bob.error("cannot open power_spectrum_file: ", power_name ); + + powerfile.precision( 5 ); + powerfile.setf( ios::showpoint | ios::scientific ); + + powerfile << "#" << setw(12) << "frequency"; + for( i=1; i<=traces; i++ ) powerfile << setw(13) << position[i]; + powerfile << endl; + + for( j=0; j<=ft.steps_half; j++ ) { + powerfile << setw(13) << ft.frequency[j]; + for( i=1; i<=traces; i++ ) powerfile << setw(13) << power_spectrum[i][j]; + powerfile << endl; + } + + powerfile.close(); + +} + + +////////////////////////////////////////////////////////////////////////////////////////// + + +void trace::write_traces( parameter &p, float** input, char* appendix ) +{ + static error_handler bob("trace::write_traces",errname); + double t_start = ft.dt_input * ( period_start - 1 ) * steps_pp; + int MAX_STEPS = 500000; + int sample = 1 + (int) floor( (double) ft.steps_input / MAX_STEPS ); + int i, j, headings; + +// bob.message("t_start = ", t_start ); + + for (headings=0; headings<=1; headings++) { + if (headings == 1) sprintf(trace_name, "%s/ft-%s-trace", p.output_path, appendix); + else sprintf(trace_name, "%s/ft-%s-trace_noheadings", p.output_path, appendix); + tracefile.open(trace_name); + if (!tracefile) bob.error("cannot open ascii_trace_file: ", trace_name ); + bob.message("writing ",trace_name); + + tracefile.precision( 10 ); + tracefile.setf( ios::showpoint | ios::scientific ); + + if (headings == 1) { + tracefile << "#" << setw(17) << "time"; + for( i=1; i<=traces; i++ ) tracefile << setw(18) << position[i]; + tracefile << endl; + } + + for( j=0; j<ft.steps_input; j+=sample ) { + tracefile << setw(18) << t_start + ft.dt_input * j; + for( i=1; i<=traces; i++ ) tracefile << setw(18) << input[i][j]; + tracefile << endl; + } + + tracefile.close(); + } +} + +////////////////////////////////////////////////////////////////////////////////////////// +//eof + + + + + diff --git a/post/src/trace.h b/post/src/trace.h new file mode 100644 index 0000000..718eed5 --- /dev/null +++ b/post/src/trace.h @@ -0,0 +1,108 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef TRACE_H +#define TRACE_H + +#include <common.h> +#include <fstream> +#include <iomanip> +#include <string.h> +#include <parameter.h> +#include <utilities.h> +#include <ft.h> +#include <math.h> + +using namespace std; + +class input_trace { +private: + char errname[filename_size]; + +public: + + // input from input.post: + + int region; + int period_start; + int period_stop; + int screen; + + int Q_fp, Q_fm, Q_gp, Q_gm; + int Q_ex, Q_ey, Q_ez, Q_by, Q_bz; + int Q_Sr, Q_Pr, Q_Si, Q_Pi; + int Q_de, Q_di, Q_jx, Q_jy, Q_jz; + + // input from arbitrary trace file and derived values + int traces; // to be read from a trace file + int steps_pp; // to be read from a trace file + int periods; + + readfile rf; + void save( parameter &p ); + + input_trace( parameter &p ); +}; + + +////////////////////////////////////////////////////////////////////////////////////////// + + +class trace { + + private: + input_trace input; + FFT ft; // class 'Fourier Transforms' + + int region; + int period; + int period_start; + int period_stop; + int periods; + int traces; + float *position; // position of traces + int steps_pp; + + int Q; + float **fp, **fm, **gp, **gm, **ex, **ey, **ez, **by, **bz; + float **de, **di; + float **jx, **jy, **jz; + float *vector_read; + + double **power_spectrum; + char *power_name, *trace_name; + ofstream powerfile, tracefile; + FILE* read_file; + char *read_name; + char *path; + char errname[filename_size]; + + public: + trace ( parameter &p ); + void read_traces ( void ); + void transform ( parameter &p ); + void write_transform( parameter &p, char* appendix ); + void write_traces ( parameter &p, float** input, char* appendix ); + +}; + + +#endif diff --git a/post/src/utilities.C b/post/src/utilities.C new file mode 100644 index 0000000..f37da47 --- /dev/null +++ b/post/src/utilities.C @@ -0,0 +1,225 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 2001, 2002 Andreas Kemp + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include <utilities.h> + +// original version by R.Lichters taken from Numerical Recipies. +// changes by A.Kemp indicated by ## and date of change + +#define NR_END 1 +#define FREE_ARG char* + +// iostream.h added by R.L. on 06.08.05, needed by cout and endl +// to compile with gcc 4 on Mac OS X 10.4 +#include <iostream> + +using namespace std; + +/////////////////////////////////////////////////////////////////////// +void error(char* s1, char* s2, char *s3, char *s4) +{ + cout << "FAILURE: " << s1 << ' ' << s2 << s3 << s4 << endl; + + exit(1); +} + +void error(char* s1, double d2, char *s3, char *s4) +{ + cout << "FAILURE: " << s1 << ' ' << d2 << s3 << s4 << endl; + + exit(1); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +float **fmatrix(long nrl, long nrh, long ncl, long nch) +// allocate a float matrix with subscript range m[nrl..nrh][ncl..nch] +{ + long i, nrow=nrh-nrl+1, ncol=nch-ncl+1; + float **m; + + // allocate pointers to rows + m=(float **) malloc((size_t)((nrow+NR_END)*sizeof(float*))); + if (!m) error("allocation failure 1 in fmatrix()"); + + m += NR_END; // ##31.10.01 + m -= nrl; // ## + + // allocate rows and set pointers to them + m[nrl]=(float *) malloc((size_t)((nrow*ncol+NR_END)*sizeof(float))); + if (!m[nrl]) + { + printf("geforderte Groesse: %i * %i * %i Byte\n", (size_t)nrow, (size_t)ncol, (size_t)sizeof(float)); + error("allocation failure 2 in fmatrix()"); + } + m[nrl]+=NR_END; + m[nrl]-=ncl; + + for(i=nrl+1;i<=nrh;i++) m[i]=m[i-1]+ncol; + + // return pointer to array of pointers to rows + return m; +} + +///////////////////////////////////////////////////////////////////////////////////////// + +void delete_fmatrix( float **m, long nrl, long nrh, long ncl, long nch) +// free a float matrix allocated by fmatrix() +{ + nrh = nch = 0; // ## + free((FREE_ARG) (m[nrl]+ncl-NR_END)); + free((FREE_ARG) (m+nrl-NR_END)); +} + +////////////////////////////////////////////////////////////////////////////////////////// + +double **dmatrix(long nrl, long nrh, long ncl, long nch) +// allocate a double matrix with subscript range m[nrl..nrh][ncl..nch] +{ + long i, nrow=nrh-nrl+1, ncol=nch-ncl+1; + double **m; + + // allocate pointers to rows + m=(double **) malloc((size_t)((nrow+NR_END)*sizeof(double*))); + if (!m) error("allocation failure 1 in dmatrix()"); + + m += NR_END; // ##31.10.01 + m -= nrl; // ## + + // allocate rows and set pointers to them + m[nrl]=(double *) malloc((size_t)((nrow*ncol+NR_END)*sizeof(double))); + if (!m[nrl]) + { + printf("geforderte Groesse: %i * %i * %i Byte\n", (size_t)nrow, (size_t)ncol, (size_t)sizeof(float)); + error("allocation failure 2 in dmatrix()"); + } + m[nrl]+=NR_END; + m[nrl]-=ncl; + + for(i=nrl+1;i<=nrh;i++) m[i]=m[i-1]+ncol; + + // return pointer to array of pointers to rows + return m; +} + +///////////////////////////////////////////////////////////////////////////////////////// + +void delete_dmatrix( double **m, long nrl, long nrh, long ncl, long nch) +// free a double matrix allocated by dmatrix() +{ + nrh = nch = 0; // ##31.10.01 + free((FREE_ARG) (m[nrl]+ncl-NR_END)); + free((FREE_ARG) (m+nrl-NR_END)); +} + +///////////////////////////////////////////////////////////////////////////////////////// + +unsigned char **ucmatrix(long nrl, long nrh, long ncl, long nch) +// allocate a unsigned char matrix with subscript range m[nrl..nrh][ncl..nch] +{ + long i, nrow=nrh-nrl+1, ncol=nch-ncl+1; + unsigned char **m; + + // allocate pointers to rows + m=(unsigned char **) malloc((size_t)((nrow+NR_END)*sizeof(unsigned char*))); + if (!m) error("allocation failure 1 in ucmatrix()"); + + m += NR_END; // ## 31.10.01 + m -= nrl; // ## + + // allocate rows and set pointers to them + m[nrl]=(unsigned char *) malloc((size_t)((nrow*ncol+NR_END)*sizeof(unsigned char))); + if (!m[nrl]) error("allocation failure 2 in ucmatrix()"); + m[nrl]+=NR_END; + m[nrl]-=ncl; + + for(i=nrl+1;i<=nrh;i++) m[i]=m[i-1]+ncol; + + // return pointer to array of pointers to rows + return m; +} + +///////////////////////////////////////////////////////////////////////////////////////// + +void delete_ucmatrix( unsigned char **m, long nrl, long nrh, long ncl, long nch) +// free a unsigned char matrix allocated by ucmatrix() +{ + nrh = nch = 0; // ## 31.10.01 + free((FREE_ARG) (m[nrl]+ncl-NR_END)); + free((FREE_ARG) (m+nrl-NR_END)); +} + +///////////////////////////////////////////////////////////////////////////////////////// + +int **imatrix(long nrl, long nrh, long ncl, long nch) +// allocate a int matrix with subscript range m[nrl..nrh][ncl..nch] +{ + long i, nrow=nrh-nrl+1, ncol=nch-ncl+1; + int **m; + + // allocate pointers to rows + m=(int **) malloc((size_t)((nrow+NR_END)*sizeof(int*))); + if (!m) error("allocation failure 1 in imatrix()"); + + m += NR_END; // ##31.10.01 + m -= nrl; // ## + + // allocate rows and set pointers to them + m[nrl]=(int *) malloc((size_t)((nrow*ncol+NR_END)*sizeof(int))); + if (!m[nrl]) error("allocation failure 2 in ucmatrix()"); + m[nrl]+=NR_END; + m[nrl]-=ncl; + + for(i=nrl+1;i<=nrh;i++) m[i]=m[i-1]+ncol; + + // return pointer to array of pointers to rows + return m; +} + +///////////////////////////////////////////////////////////////////////////////////////// + +void delete_imatrix( int **m, long nrl, long nrh, long ncl, long nch) +// free a unsigned char matrix allocated by imatrix() +{ + nrh = nch = 0; //## + free((FREE_ARG) (m[nrl]+ncl-NR_END)); + free((FREE_ARG) (m+nrl-NR_END)); +} + +///////////////////////////////////////////////////////////////////////////////////////// + +ifstream& operator>>(ifstream& input, Trash& trash) +// reads a file to the next occuring ':' by using 'file >> trash' +{ + do input.getline(trash.string,2); + while( strstr(trash.string,":")==0 ); + + return input; +} + +///////////////////////////////////////////////////////////////////////////////////////// +//eof + + + + + diff --git a/post/src/utilities.h b/post/src/utilities.h new file mode 100644 index 0000000..c21669d --- /dev/null +++ b/post/src/utilities.h @@ -0,0 +1,52 @@ +/* + This file is part of LPIC++, a particle-in-cell code for + simulating the interaction of laser light with plasma. + + Copyright (C) 1994-1997 Roland Lichters + + LPIC++ is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef UTILITIES_H +#define UTILITIES_H + +#include <stdio.h> +#include <stddef.h> +#include <stdlib.h> +#include <fstream> +#include <string.h> + +using namespace std; + +float** fmatrix( long nrl, long nrh, long ncl, long nch ); +void delete_fmatrix( float **m, long nrl, long nrh, long ncl, long nch ); +double** dmatrix( long nrl, long nrh, long ncl, long nch ); +void delete_dmatrix( double **m, long nrl, long nrh, long ncl, long nch ); +unsigned char** ucmatrix( long nrl, long nrh, long ncl, long nch ); +void delete_ucmatrix( unsigned char **m, long nrl, long nrh, long ncl, long nch ); +int** imatrix( long nrl, long nrh, long ncl, long nch ); +void delete_imatrix( int **m, long nrl, long nrh, long ncl, long nch ); + +class Trash { + friend ifstream& operator>> (ifstream&, Trash&); +private: + char string[1]; +}; + +void error(char* s1, char* s2="", char* s3="", char* s4=""); +void error(char* s1, double d2, char* s3="", char* s4=""); + + +#endif diff --git a/post/test b/post/test new file mode 100644 index 0000000..356eba9 --- /dev/null +++ b/post/test @@ -0,0 +1,72 @@ +////////////////////////////////////////////////////////////////////////////////////////// +// +// input parameters for the lpic-postprocessor +// +////////////////////////////////////////////////////////////////////////////////////////// + + +&traces +------------------------------------------------------------------------------------------ +period_start = 0 +period_stop = 399 +period_screen = 1 + +ex = 0, ey = 0, ez = 0, by = 0, bz = 0, +fp = 1, fm = 1, gp = 1, gm = 1, +Pi = 0, Pr = 0, Sr = 0, Si = 0, +de = 0, di = 0, jx = 0, jy = 0, jz = 0 + + +&spacetime +------------------------------------------------------------------------------------------ +t_start = 0 +t_stop = 399 +x_start = 0 +x_stop = 14 + +imagesize = 1600 +smooth = 1 + +Q_de = 0, C_de = 6 +Q_di = 0, C_di = 6 +Q_de_fi = 0, C_de_fi = 0 +Q_de_ii = 0, C_de_ii = 0 +Q_jx = 0, C_jx = 0 +Q_jy = 0, C_jy = 0 +Q_jz = 0, C_jz = 0 +Q_ex = 0, C_ex = 0 +Q_ey = 0, C_ey = 0 +Q_ez = 0, C_ez = 0 +Q_by = 0, C_by = 0 +Q_bz = 0, C_bz = 0 +Q_edens = 0, C_edens = 0.0004 + +Q_kt = 0, C_kt = 1e-3 +Q_kw = 0, C_kw = 1e-3 +K_cut = 10, W_cut = 10, + +x_offset = 0 +contour_1 = 100 +contour_2 = 200 +contour_3 = 300 + + +&phasespace +------------------------------------------------------------------------------------------ +period_start = 0.0 +period_stop = 399 +period_step = 0.05 + +Q_vx = 0 +Q_vy = 0 +Q_vz = 0 +Q_el = 0 +Q_ion= 0 + +xmax = 5 +xoffset = 1 + +========================================================================================== + + + diff --git a/post/test.pro b/post/test.pro new file mode 100644 index 0000000..4f961d7 --- /dev/null +++ b/post/test.pro @@ -0,0 +1,7 @@ +pro test, a + + print, a + +end + + |