Changeset 397e1c in git


Ignore:
Timestamp:
Sep 16, 2017, 2:32:05 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
1675966f3617ac748d3994adaf175e4cffddf075
Parents:
15d75cdd27f1413a962303a0a7e8d3955131b909
Message:
customstd: allow arg1:module, add option(prot)-output:S
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/customstd/customstd.cc

    r15d75cd r397e1c  
    7272    {
    7373      // std::cout << "simplifying!" << std::endl;
     74      if (TEST_OPT_PROT) { PrintS("S"); mflush(); }
    7475      p=p_Copy(strat->P.p,currRing);
    7576      memset(&strat->P,0,sizeof(strat->P));
     
    116117    if (nonTrivialSaturationToBeDone)
    117118    {
     119      if (TEST_OPT_PROT) { PrintS("S"); mflush(); }
    118120      p=p_Copy(strat->P.t_p,strat->tailRing);
    119121      memset(&strat->P,0,sizeof(strat->P));
     
    142144{
    143145  leftv u = args;
    144   if ((u!=NULL) && (u->Typ()==IDEAL_CMD))
     146  if ((u!=NULL)
     147  && ((u->Typ()==IDEAL_CMD)||(u->Typ()==MODUL_CMD)))
    145148  {
    146149    leftv v = u->next;
Note: See TracChangeset for help on using the changeset viewer.