Changeset e9468ab in git


Ignore:
Timestamp:
Mar 10, 2000, 2:40:43 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1a1f58754aa84b19b29e87f60421b51d824fc37c
Parents:
8396178239687febfa61fa5858f5d49fc6073f0e
Message:
*hannes: type fix


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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r8396178 re9468ab  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipconv.cc,v 1.22 2000-03-08 09:03:40 Singular Exp $ */
     4/* $Id: ipconv.cc,v 1.23 2000-03-10 13:40:43 Singular Exp $ */
    55/*
    66* ABSTRACT: automatic type conversions
     
    297297              output->name=(char *)AllocL(4);
    298298              sprintf(output->name,"%c%d",*(currRing->names[nr-1]),
    299               pGetExp((poly)input->data,nr));
     299              (int)pGetExp((poly)input->data,nr));
    300300            }
    301301          }
Note: See TracChangeset for help on using the changeset viewer.