[eso-midas] 15/16: More abs()->fabs() conversions added

Ole Streicher olebole at moszumanska.debian.org
Wed Mar 25 14:16:07 UTC 2015


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

olebole pushed a commit to branch debian
in repository eso-midas.

commit 7739a86054ac6d0be19f6a50a32aab12cc71b94f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 25 14:43:15 2015 +0100

    More abs()->fabs() conversions added
---
 debian/patches/resolve_conflictig_macro.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/resolve_conflictig_macro.patch b/debian/patches/resolve_conflictig_macro.patch
index 50ff4cf..879f38c 100644
--- a/debian/patches/resolve_conflictig_macro.patch
+++ b/debian/patches/resolve_conflictig_macro.patch
@@ -41,7 +41,7 @@ Description: Remove abs() macro
  */
  ud1[n] = ud2[n] = ud2[n - 1] = 0.0;
 -def_reg = abs (md[1]) + abs (ud1[1]) + abs (ud2[1]);
-+def_reg = fabs (md[1]) + abs (ud1[1]) + abs (ud2[1]);
++def_reg = fabs (md[1]) + fabs (ud1[1]) + fabs (ud2[1]);
  if (def_reg == 0.0)
  return (1);
  def_reg = 1. / def_reg;

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



More information about the debian-science-commits mailing list