Changeset 3c8e50 in git
- Timestamp:
- Jun 15, 1999, 9:59:28 AM (24 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 8838ab8744662dad5f912531390ea74ea1c12bcb
- Parents:
- 05bcd531ee2a91c26af99c19808959dac564df67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/clapconv.cc
r05bcd5 r3c8e50 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapconv.cc,v 1. 19 1999-03-15 15:43:06Singular Exp $5 // $Id: clapconv.cc,v 1.20 1999-06-15 07:59:28 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: convert data between Singular and factory … … 551 551 { 552 552 CanonicalForm term; 553 term = npInt( ???????pGetCoeff( p ) );553 term = make_cf_from_gf( pGetCoeff( p ) ); 554 554 for ( int i = 1; i <= n; i++ ) 555 555 { … … 600 600 pSetExp( term, i, exp[i]); 601 601 pSetComp(term, 0); 602 pGetCoeff( term ) = nInit( ?????f.intval());602 pGetCoeff( term ) = (number) gf_value (f); 603 603 pSetm( term ); 604 604 result = pAdd( result, term );
Note: See TracChangeset
for help on using the changeset viewer.