Changeset ce4a6e6 in git


Ignore:
Timestamp:
Jan 7, 2009, 4:04:33 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
14193f37566dc9e37aa5284d788883e688efd44e
Parents:
b260a453e69d26f5718c152ac7d411b45c8adb9a
Message:
*hannes: ringflaga


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rb260a4 rce4a6e6  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.200 2009-01-06 16:55:31 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.201 2009-01-07 15:04:33 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    19111911      number ringflaga = (number) LL->m[0].data;
    19121912      nlGMP(ringflaga, (number) R->ringflaga);
     1913      LL->m[0].data = (void *)ringflaga;
    19131914    }
    19141915    else if ((LL->nr >= 0) && LL->m[0].rtyp == INT_CMD)
    19151916    {
    1916       mpz_init_set_ui(R->ringflaga,(unsigned long) LL->m[0].data);
     1917      mpz_set_ui(R->ringflaga,(unsigned long) LL->m[0].data);
    19171918    }
    19181919    else
    19191920    {
    1920       mpz_init_set_ui(R->ringflaga,0);
     1921      mpz_set_ui(R->ringflaga,0);
    19211922    }
    19221923    if (LL->nr >= 1)
Note: See TracChangeset for help on using the changeset viewer.