Changeset 36dd34 in git for kernel/syz1.cc
- Timestamp:
- Aug 3, 2011, 7:16:33 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz1.cc
r7e53d9 r36dd34 1949 1949 * prints the resolution as sequence of free modules 1950 1950 */ 1951 void syPrint(syStrategy syzstr )1951 void syPrint(syStrategy syzstr, const char *sn) 1952 1952 { 1953 1953 if ( (syzstr->resPairs==NULL) && … … 2003 2003 } 2004 2004 } 2005 const char *sn=currRingHdl->id;2005 2006 2006 int sl=strlen(sn); 2007 2007 syPrintEmptySpaces1(sl);
Note: See TracChangeset
for help on using the changeset viewer.