Changeset b3ea61f in git for Singular/LIB/equising.lib
- Timestamp:
- Oct 6, 2008, 7:34:18 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 40cb868fa73b4b919663ea7103e36b4df054e48e
- Parents:
- 886b0dae50b58b9f8b0863c63abf2f0ddacf9a26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/equising.lib
r886b0da rb3ea61f 1 version="$Id: equising.lib,v 1.1 8 2008-10-06 17:04:26Singular Exp $";1 version="$Id: equising.lib,v 1.19 2008-10-06 17:34:18 Singular Exp $"; 2 2 category="Singularities"; 3 3 info=" … … 359 359 { 360 360 charaStr = charstr(basering); 361 if ( charaStr == string(chara) + "," + parstr(basering) or minPolyStr<>"")361 if ((charaStr == string(chara) + "," + parstr(basering)) or (minPolyStr<>"")) 362 362 { 363 363 if (minPolyStr<>"") … … 442 442 ideal qIdeal = imap(myRing1, qIdeal); 443 443 444 if( qIdeal!= 0)444 if(size(qIdeal) != 0) 445 445 { 446 446 def r_base = basering; … … 457 457 else 458 458 { 459 if( qIdeal!= 0)459 if(size(qIdeal) != 0) 460 460 { 461 461 def r_base = basering;
Note: See TracChangeset
for help on using the changeset viewer.