Changeset 9b107f9 in git
- Timestamp:
- Feb 6, 2008, 9:22:41 PM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- bdd99204592e417c7486a7f8d51895e883e6197e
- Parents:
- 07b6ac817bf9b45f3a1072c271c5acf9ae3edbd3
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r07b6ac r9b107f9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.17 6 2008-02-01 13:47:10 SingularExp $ */4 /* $Id: ipshell.cc,v 1.177 2008-02-06 20:22:41 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 4429 4429 ch = 0; 4430 4430 ringtype = 4; 4431 WarnS("integers not yet fully tested");4432 4431 } 4433 4432 #endif … … 4451 4450 ringflaga = module; 4452 4451 ringflagb = 1; 4453 WarnS("Z/n not yet fully tested");4454 4452 } 4455 4453 #endif … … 4493 4491 ringflaga = base; 4494 4492 ringflagb = exp; 4495 WarnS("Z/p^n not yet fully tested");4496 4493 } 4497 4494 } … … 4503 4500 } 4504 4501 pn=pn->next; 4502 4503 #ifdef HAVE_RINGS 4504 if (ringtype > 0) 4505 { 4506 WarnS("You are using a preview implementation of coefficients rings."); 4507 WarnS("Please note that only the following commands are meant to work:"); 4508 WarnS("- basic polynomial arithmetic"); 4509 WarnS("- std"); 4510 WarnS("- reduce"); 4511 } 4512 #endif 4505 4513 4506 4514 int l, last; -
Singular/mod2.h.in
r07b6ac r9b107f9 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.12 4 2007-12-18 09:56:57 SingularExp $8 * Version: $Id: mod2.h.in,v 1.125 2008-02-06 20:22:41 wienand Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H 11 11 #define MOD2_H 12 #define HAVE_RINGS 13 #define HAVE_RING2TOM 14 #define HAVE_RINGMODN 15 #define HAVE_RINGZ 12 16 13 17 /*******************************************************************
Note: See TracChangeset
for help on using the changeset viewer.