Changeset e48f702 in git for kernel/digitech.cc


Ignore:
Timestamp:
May 10, 2005, 3:24:00 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ec8a6b60305edbff1b9d4efb76f18e4f2fb506de
Parents:
9d39fe2131fa89a739cbed0a208e9cfc11e3bc2d
Message:
*hannes: om(re)alloc -> om(Re)Alloc


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

Legend:

Unmodified
Added
Removed
  • kernel/digitech.cc

    r9d39fe re48f702  
    3535  //assumes outer_uni is univariate and ordering global
    3636  int d_max=p_GetExp(outer_uni,1,r);
    37   poly* potences=(poly*) omalloc((d_max+1)*sizeof(poly));
     37  poly* potences=(poly*) omAlloc((d_max+1)*sizeof(poly));
    3838  potences[0]=p_ISet(1,r);
    3939  int i;
Note: See TracChangeset for help on using the changeset viewer.