Changeset 9c6789 in git for kernel/matpol.cc
- Timestamp:
- Oct 26, 2005, 4:52:10 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 523ebb135ad37b71cb5fca3f0178e706d7cdc171
- Parents:
- 73054bb8a1f71c689b22c662c08b762f3913c906
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/matpol.cc
r73054bb r9c6789 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: matpol.cc,v 1. 3 2005-10-26 10:42:04Singular Exp $ */4 /* $Id: matpol.cc,v 1.4 2005-10-26 14:52:10 Singular Exp $ */ 5 5 6 6 /* … … 893 893 while (i>=0) 894 894 { 895 #if 0 895 896 poly tt=pSub(pCopy(a->m[i]),pCopy(b->m[i])); 896 897 if (tt!=NULL) … … 899 900 return FALSE; 900 901 } 902 #else 903 if(!pEqualPolys(a->m[i],b->m[i])) return FALSE; 904 #endif 901 905 i--; 902 906 }
Note: See TracChangeset
for help on using the changeset viewer.