Changeset 5cc944c in git for kernel/longrat.cc


Ignore:
Timestamp:
Aug 4, 2004, 3:58:06 PM (20 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6813e6e8f52dd55f6e43bf88f7fa834455837123
Parents:
fd1978167b53af9ab851cd4eb86936122d35a7d4
Message:
*levandov: small typo errors fixed


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

Legend:

Unmodified
Added
Removed
  • kernel/longrat.cc

    rfd19781 r5cc944c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: longrat.cc,v 1.3 2004-08-04 13:21:55 Singular Exp $ */
     4/* $Id: longrat.cc,v 1.4 2004-08-04 13:58:06 levandov Exp $ */
    55/*
    66* ABSTRACT: computation with long rational numbers (Hubert Grassmann)
     
    12061206      if ((mpz_alloc1(&x->n)>>1) >= (l=mpz_size1(&x->n)))
    12071207      {
    1208         _mpz_realloc(&x->n,il /* mpz_size1(&x->n)*/);
    1209       }
    1210     }
    1211     if (divided)i
     1208        _mpz_realloc(&x->n,l /* mpz_size1(&x->n)*/);
     1209      }
     1210    }
     1211    if (divided)
    12121212    {
    12131213      int l;
Note: See TracChangeset for help on using the changeset viewer.