Changeset 3f5d6f in git
- Timestamp:
- Oct 6, 2011, 3:54:34 PM (12 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 3f8b350503906e55935940f1ae7d33702c6db0b6
- Parents:
- 4a7108c3e19c39459242441a574c24e6ecc5d06c
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-10-06 15:54:34+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:55+01:00
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.cc
r4a7108c r3f5d6f 403 403 if (r->qideal!=NULL) 404 404 { 405 PrintS("\n// quotient ring from ideal\n"); 406 iiWriteMatrix((matrix)r->qideal,"_",1,r); 405 PrintS("\n// quotient ring from ideal"); 406 if( details ) 407 { 408 PrintLn(); 409 iiWriteMatrix((matrix)r->qideal,"_",1,r); 410 } else PrintS(" ..."); 407 411 } 408 412 }
Note: See TracChangeset
for help on using the changeset viewer.