[med-svn] [Git][med-team/phylip][upstream] New upstream version 3.697+dfsg
Andreas Tille
gitlab at salsa.debian.org
Mon Oct 29 10:51:52 GMT 2018
Andreas Tille pushed to branch upstream at Debian Med / phylip
Commits:
cbcb3b1d by Andreas Tille at 2018-10-29T10:43:02Z
New upstream version 3.697+dfsg
- - - - -
3 changed files:
- doc/main.html
- src/cons.c
- src/phylip.h
Changes:
=====================================
doc/main.html
=====================================
@@ -16,9 +16,9 @@
<P>
<IMG SRC="phylip.gif" ALT="PHYLIP Logo">
<P>
-<H3>Version 3.696</H3>
+<H3>Version 3.697</H3>
<P>
-<H3>September, 2014</H3>
+<H3>December, 2017</H3>
<P>
<H2>by Joseph Felsenstein</H2>
<P>
=====================================
src/cons.c
=====================================
@@ -941,8 +941,8 @@ void rehash()
memcpy(s, grouping[old_index], setsz * sizeof(group_type));
ss = 0.0;
for (j = 0; j < setsz; j++)
- ss += s[j] /* pow(2, SETBITS*j)*/;
- temp = ss * smult;
+ ss += s[j] * smult; /* pow(2, SETBITS*j)*/;
+ temp = ss;
new_index = (long)(new_maxgrp * (temp - floor(temp)));
done = false;
while (!done) {
=====================================
src/phylip.h
=====================================
@@ -1,11 +1,11 @@
#ifndef _PHYLIP_H_
#define _PHYLIP_H_
-/* version 3.696.
+/* version 3.697.
Written by Joseph Felsenstein, Akiko Fuseki, Sean Lamont, Andrew Keeffe,
Mike Palczewski, Doug Buxton and Dan Fineman.
- Copyright (c) 1980-2014, Joseph Felsenstein
+ Copyright (c) 1980-2017, Joseph Felsenstein
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-#define VERSION "3.696"
+#define VERSION "3.697"
/* Debugging options */
/* Define this to disable assertions */
View it on GitLab: https://salsa.debian.org/med-team/phylip/commit/cbcb3b1da2812961513aec636569afef27b8957f
--
View it on GitLab: https://salsa.debian.org/med-team/phylip/commit/cbcb3b1da2812961513aec636569afef27b8957f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181029/7c5fe4fe/attachment-0001.html>
More information about the debian-med-commit
mailing list