Changeset 2e5f59 in git
- Timestamp:
- Mar 19, 2009, 12:06:04 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 1122b22f64e9f1131b42cfe12973c0ad95b902b2
- Parents:
- 5f6d1370d79791f9679ae296cfacd45e453692f3
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
r5f6d137 r2e5f59 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipassign.cc,v 1.10 2 2009-02-20 09:28:58Singular Exp $ */4 /* $Id: ipassign.cc,v 1.103 2009-03-19 11:04:56 Singular Exp $ */ 5 5 6 6 /* … … 397 397 else 398 398 { 399 Werror("string index %d out of range 1..%d",e->start, strlen(s));399 Werror("string index %d out of range 1..%d",e->start,(int)strlen(s)); 400 400 return TRUE; 401 401 } -
Singular/walk.cc
r5f6d137 r2e5f59 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: walk.cc,v 1.1 7 2009-01-06 16:55:31Singular Exp $ */4 /* $Id: walk.cc,v 1.18 2009-03-19 11:06:04 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: Implementation of the Groebner walk … … 922 922 Print("// max total degree of %s = %d\n",cG, maxdeg); 923 923 Print("// max coefficient of %s = %s", cG, pStr);//ing(p)); 924 Print(" which consists of %d digits", strlen(pStr));924 Print(" which consists of %d digits", (int)strlen(pStr)); 925 925 PrintLn(); 926 926 }
Note: See TracChangeset
for help on using the changeset viewer.