From 3b707b18be4d043c800583e7ff448513658fec5a Mon Sep 17 00:00:00 2001 From: Stefan Weinzierl Date: Tue, 13 Oct 2020 14:51:24 +0200 Subject: [PATCH] Replaced dummy reference by correct reference. --- doc/tutorial/ginac.texi | 2 +- ginac/inifcns_elliptic.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 520a13df..54fd09a6 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -6226,7 +6226,7 @@ of @math{E_{k,N,a,b,K}(\tau)}, @math{h_{k,N,r,s}(\tau)} or @math{P} to the speci Useful publications: @cite{Numerical evaluation of iterated integrals related to elliptic Feynman integrals}, -M.Walden, S.Weinzierl, arXiv:2010.xxxxx +M.Walden, S.Weinzierl, arXiv:2010.05271 @node Complex expressions, Solving linear systems of equations, Iterated integrals, Methods and functions @c node-name, next, previous, up diff --git a/ginac/inifcns_elliptic.cpp b/ginac/inifcns_elliptic.cpp index 07b40616..5fc4270c 100644 --- a/ginac/inifcns_elliptic.cpp +++ b/ginac/inifcns_elliptic.cpp @@ -10,11 +10,11 @@ * Some remarks: * * - All formulae used can be looked up in the following publication: - * [WW] Numerical evaluation of iterated integrals related to elliptic Feynman integrals, M.Walden, S.Weinzierl, arXiv:2010.xxxxx + * [WW] Numerical evaluation of iterated integrals related to elliptic Feynman integrals, M.Walden, S.Weinzierl, arXiv:2010.05271 * * - When these routines and methods are used for scientific work that leads to publication in a scientific journal, * please refer to this program as : - * M.Walden, S.Weinzierl, "Numerical evaluation of iterated integrals related to elliptic Feynman integrals", arXiv:2010.xxxxx + * M.Walden, S.Weinzierl, "Numerical evaluation of iterated integrals related to elliptic Feynman integrals", arXiv:2010.05271 * * - As these routines build on the core part of GiNaC, it is also polite to acknowledge * C. Bauer, A. Frink, R. Kreckel, "Introduction to the GiNaC Framework for Symbolic Computation within the C++ Programming Language", -- 2.44.0