Changeset 36dd34 in git for kernel/syz1.cc


Ignore:
Timestamp:
Aug 3, 2011, 7:16:33 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
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!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.