[Debian-astro-commits] [gyoto] 219/221: Merge branch 'master' into debian

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Fri May 22 20:52:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch master
in repository gyoto.

commit 131c002eb94bd3335cd9fefff3dadbbadaaee47f
Merge: f7ab660 11c4faa
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Fri May 22 13:15:57 2015 +0200

    Merge branch 'master' into debian

 .gitignore                                     |    8 +
 INSTALL                                        |   28 +
 Makefile.am                                    |    8 +
 Makefile.in                                    |   62 +-
 NEWS                                           |    9 +
 aclocal.m4                                     |    9 +-
 bin/Makefile.am                                |  164 +-
 bin/Makefile.in                                |  249 +-
 bin/gyoto-mpi-worker.1                         |   22 +
 bin/gyoto-mpi-worker.C                         |  123 +
 bin/gyoto.1                                    |   18 +-
 bin/gyoto.C                                    |   79 +-
 config.h.in                                    |   22 +
 configure                                      | 3795 +++++++++++++++++-------
 configure.ac                                   |  216 +-
 doc/Makefile.in                                |   11 +-
 doc/{doxyfile => doxyfile.in}                  |   14 +-
 doc/examples/example-fixed-star.xml            |    2 +
 doc/examples/example-fixedstar-rotstar3_1.xml  |    7 +-
 doc/examples/example-moving-star.xml           |    8 +-
 doc/examples/example-movingstar-rotstar3_1.xml |    7 +-
 doc/examples/example-polish-doughnut.sbatch    |   23 +
 doc/user_guide/GyotoManual.tex                 |  265 +-
 doc/user_guide/Makefile.in                     |   19 +-
 yorick/yorick1.in => gyoto.in                  |    6 +-
 include/GyotoAstrobj.h                         |  138 +-
 include/GyotoBlackBodySpectrum.h               |    9 +-
 include/GyotoComplexAstrobj.h                  |    4 +-
 include/GyotoComplexSpectrometer.h             |    4 +-
 include/GyotoConfig.h.in                       |   44 +-
 include/GyotoConverters.h                      |    4 +-
 include/GyotoDefs.h                            |   16 +
 include/GyotoDirectionalDisk.h                 |   23 +-
 include/GyotoDisk3D.h                          |   27 +-
 include/GyotoDynamicalDisk.h                   |   17 +-
 include/GyotoDynamicalDisk3D.h                 |   36 +-
 include/GyotoError.h                           |    6 -
 include/GyotoFactory.h                         |   32 +-
 include/GyotoFactoryMessenger.h                |   31 +
 include/GyotoFixedStar.h                       |   22 +-
 include/GyotoKerrBL.h                          |   25 +-
 include/GyotoKerrKS.h                          |    6 +-
 include/GyotoMetric.h                          |  112 +-
 include/GyotoMinkowski.h                       |   16 +-
 include/GyotoNumericalMetricLorene.h           |  124 +-
 include/GyotoObject.h                          |  378 +++
 include/GyotoPageThorneDisk.h                  |   26 +-
 include/GyotoPatternDisk.h                     |   29 +-
 include/GyotoPatternDiskBB.h                   |   15 +-
 include/GyotoPhoton.h                          |   19 +-
 include/GyotoPolishDoughnut.h                  |  119 +-
 include/GyotoPowerLawSpectrum.h                |    9 +-
 include/GyotoProperty.h                        |  608 ++++
 include/GyotoRotStar3_1.h                      |   19 +-
 include/GyotoScenery.h                         |  124 +-
 include/GyotoScreen.h                          |  245 +-
 include/GyotoSmartPointer.h                    |    2 +-
 include/GyotoSpectrometer.h                    |  115 +-
 include/GyotoSpectrum.h                        |   50 +-
 include/GyotoStandardAstrobj.h                 |   15 +-
 include/GyotoStar.h                            |   27 +-
 include/GyotoStarTrace.h                       |   16 +-
 include/GyotoThermalBremsstrahlungSpectrum.h   |  112 +
 include/GyotoThinDisk.h                        |   47 +-
 include/GyotoThinDiskIronLine.h                |   21 +-
 include/GyotoThinDiskPL.h                      |   17 +-
 include/GyotoTorus.h                           |   12 +-
 include/GyotoUniformSpectrometer.h             |   33 +-
 include/GyotoUniformSphere.h                   |   42 +-
 include/GyotoValue.h                           |  183 ++
 include/GyotoWorldline.h                       |  243 +-
 lib/Astrobj.C                                  |  183 +-
 lib/BlackBodySpectrum.C                        |   27 +-
 lib/ComplexAstrobj.C                           |    4 +-
 lib/ComplexSpectrometer.C                      |    4 +-
 lib/Converters.C                               |    2 +-
 lib/DirectionalDisk.C                          |  199 +-
 lib/Disk3D.C                                   |   77 +-
 lib/DynamicalDisk.C                            |   46 +-
 lib/DynamicalDisk3D.C                          |  253 +-
 lib/Factory.C                                  |  190 +-
 lib/FixedStar.C                                |   51 +-
 lib/KerrBL.C                                   |  110 +-
 lib/KerrKS.C                                   |   28 +-
 lib/Makefile.am                                |   18 +-
 lib/Makefile.in                                |  108 +-
 lib/Metric.C                                   |  102 +-
 lib/Minkowski.C                                |   80 +-
 lib/NumericalMetricLorene.C                    |  737 ++++-
 lib/Object.C                                   |  402 +++
 lib/PageThorneDisk.C                           |   41 +-
 lib/PatternDisk.C                              |   68 +-
 lib/PatternDiskBB.C                            |   69 +-
 lib/Photon.C                                   |   55 +-
 lib/PolishDoughnut.C                           | 1323 +++++----
 lib/PowerLawSpectrum.C                         |   29 +-
 lib/Property.C                                 |   86 +
 lib/RotStar3_1.C                               |   54 +-
 lib/Scenery.C                                  |  605 +++-
 lib/Screen.C                                   |  645 ++--
 lib/SmartPointer.C                             |    6 +-
 lib/Spectrometer.C                             |   51 +-
 lib/Spectrum.C                                 |   32 +-
 lib/StandardAstrobj.C                          |   22 +-
 lib/Star.C                                     |  121 +-
 lib/StarTrace.C                                |   33 +-
 lib/StdPlug.C                                  |    3 +
 lib/ThermalBremsstrahlungSpectrum.C            |   94 +
 lib/ThinDisk.C                                 |   75 +-
 lib/ThinDiskIronLine.C                         |   75 +-
 lib/ThinDiskPL.C                               |   36 +-
 lib/Torus.C                                    |   69 +-
 lib/UniformSpectrometer.C                      |  177 +-
 lib/UniformSphere.C                            |  128 +-
 lib/Utils.C                                    |    1 +
 lib/Value.C                                    |   93 +
 lib/Worldline.C                                |  116 +-
 lib/WorldlineIntegState.C                      |   35 +-
 lib/gyoto-uninstalled.pc.in                    |   15 +-
 lib/gyoto.pc.in                                |    7 +-
 m4/ax_pkg_swig.m4                              |  141 +
 m4/python.m4                                   |  646 ++++
 python/Makefile.in                             |  260 ++
 python/PKG-INFO                                |    6 +
 python/doxy2swig.py                            |  460 +++
 python/example-mpi.py                          |   56 +
 python/example.py                              |  255 ++
 python/gyoto.i                                 |  743 +++++
 python/gyoto_lorene.i                          |   39 +
 python/gyoto_std.i                             |  134 +
 python/header.py                               |    7 +
 python/numpy.i                                 | 1579 ++++++++++
 python/setup.py.in                             |   45 +
 python/setup_lorene.py.in                      |   38 +
 python/setup_std.py.in                         |   38 +
 yorick/Makefile.in                             |   55 +-
 yorick/Makepkg                                 |  244 ++
 yorick/check-disk3d.i                          |   15 +-
 yorick/check-helpers.i                         |    2 +-
 yorick/check-kerrbl.i                          |    2 +-
 yorick/check-mpi.i                             |  131 +
 yorick/check-polish-doughnut.i                 |    4 +-
 yorick/check-scenery.i                         |  101 +-
 yorick/check-startrace.i                       |    2 +-
 yorick/check.i                                 |   10 +-
 yorick/custom1.i                               |    2 +
 yorick/gyoto.i                                 |  458 ++-
 yorick/gyoto_Idx.C                             |   75 +-
 yorick/gyoto_Metric.C                          |    7 +
 yorick/gyoto_Photon.C                          |   22 +-
 yorick/gyoto_Scenery.C                         |  316 +-
 yorick/gyoto_Screen.C                          |    5 +-
 yorick/gyoto_SpectroComplex.C                  |    2 +-
 yorick/gyoto_SpectroUniform.C                  |    6 +-
 yorick/gyoto_Spectrometer.C                    |    4 +-
 yorick/gyoto_ThinDisk.C                        |   16 +-
 yorick/gyoto_namespace.i                       |   14 +-
 yorick/gyoto_utils.C                           |  291 +-
 yorick/gyotoy.i                                |    8 +
 yorick/matte-painting.i                        |   78 +
 yorick/mk-movie-fork-raytracing.i              |    2 +-
 yorick/mk-movie.i                              |    2 +-
 yorick/setpaths.i.in                           |   12 +-
 yorick/stdplug/Makefile.in                     |   21 +-
 yorick/stdplug/gyoto_FixedStar.C               |    5 +-
 yorick/ygyoto.h                                |   99 +-
 yorick/ygyoto_idx.h                            |   31 +-
 yorick/ygyoto_private.h                        |   38 +
 yorick/yorick1.in                              |    3 +-
 169 files changed, 17198 insertions(+), 4513 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list