Changeset c232af in git for Singular/gnumpc.cc


Ignore:
Timestamp:
Aug 14, 2000, 2:58:28 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d26c2e9dd38f1531c0e77c38e6177109182b5bca
Parents:
4697a8a1ccbf49d0048033ea29c651e3966ba729
Message:
* omalloc stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/gnumpc.cc

    r4697a8a rc232af  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gnumpc.cc,v 1.11 2000-06-27 12:07:00 pohl Exp $ */
     4/* $Id: gnumpc.cc,v 1.12 2000-08-14 12:56:17 obachman Exp $ */
    55/*
    66* ABSTRACT: computations with GMP complex floating-point numbers
     
    1212#include "tok.h"
    1313#include "febase.h"
    14 #include "mmemory.h"
     14#include <omalloc.h>
    1515#include "numbers.h"
    1616#include "modulop.h"
     
    370370    out= complexToStr(*(gmp_complex*)a,gmp_output_digits);
    371371    StringAppend(out);
    372     //    Free((ADDRESS)out, (strlen(out)+1)* sizeof(char) );
    373     FreeL( (ADDRESS)out );
     372    //    omFreeSize((ADDRESS)out, (strlen(out)+1)* sizeof(char) );
     373    omFree( (ADDRESS)out );
    374374  }
    375375}
Note: See TracChangeset for help on using the changeset viewer.