Changeset 4784eb in git for Singular/ipshell.cc
- Timestamp:
- Feb 19, 2013, 8:09:34 PM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 7c537a47dd975a6046f786932a51b53e7595d43b
- Parents:
- ce7f16f195c1286582451e06b82213b64579d70c
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-02-19 20:09:34+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 10:00:46+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
rce7f16 r4784eb 5291 5291 { 5292 5292 const int ch=32003; 5293 W arn("Invalid ground field specification: using the default field: Z_{%d}", ch);5293 Werror("Invalid ground field specification"); 5294 5294 cf=nInitChar(n_Zp, (void*)(long)ch); 5295 goto rInitError; 5295 5296 } 5296 5297 … … 5327 5328 goto rInitError; 5328 5329 5329 #ifdef HA BE_RINGS5330 #ifdef HAVE_RINGS 5330 5331 // currently, coefficients which are ring elements require a global ordering: 5331 5332 if (rField_is_Ring(R) && (R->OrdSgn==-1))
Note: See TracChangeset
for help on using the changeset viewer.