Changeset c68d10 in git
- Timestamp:
- Feb 12, 2004, 2:51:38 PM (20 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b2d5b92e59bad469fef132cf9efd061340b7ba9f
- Parents:
- ff8601b8d0df526b6c370f1a2b92148c707de47c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz1.cc
rff8601 rc68d10 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: syz1.cc,v 1. 2 2004-01-20 15:17:46 brickenExp $ */4 /* $Id: syz1.cc,v 1.3 2004-02-12 13:51:38 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: resolutions … … 1984 1984 loop 1985 1985 { 1986 Print("%d",(*syzstr->resolution)[l]);1987 1986 if ((l>=syzstr->resolution->length()) || ((*syzstr->resolution)[l]==0)) 1988 1987 break; 1988 Print("%d",(*syzstr->resolution)[l]); 1989 1989 syPrintEmptySpaces1(sl+5); 1990 1990 l++; … … 1994 1994 loop 1995 1995 { 1996 if ((l>=syzstr->resolution->length()) || ((*syzstr->resolution)[l]==0)) 1997 break; 1996 1998 Print(sn); 1997 if (( l>=syzstr->resolution->length()) || ((*syzstr->resolution)[l]==0))1999 if (((l+1)>=syzstr->resolution->length()) || ((*syzstr->resolution)[(l+1)]==0)) 1998 2000 break; 1999 2001 syPrintEmptySpaces((*syzstr->resolution)[l]);
Note: See TracChangeset
for help on using the changeset viewer.