[med-svn] [Git][med-team/libncl][upstream] New upstream version 2.1.21+git20190531.feceb81
Andreas Tille
gitlab at salsa.debian.org
Tue Aug 20 14:12:25 BST 2019
Andreas Tille pushed to branch upstream at Debian Med / libncl
Commits:
474a5b03 by Andreas Tille at 2019-08-20T12:15:07Z
New upstream version 2.1.21+git20190531.feceb81
- - - - -
2 changed files:
- example/splitsinfile/splitsstructs.cpp
- ncl/nxstaxablock.h
Changes:
=====================================
example/splitsinfile/splitsstructs.cpp
=====================================
@@ -1,4 +1,5 @@
#include "splitsstructs.h"
+#include <algorithm>
bool TreesToSplits::gTrackTrivial = false;
bool TreesToSplits::gTreatAsRooted = false;
bool TreesToSplits::gTrackFreq = false;
=====================================
ncl/nxstaxablock.h
=====================================
@@ -214,7 +214,7 @@ class NxsTaxaBlock
taxLabels = other.taxLabels;
labelToIndex = other.labelToIndex;
dimNTax = other.dimNTax;
- taxSets = taxSets;
+ taxSets = other.taxSets;
taxPartitions = other.taxPartitions;
inactiveTaxa = other.inactiveTaxa;
}
View it on GitLab: https://salsa.debian.org/med-team/libncl/commit/474a5b03ac0c69e5103a4fa53debd7d9fa20ce8a
--
View it on GitLab: https://salsa.debian.org/med-team/libncl/commit/474a5b03ac0c69e5103a4fa53debd7d9fa20ce8a
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/20190820/5cb9fa9b/attachment.html>
More information about the debian-med-commit
mailing list