Changeset f84afa in git
- Timestamp:
- Jul 25, 2005, 4:46:50 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c701274beecd6508657b662b50bd7b4a184aab1a
- Parents:
- c6d1a62137e0e75c2825d3a55d22e5da5d57360f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
rc6d1a62 rf84afa 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: standard.lib,v 1.7 1 2005-06-22 10:13:01bricken Exp $";2 version="$Id: standard.lib,v 1.72 2005-07-25 14:46:50 bricken Exp $"; 3 3 category="Miscellaneous"; 4 4 info=" … … 249 249 } 250 250 //if ordering is global, there are parameters and minpoly is 0 251 if (( npars(basering)>0) &&(minpoly==0))251 if (((npars(basering)>0) &&(minpoly==0)) &&(typeof(basering)=="ring")) 252 252 { 253 253 return(slimgb(i));
Note: See TracChangeset
for help on using the changeset viewer.