diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-04-27 18:07:47 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-04-27 18:23:07 +0200 |
commit | ccb729989bd01b5084702152e2d02de3ea5c7984 (patch) | |
tree | 4c7f404b501a79e04a2151160c47e0d975a3e085 /math/lcalc/files/patch-include_Ldirichlet__series.h | |
parent | devel/qtcreator: update to 7.0.1 (diff) |
math/lcalc: upgrade to 2.0.5
Changelog at <https://gitlab.com/sagemath/lcalc/-/blob/master/doc/ChangeLog>.
Diffstat (limited to 'math/lcalc/files/patch-include_Ldirichlet__series.h')
-rw-r--r-- | math/lcalc/files/patch-include_Ldirichlet__series.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/math/lcalc/files/patch-include_Ldirichlet__series.h b/math/lcalc/files/patch-include_Ldirichlet__series.h deleted file mode 100644 index 0956c2a34700..000000000000 --- a/math/lcalc/files/patch-include_Ldirichlet__series.h +++ /dev/null @@ -1,20 +0,0 @@ ---- include/Ldirichlet_series.h.orig 2012-08-08 21:21:55 UTC -+++ include/Ldirichlet_series.h -@@ -17,6 +17,8 @@ - Check the License for details. You should have received a copy of it, along - with the package; see the file 'COPYING'. If not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -+ -+ Patches borrowed from SageMath. - - */ - -@@ -43,7 +45,7 @@ partial_dirichlet_series(Complex s, long long N1, long - //XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - template <class ttype> - Complex L_function <ttype>:: --dirichlet_series(Complex s, long long N=-1) -+dirichlet_series(Complex s, long long N) - { - Complex z=0.; - long long m,n; |