Changeset 3c8e50 in git


Ignore:
Timestamp:
Jun 15, 1999, 9:59:28 AM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
8838ab8744662dad5f912531390ea74ea1c12bcb
Parents:
05bcd531ee2a91c26af99c19808959dac564df67
Message:
*hannes: GF-conversion


git-svn-id: file:///usr/local/Singular/svn/trunk@3130 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/clapconv.cc

    r05bcd5 r3c8e50  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapconv.cc,v 1.19 1999-03-15 15:43:06 Singular Exp $
     5// $Id: clapconv.cc,v 1.20 1999-06-15 07:59:28 Singular Exp $
    66/*
    77* ABSTRACT: convert data between Singular and factory
     
    551551  {
    552552    CanonicalForm term;
    553     term = npInt( ???????pGetCoeff( p ) );
     553    term = make_cf_from_gf( pGetCoeff( p ) );
    554554    for ( int i = 1; i <= n; i++ )
    555555    {
     
    600600      pSetExp( term, i, exp[i]);
    601601    pSetComp(term, 0);
    602     pGetCoeff( term ) = nInit( ?????f.intval() );
     602    pGetCoeff( term ) = (number) gf_value (f);
    603603    pSetm( term );
    604604    result = pAdd( result, term );
Note: See TracChangeset for help on using the changeset viewer.