Changeset bce731 in git for Singular/mpsr_GetMisc.cc


Ignore:
Timestamp:
Sep 27, 1999, 3:53:43 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
de0d3cc9a26995322ad1b89efe0f0ac21aa374e4
Parents:
055a19252724f6346b0e6d664cbaada5deb9aa67
Message:
* aho


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_GetMisc.cc

    r055a19 rbce731  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr_GetMisc.cc,v 1.16 1999-09-16 12:34:00 Singular Exp $ */
     4/* $Id: mpsr_GetMisc.cc,v 1.17 1999-09-27 13:53:43 obachman Exp $ */
    55
    66/***************************************************************
     
    7878  r->names[0] = mstrdup(name);
    7979
    80   r->wvhdl = (short **)Alloc0(3 * sizeof(short *));
     80  r->wvhdl = (int **)Alloc0(3 * sizeof(int *));
    8181  /*order: dp,C,0*/
    8282  r->order = (int *) Alloc(3 * sizeof(int *));
Note: See TracChangeset for help on using the changeset viewer.