Changeset 36dd34 in git for kernel


Ignore:
Timestamp:
Aug 3, 2011, 7:16:33 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1b420fdcd150b1055040f75e2230c9118a3a529d
Parents:
7e53d9acff21e67d7a47d268428d8f4f7825e91b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:16:33+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:21+01:00
Message:
FIX: syPrint needs ring name now!
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz.h

    r7e53d9 r36dd34  
    106106int syDim(syStrategy syzstr);
    107107syStrategy syCopy(syStrategy syzstr);
    108 void syPrint(syStrategy syzstr);
    109 
    110 // lists syConvRes(syStrategy syzstr,BOOLEAN toDel=FALSE,int add_row_shift=0); // TODO: move to Singular/
    111 // syStrategy syConvList(lists li,BOOLEAN toDel=FALSE); // TODO: move to Singular/
    112 // syStrategy syForceMin(lists li); // TODO: move to Singular/
     108void syPrint(syStrategy syzstr,   const char *currRingName /* = currRingHdl->id */);
    113109
    114110syStrategy syMinimize(syStrategy syzstr);
  • kernel/syz1.cc

    r7e53d9 r36dd34  
    19491949* prints the resolution as sequence of free modules
    19501950*/
    1951 void syPrint(syStrategy syzstr)
     1951void syPrint(syStrategy syzstr, const char *sn)
    19521952{
    19531953  if ( (syzstr->resPairs==NULL) &&
     
    20032003    }
    20042004  }
    2005   const char *sn=currRingHdl->id;
     2005   
    20062006  int sl=strlen(sn);
    20072007  syPrintEmptySpaces1(sl);
Note: See TracChangeset for help on using the changeset viewer.