Changeset 227b7e in git
- Timestamp:
- Feb 17, 2012, 4:47:35 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 98c9729eb3e7d8dbe8cbfa1932442589173c8270
- Parents:
- 0917a96a030a7739d993364ed5f3603a542ee163
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-17 16:47:35+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:10+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/syzextra/mod_main.cc
r0917a96 r227b7e 336 336 } 337 337 338 WerrorS("` system(\"leadmonom\",<poly/vector>)` expected");338 WerrorS("`leadmonom(<poly/vector>)` expected"); 339 339 return TRUE; 340 340 } … … 364 364 } 365 365 366 WerrorS("` system(\"leadcomp\",<poly/vector>)` expected");366 WerrorS("`leadcomp(<poly/vector>)` expected"); 367 367 return TRUE; 368 368 } … … 402 402 } 403 403 404 WerrorS("` system(\"leadrawexp\",<poly/vector>)` expected");404 WerrorS("`leadrawexp(<poly/vector>)` expected"); 405 405 return TRUE; 406 406 } … … 435 435 if( s != -1 && s != 1 ) 436 436 { 437 WerrorS("` system(\"MakeInducedSchreyerOrdering\",<int>)` called with wrong integer argument (must be +-1)!");437 WerrorS("`MakeInducedSchreyerOrdering(<int>)` called with wrong integer argument (must be +-1)!"); 438 438 return TRUE; 439 439 } … … 459 459 if( !rIsSyzIndexRing(r) ) 460 460 { 461 WerrorS("` system(\"SetSyzComp\",<int>)` called on incompatible ring (not created by 'MakeSyzCompOrdering'!)");461 WerrorS("`SetSyzComp(<int>)` called on incompatible ring (not created by 'MakeSyzCompOrdering'!)"); 462 462 return TRUE; 463 463 } … … 495 495 if( (-1 == pos) ) 496 496 { 497 WerrorS("` system(\"GetInducedData\",[int])` called on incompatible ring (not created by 'MakeInducedSchreyerOrdering'!)");497 WerrorS("`GetInducedData([int])` called on incompatible ring (not created by 'MakeInducedSchreyerOrdering'!)"); 498 498 return TRUE; 499 499 } … … 544 544 if( !( (h!=NULL) && ( (h->Typ()==IDEAL_CMD) || (h->Typ()==MODUL_CMD))) ) 545 545 { 546 WerrorS("` system(\"SetInducedReferrence\",<ideal/module>, [int[, int]])` expected");546 WerrorS("`SetInducedReferrence(<ideal/module>, [int[, int]])` expected"); 547 547 return TRUE; 548 548 } … … 574 574 if( (-1 == posIS) ) 575 575 { 576 WerrorS("` system(\"SetInducedReferrence\",<ideal/module>, [int[, int]])` called on incompatible ring (not created by 'MakeInducedSchreyerOrdering'!)");576 WerrorS("`SetInducedReferrence(<ideal/module>, [int[, int]])` called on incompatible ring (not created by 'MakeInducedSchreyerOrdering'!)"); 577 577 return TRUE; 578 578 } … … 586 586 587 587 588 // F = system("ISUpdateComponents",F, V, MIN );588 // F = ISUpdateComponents( F, V, MIN ); 589 589 // // replace gen(i) -> gen(MIN + V[i-MIN]) for all i > MIN in all terms from F! 590 590 static BOOLEAN ISUpdateComponents(leftv res, leftv h) … … 614 614 } 615 615 616 WerrorS("` system(\"ISUpdateComponents\",<module>, intvec, int)` expected");616 WerrorS("`ISUpdateComponents(<module>, intvec, int)` expected"); 617 617 return TRUE; 618 618 } … … 626 626 if ( !( (h!=NULL) && (h->Typ()==VECTOR_CMD || h->Typ()==POLY_CMD) ) ) 627 627 { 628 WerrorS("` system(\"reduce_syz\",<poly/vector>!, <ideal/module>, <int>, [int])` expected");628 WerrorS("`reduce_syz(<poly/vector>!, <ideal/module>, <int>, [int])` expected"); 629 629 return TRUE; 630 630 } … … 636 636 if ( !( (h!=NULL) && (h->Typ()==MODUL_CMD || h->Typ()==IDEAL_CMD ) ) ) 637 637 { 638 WerrorS("` system(\"reduce_syz\",<poly/vector>, <ideal/module>!, <int>, [int])` expected");638 WerrorS("`reduce_syz(<poly/vector>, <ideal/module>!, <int>, [int])` expected"); 639 639 return TRUE; 640 640 } … … 646 646 if ( !( (h!=NULL) && (h->Typ()== INT_CMD) ) ) 647 647 { 648 WerrorS("` system(\"reduce_syz\",<poly/vector>, <ideal/module>, <int>!, [int])` expected");648 WerrorS("`reduce_syz(<poly/vector>, <ideal/module>, <int>!, [int])` expected"); 649 649 return TRUE; 650 650 } … … 674 674 if( (!isSyz) && (-1 == posIS) ) 675 675 { 676 WerrorS("` system(\"idPrepare\",<...>)` called on incompatible ring (not created by 'MakeSyzCompOrdering' or 'MakeInducedSchreyerOrdering'!)");676 WerrorS("`idPrepare(<...>)` called on incompatible ring (not created by 'MakeSyzCompOrdering' or 'MakeInducedSchreyerOrdering'!)"); 677 677 return TRUE; 678 678 } … … 680 680 if ( !( (h!=NULL) && (h->Typ()==MODUL_CMD) && (h->Data() != NULL) ) ) 681 681 { 682 WerrorS("` system(\"idPrepare\",<module>)` expected");682 WerrorS("`idPrepare(<module>)` expected"); 683 683 return TRUE; 684 684 } … … 756 756 if ( !( (h!=NULL) && (h->Typ()==POLY_CMD) && (h->Data() != NULL) ) ) 757 757 { 758 WerrorS("` system(\"p_Content\",<poly-var>)` expected");758 WerrorS("`p_Content(<poly-var>)` expected"); 759 759 return TRUE; 760 760 }
Note: See TracChangeset
for help on using the changeset viewer.