Changeset 37e36e in git
- Timestamp:
- Sep 26, 2011, 8:58:27 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e9039a74ae2d173584dadd1c33af0b75e429a59b
- Parents:
- f16c61cbb635c326db5e37a9292edf4969b843a2
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-09-26 20:58:27+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:35+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/simpleideals.cc
rf16c61c r37e36e 1211 1211 { 1212 1212 matrix result = mpNew(mod->rank,IDELEMS(mod)); 1213 inti,cp;1213 long i,cp; 1214 1214 poly p,h; 1215 1215 … … 1223 1223 pIter(p); 1224 1224 pNext(h)=NULL; 1225 // cp = si_max(1,pGetComp(h)); // if used for ideals too1226 cp = p_GetComp(h,R);1225 cp = si_max((long)1,p_GetComp(h, R)); // if used for ideals too 1226 //cp = p_GetComp(h,R); 1227 1227 p_SetComp(h,0,R); 1228 1228 p_SetmComp(h,R);
Note: See TracChangeset
for help on using the changeset viewer.