Changeset 7dc558 in git
- Timestamp:
- Dec 1, 2000, 3:07:49 PM (23 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- ae9091e84753cb98a14cebac01f4a7d0393b1ece
- Parents:
- 1e47f8aa2cdafa97e6e23e76e0818d544c2393c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/polys.cc
r1e47f8a r7dc558 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1. 69 2000-11-30 16:46:09 Singular Exp $ */4 /* $Id: polys.cc,v 1.70 2000-12-01 14:07:49 Singular Exp $ */ 5 5 6 6 /* … … 148 148 /* i.e. it does not start with a coeff: test if it is a ringvar*/ 149 149 { 150 j = r IsRingVar(s);150 j = r_IsRingVar(s,r); 151 151 if (j >= 0) 152 152 { 153 p IncrExp(rc,1+j);153 p_IncrExp(rc,1+j,r); 154 154 while (*s!='\0') s++; 155 155 goto done; … … 895 895 return FALSE; 896 896 } 897 898
Note: See TracChangeset
for help on using the changeset viewer.