Changeset 1bf1c0 in git
- Timestamp:
- Mar 21, 2011, 6:45:39 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b19ace693fa4b3a9f4acb977d2c98a32a0d7b649
- Parents:
- d7f196be701ba9a5f87af2509e48a4f37b57a503
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
rd7f196 r1bf1c0 2329 2329 } 2330 2330 rRenameVars(R); 2331 rComplete(R); 2332 #ifdef HABE_RINGS 2333 // currently, coefficients which are ring elements require a global ordering: 2334 if (rField_is_Ring(R) && (R->pOrdSgn==-1)) 2335 { 2336 WerrorS("global ordering required for these coefficients"); 2337 goto rCompose_err; 2338 } 2339 #endif 2331 2340 // ------------------------ Q-IDEAL ------------------------ 2332 rComplete(R);2333 2341 2334 2342 if (L->m[3].Typ()==IDEAL_CMD) … … 4766 4774 } 4767 4775 4768 #ifdef HAVE_RINGS4769 char ring_warn_done=0;4770 #endif4771 4772 4776 //////////////////// 4773 4777 // … … 4891 4895 } 4892 4896 pn=pn->next; 4893 4894 #ifdef HAVE_RINGS4895 if ((ringtype > 0)&&(ring_warn_done==0))4896 {4897 WarnS("You are using coefficient rings which are not fields.");4898 WarnS("Please note that only limited functionality is available");4899 WarnS("for these coefficients.");4900 WarnS("");4901 WarnS("The following commands are meant to work:");4902 WarnS("- basic polynomial arithmetic");4903 WarnS("- std");4904 WarnS("- syz");4905 WarnS("- lift");4906 WarnS("- reduce");4907 ring_warn_done=1;4908 }4909 #endif4910 4897 4911 4898 int l, last; -
Singular/ssiLink.cc
rd7f196 r1bf1c0 46 46 #endif 47 47 48 //#if (_POSIX_C_SOURCE >= 200112L) || (_XOPEN_SOURCE >= 600) 49 //#define HAVE_PSELECT 50 //#endif 48 51 49 52 #define SSI_VERSION 1
Note: See TracChangeset
for help on using the changeset viewer.