Changeset 8d1432e in git for libpolys/polys/ext_fields/transext.cc
- Timestamp:
- Dec 5, 2016, 2:46:15 PM (6 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- bcbdc40eee17977edd99e141f5ed89daa3a6ed56
- Parents:
- 61e85543ff6e6160d3d8c6b8fba50eb327f41679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/transext.cc
r61e855 r8d1432e 787 787 assume( P > 0 ); 788 788 789 Print ("// %d parameter : ", P);789 PrintS("("); 790 790 791 791 for (int nop=0; nop < P; nop ++) 792 Print("%s ", rRingVar(nop, A)); 792 { 793 Print("%s", rRingVar(nop, A)); 794 if (nop!=P-1) PrintS(", "); 795 } 796 797 PrintS(")"); 793 798 794 799 assume( A->qideal == NULL ); 795 796 PrintS("\n// minpoly : 0\n");797 800 798 801 /*
Note: See TracChangeset
for help on using the changeset viewer.