Changeset b359571 in git
- Timestamp:
- Apr 1, 2005, 5:16:26 PM (18 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 0582696e2e59bf0b8bc20c14d1424a96c802fec2
- Parents:
- 4300012b46cc6dcea6df914e0a1e94805f271937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r430001 rb359571 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.34 2 2005-02-22 15:28:10Singular Exp $ */4 /* $Id: iparith.cc,v 1.343 2005-04-01 15:16:09 Singular Exp $ */ 5 5 6 6 /* … … 4728 4728 || ((rr->qideal!=NULL) && (rr->OrdSgn==-1))) 4729 4729 { 4730 WerrorS("cannot compute preimage in local qring"); 4731 return TRUE; 4732 } 4733 else 4734 res->data=(char *)maGetPreimage(rr,mapping,IDIDEAL(h)); 4730 WarnS("preimage in local qring may be wrong: use Ring::preimageLoc instead"); 4731 } 4732 res->data=(char *)maGetPreimage(rr,mapping,IDIDEAL(h)); 4735 4733 } 4736 4734 else
Note: See TracChangeset
for help on using the changeset viewer.