Changeset 656985 in git
- Timestamp:
- Feb 4, 2013, 7:08:59 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 67242b64d178faf65f7a6059740248dcfbf15c53
- Parents:
- 34bed3afb398ed629ac9df0a7633a0816ba27718
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-04 19:08:59+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-07 20:01:51+01:00
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/bigintm.cc
r34bed3 r656985 21 21 StringSetS(""); 22 22 number n=(number)d; nlWrite(n,NULL); d=(void*)n; 23 return omStrDup(String AppendS(""));23 return omStrDup(StringEndS("")); 24 24 } 25 25 } -
Singular/test.cc
r34bed3 r656985 255 255 StringSetS("ressources in use (as reported by feStringAppendResources(0):\n"); 256 256 feStringAppendResources(0); 257 PrintS(String AppendS("\n"));257 PrintS(StringEndS("\n")); 258 258 259 259 -
kernel/old.Poly.h
r34bed3 r656985 379 379 StringSetS(""); 380 380 write(); 381 PrintS(String AppendS(""));381 PrintS(StringEndS("")); 382 382 }*/ 383 383 virtual ~PolyBase(){} -
libpolys/coeffs/coeffWrite
r34bed3 r656985 6 6 { 7 7 StringSetS("// minpoly : "); 8 nfShowMipo();PrintS(String AppendS("\n"));8 nfShowMipo();PrintS(StringEndS("\n")); 9 9 } 10 10 } … … 58 58 else if (r==currRing) 59 59 { 60 StringSetS(""); nWrite(r->minpoly); PrintS(String AppendS("\n"));60 StringSetS(""); nWrite(r->minpoly); PrintS(StringEndS("\n")); 61 61 } 62 62 else -
libpolys/polys/OBSOLETE_pInitContent.cc
r34bed3 r656985 77 77 // StringSetS("** div0:");nWrite(pGetCoeff(p));StringAppendS("/"); 78 78 // nWrite(h);StringAppendS("=");nWrite(d);StringAppendS(" int:"); 79 // nWrite(tmp);Print(String AppendS("\n"));79 // nWrite(tmp);Print(StringEndS("\n")); 80 80 //} 81 81 //nDelete(&tmp); … … 447 447 // StringSetS("** div0:");nWrite(pGetCoeff(p));StringAppendS("/"); 448 448 // nWrite(h);StringAppendS("=");nWrite(d);StringAppendS(" int:"); 449 // nWrite(tmp);Print(String AppendS("\n"));449 // nWrite(tmp);Print(StringEndS("\n")); 450 450 //} 451 451 //nDelete(&tmp); -
libpolys/polys/clapsing.cc
r34bed3 r656985 490 490 //number cn=(number)c; 491 491 //StringSetS(""); nWrite(nt); StringAppend(" ==> "); 492 //nWrite(cn);PrintS(String Append("\n"));492 //nWrite(cn);PrintS(StringEndS("\n")); 493 493 //#endif 494 494 } -
libpolys/polys/kbuckets.cc
r34bed3 r656985 1084 1084 { 1085 1085 number an = pGetCoeff(p1), bn = pGetCoeff(lm); 1086 //StringSetS("##### an = "); nWrite(an); PrintS(String Append("\n"));1087 //StringSetS("##### bn = "); nWrite(bn); PrintS(String Append("\n"));1086 //StringSetS("##### an = "); nWrite(an); PrintS(StringEndS("\n")); 1087 //StringSetS("##### bn = "); nWrite(bn); PrintS(StringEndS("\n")); 1088 1088 /* ksCheckCoeff: divide out gcd from an and bn: */ 1089 1089 int ct = ksCheckCoeff(&an, &bn,r->cf); -
libpolys/polys/monomials/p_polys.cc
r34bed3 r656985 2022 2022 // StringSetS("** div0:");nWrite(pGetCoeff(p));StringAppendS("/"); 2023 2023 // nWrite(h);StringAppendS("=");nWrite(d);StringAppendS(" int:"); 2024 // nWrite(tmp);Print(String AppendS("\n"));2024 // nWrite(tmp);Print(StringEndS("\n")); 2025 2025 //} 2026 2026 //nDelete(&tmp); … … 2335 2335 // StringSetS("** div0:");nWrite(pGetCoeff(p));StringAppendS("/"); 2336 2336 // nWrite(h);StringAppendS("=");nWrite(d);StringAppendS(" int:"); 2337 // nWrite(tmp);Print(String AppendS("\n"));2337 // nWrite(tmp);Print(StringEndS("\n")); 2338 2338 //} 2339 2339 //nDelete(&tmp); -
libpolys/polys/monomials/ring.cc
r34bed3 r656985 301 301 // else 302 302 // { 303 // StringSetS(""); n_Write(r->cf->minpoly, r); PrintS(String AppendS("\n"));303 // StringSetS(""); n_Write(r->cf->minpoly, r); PrintS(StringEndS("\n")); 304 304 // } 305 305 // //if (r->qideal!=NULL) -
standalone.test/test.cc
r34bed3 r656985 131 131 StringSetS("ressources in use (as reported by feStringAppendResources(0):\n"); 132 132 feStringAppendResources(0); 133 PrintS(String AppendS("\n"));133 PrintS(StringEndS("\n")); 134 134 // longrat 135 135 if( simple(n_Q) ) -
standalone.test/tt.cc
r34bed3 r656985 15 15 StringSetS("ressources in use (as reported by feStringAppendResources(0):\n"); 16 16 feStringAppendResources(0); 17 PrintS(String AppendS("\n"));17 PrintS(StringEndS("\n")); 18 18 19 19 // // init path names etc.
Note: See TracChangeset
for help on using the changeset viewer.