Changeset 798066 in git


Ignore:
Timestamp:
Nov 13, 2008, 3:06:07 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
0599eb1c4baf14e31fb4df50ef3a3ee24106e091
Parents:
8d7d31344f54dfddec02ace97e4ac1e437701713
Message:
*hannes: 64bit gcc


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r8d7d31 r798066  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.284 2008-11-05 15:40:38 wienand Exp $ */
     4/* $Id: extra.cc,v 1.285 2008-11-13 14:06:07 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    24782478      matrix a = (matrix) h->Data();
    24792479      h = h->next;
    2480       int ar = (int) h->Data();
     2480      int ar = (int)(long) h->Data();
    24812481      h = h->next;
    2482       int which = (int) h->Data();
     2482      int which = (int)(long) h->Data();
    24832483      h = h->next;
    24842484      ideal R = NULL;
Note: See TracChangeset for help on using the changeset viewer.