Changeset 3aa9b6 in git for Singular/extra.cc


Ignore:
Timestamp:
Sep 7, 2011, 9:09:44 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
993ae23c42531aacfd0a9699643f5d31f6095349
Parents:
24a614b681d4af53443e0c34996cabb9b422a5b7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-07 21:09:44+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:34+01:00
Message:
TODO: singclap_{irrCharSeries,neworder} are commented out and shell not be used YET!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r24a614b r3aa9b6  
    981981      if(strcmp(sys_cmd,"neworder")==0)
    982982      {
    983         if ((h!=NULL) &&(h->Typ()==IDEAL_CMD))
     983#if 1
     984  Werror("Sorry: not yet re-factored: see libpolys/polys/clapsing.cc");
     985  return FALSE;
     986#else   
     987        if ((h!=NULL) &&(h->Typ()==IDEAL_CMD))
    984988        {
    985989          res->rtyp=STRING_CMD;
     
    989993        else
    990994          WerrorS("ideal expected");
     995#endif 
    991996      }
    992997      else
Note: See TracChangeset for help on using the changeset viewer.