Changeset a0e57c in git
- Timestamp:
- Apr 30, 2005, 5:31:34 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 41b8d6eca966bf997d7adc06331d8f4e3429c34b
- Parents:
- d7876453a6c1bd4effead9c82fdd613244bb025c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
rd787645 ra0e57c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.10 6 2005-04-29 16:11:12Singular Exp $ */4 /* $Id: ipshell.cc,v 1.107 2005-04-30 15:31:34 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 1555 1555 LL->Init(2); 1556 1556 LL->m[0].rtyp=INT_CMD; 1557 LL->m[0].data=(void *)si_max(R->float_len,SHORT_REAL_LENGTH );1557 LL->m[0].data=(void *)si_max(R->float_len,SHORT_REAL_LENGTH/2); 1558 1558 LL->m[1].rtyp=INT_CMD; 1559 1559 LL->m[1].data=(void *)si_max(R->float_len2,SHORT_REAL_LENGTH); … … 1695 1695 /* field is R or C */ 1696 1696 { 1697 Print("in rComposeC\n");1698 1697 // ---------------------------------------- 1699 1698 // 0: char/ cf - ring 1700 1699 if ((L->m[0].rtyp!=INT_CMD) || (L->m[0].data!=(char *)0)) 1700 { 1701 1701 Werror("invald coeff. field description, expecting 0"); 1702 1702 return; 1703 } 1703 1704 R->ch=-1; 1704 1705 // ---------------------------------------- … … 1712 1713 && (r2=SHORT_REAL_LENGTH)) 1713 1714 { 1714 R->float_len= 0;1715 R->float_len2= 0;1715 R->float_len=SHORT_REAL_LENGTH/2; 1716 R->float_len2=SHORT_REAL_LENGTH; 1716 1717 } 1717 1718 else
Note: See TracChangeset
for help on using the changeset viewer.