Changeset 6f6b9d in git
- Timestamp:
- Sep 27, 2011, 3:24:06 PM (12 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- a0a9f0d6ddf91bf97a108e81a1b1415c0ad58615
- Parents:
- 331fd0c201d231df280ec231efdbbc5b3ac84369
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-27 15:24:06+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:38+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/algext.cc
r331fd0 r6f6b9d 649 649 if (nCoeff_is_Zp(bSrc) && nCoeff_is_Zp(bDst)) 650 650 { 651 if (strcmp(rParameter(src->extRing)[0], 652 rParameter(dst->extRing)[0]) == 0) 651 if (strcmp(rRingVar(0,src->extRing),rRingVar(0,dst->extRing))==0) 653 652 { 654 653 if (src->type==n_algExt)
Note: See TracChangeset
for help on using the changeset viewer.