Changeset f7aa4c7 in git
- Timestamp:
- Sep 8, 2011, 9:14:21 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- Children:
- e044528a25b043110c93faf0fa114a2a7934310c
- Parents:
- d84a4d17668e4e3415c4e0d965053268a0e162f0
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-08 21:14:21+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:37+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
rd84a4d rf7aa4c7 2292 2292 pLmDelete(p); 2293 2293 if (d==1) 2294 res->data = (char *)p Homogen((poly)u->Data(),i);2294 res->data = (char *)p_Homogen((poly)u->Data(), i, currRing); 2295 2295 else 2296 2296 WerrorS("variable must have weight 1"); … … 5597 5597 pLmDelete(p); 5598 5598 if (d==1) 5599 res->data = (char *)p Homogen((poly)u->Data(),i);5599 res->data = (char *)p_Homogen((poly)u->Data(), i, currRing); 5600 5600 else 5601 5601 WerrorS("variable must have weight 1"); -
numeric/mpr_inout.cc
rd84a4d rf7aa4c7 127 127 if ( pIsConstant(p) ) state= mprHasOne; 128 128 else 129 if ( (mtype == uResultant::denseResMat) && !p IsHomogeneous(p) )129 if ( (mtype == uResultant::denseResMat) && !p_IsHomogeneous(p, currRing) ) 130 130 state=mprNotHomog; 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.