[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:53:55 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit f008f4cf2501ccdb3c83855d8e0b02ddeb7cbc5f
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date: Wed Feb 29 18:39:25 2012 +0100
fix: typo
diff --git a/kernel/ring.cc b/kernel/ring.cc
index 5f4ad30..fdac221 100644
--- a/kernel/ring.cc
+++ b/kernel/ring.cc
@@ -3359,7 +3359,7 @@ static void rSetDegStuff(ring r)
if (wvhdl[0][ii-1]==0) { r->LexOrder=TRUE;break;}
if ((block0[0]==1)&&(block1[0]==r->N))
{
- r->pFDeg==pDeg;
+ r->pFDeg = pDeg;
r->pLDeg = pLDeg1c_Deg;
}
else
--
an open source computer algebra system
More information about the debian-science-commits
mailing list