Changeset 4aac7e in git for Singular/ipconv.cc


Ignore:
Timestamp:
Jan 16, 2007, 2:38:50 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a1c150d15d4fbd15f9b39483ca90c58c5985995a
Parents:
fc315e3109b1e5166d19cc325cb73f89c495e034
Message:
*hannes: no automatic bigint->poly


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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    rfc315e3 r4aac7e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipconv.cc,v 1.33 2007-01-16 13:30:26 Singular Exp $ */
     4/* $Id: ipconv.cc,v 1.34 2007-01-16 13:38:50 Singular Exp $ */
    55/*
    66* ABSTRACT: automatic type conversions
     
    102102
    103103static void * iiN2P(void *data);
    104 static void * iiBI2P(void *d)
    105 {
    106   void *r=iiBI2N(d);
    107   if(errorreported) return NULL;
    108   else              return iiN2P(r);
    109 }
    110104
    111105static void * iiDummy(void *data)
     
    249243//  intmat -> matrix
    250244   { INTMAT_CMD,      MATRIX_CMD,     iiIm2Ma , NULL },
    251 //  bigint -> poly
    252    { BIGINT_CMD,      NUMBER_CMD,     iiBI2P , NULL },
    253245//  number -> poly
    254246   { NUMBER_CMD,      POLY_CMD,       iiN2P  , NULL },
Note: See TracChangeset for help on using the changeset viewer.