mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/gsl/k6_k7.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./ode-initval/rk8pd.c.orig Sat Dec 1 15:10:29 2001
  23. +++ ./ode-initval/rk8pd.c Sat Dec 1 15:13:07 2001
  24. @@ -30,6 +30,10 @@
  25. #include "odeiv_util.h"
  26. +/* undefine k6 and k7 if set (here are variables with such a name) */
  27. +#undef k6
  28. +#undef k7
  29. +
  30. /* Prince-Dormand constants */
  31. static const double Abar[] = {
  32. --- ./ode-initval/rkck.c.orig Tue Jun 12 13:12:36 2001
  33. +++ ./ode-initval/rkck.c Sat Dec 1 15:14:35 2001
  34. @@ -30,6 +30,10 @@
  35. #include "odeiv_util.h"
  36. +/* undefine k6 and k7 if set (here are variables with such a name) */
  37. +#undef k6
  38. +#undef k7
  39. +
  40. /* Cash-Karp constants */
  41. static const double ah[] = { 1.0 / 5.0, 0.3, 3.0 / 5.0, 1.0, 7.0 / 8.0 };
  42. static const double b21 = 1.0 / 5.0;
  43. --- ./ode-initval/rkf45.c.orig Sat Dec 1 15:39:22 2001
  44. +++ ./ode-initval/rkf45.c Sat Dec 1 15:40:02 2001
  45. @@ -27,6 +27,10 @@
  46. #include "odeiv_util.h"
  47. +/* undefine k6 and k7 if set (here are variables with such a name) */
  48. +#undef k6
  49. +#undef k7
  50. +
  51. /* Runge-Kutta-Fehlberg constants */
  52. static const double ah[] = { 1.0/4.0, 3.0/8.0, 12.0/13.0, 1.0, 1.0/2.0 };