Changeset bf5ca41 in git
- Timestamp:
- Jun 9, 2006, 6:24:40 PM (17 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 30f22c1ce9b7faf89c70d82bed9c82dd6d7b4979
- Parents:
- 8e4858985c8a175c0ae6f5422cd1c577e587236d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r8e48589 rbf5ca41 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.13 7 2006-06-06 17:17:06Singular Exp $ */4 /* $Id: ipshell.cc,v 1.138 2006-06-09 16:24:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 578 578 579 579 #ifdef HAVE_RING2TOM 580 // avoid to test the "special" char: -1, 0, 1, 2 580 581 int Is2toM(int p) /* brute force !!!! */ 581 582 { 582 if (p <= 0) return 0;583 if (p <= 2) return 0; 583 584 int test = p; 584 585 int i = 0;
Note: See TracChangeset
for help on using the changeset viewer.