Changeset c5f4b9 in git for Singular/mpsr_GetMisc.cc


Ignore:
Timestamp:
Oct 19, 2000, 5:00:23 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f8ac82ae9bd78544184f6fdd72ec54f6cc3ffb02
Parents:
113754c00b37b9f7fe84fe03c27d36c8d8bd84ad
Message:
* get rid off pShortOut, pVectorOut
* towards working with tailRings in std


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_GetMisc.cc

    r113754 rc5f4b9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr_GetMisc.cc,v 1.20 2000-08-14 12:56:42 obachman Exp $ */
     4/* $Id: mpsr_GetMisc.cc,v 1.21 2000-10-19 15:00:17 obachman Exp $ */
    55
    66/***************************************************************
     
    7575  r->ch = ch;
    7676  r->N = 1;
    77   r->names = (char **) omAllocBin(char_ptr_bin);
     77  r->names = (char **) omAlloc0Bin(char_ptr_bin);
    7878  r->names[0] = omStrDup(name);
    7979
Note: See TracChangeset for help on using the changeset viewer.