Changeset 628418 in git for Singular/ipassign.cc
- Timestamp:
- Jun 4, 2012, 4:06:41 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- bca3419f85dea156ca9d3a4851a7146d9d7c7bf8
- Parents:
- 510dbc222823c06af5c391eca075c45c04553e14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
r510dbc r628418 1051 1051 l->next=NULL; 1052 1052 nok=jiAssign_1(l,&t); 1053 l->next=h; 1053 1054 if (nok) return TRUE; 1054 1055 i++; … … 1084 1085 l->next=NULL; 1085 1086 nok=jiAssign_1(l,&t); 1087 l->next=h; 1086 1088 t.CleanUp(); 1087 1089 if (nok)
Note: See TracChangeset
for help on using the changeset viewer.