Changeset 1d138c in git for kernel/ideals.cc
- Timestamp:
- Nov 24, 2006, 4:54:54 PM (17 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 07b3e15354f71a6f2cddfbcab43dfffd9c334f6e
- Parents:
- 3504d7274c5b65041397e64fd259f10b923a19a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r3504d7 r1d138c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.2 4 2006-11-24 13:44:38Singular Exp $ */4 /* $Id: ideals.cc,v 1.25 2006-11-24 15:54:54 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 3485 3485 static int idReadOutUnits(ideal arg,int* comp) 3486 3486 { 3487 assume(!idIs0(arg));3487 if (idIs0(arg)) return -1; 3488 3488 int i=0,j, generator=-1; 3489 3489 int rk_arg=arg->rank; //idRankFreeModule(arg); … … 3595 3595 } 3596 3596 } 3597 if ((w !=NULL)&&(*w!=NULL) )3597 if ((w !=NULL)&&(*w!=NULL)&&(wtmp!=NULL)) 3598 3598 { 3599 3599 delete *w;
Note: See TracChangeset
for help on using the changeset viewer.