Changeset 5ff885 in git
- Timestamp:
- Sep 22, 2011, 8:34:54 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a7bb1423587c3511888189e69e8c6a0b017b9f5f
- Parents:
- 546f7ff636157168940fd7689f58167ea0a28a2d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-22 20:34:54+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:52+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.cc
r546f7ff r5ff885 426 426 } 427 427 #endif 428 //if (r->qideal!=NULL)429 //{430 //PrintS("\n// quotient ring from ideal\n");431 // iiWriteMatrix((matrix)r->qideal,"_",1);432 //}428 if (r->qideal!=NULL) 429 { 430 PrintS("\n// quotient ring from ideal\n"); 431 iiWriteMatrix((matrix)r->qideal,"_",1,r); 432 } 433 433 } 434 434
Note: See TracChangeset
for help on using the changeset viewer.