Changeset 856b11 in git


Ignore:
Timestamp:
Dec 8, 2000, 2:42:08 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
98621a5b684f137b6eeb5faaee33834605a7b2de
Parents:
2639fd85c62e265b9d5351a9fd025336832879df
Message:
*hannes: fixed typos


git-svn-id: file:///usr/local/Singular/svn/trunk@4846 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/clapconv.cc

    r2639fd r856b11  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapconv.cc,v 1.30 2000-12-08 12:47:37 Singular Exp $
     5// $Id: clapconv.cc,v 1.31 2000-12-08 13:42:08 Singular Exp $
    66/*
    77* ABSTRACT: convert data between Singular and factory
     
    541541    if (nacIsZero(napGetCoeff(t)))
    542542    {
    543       p_Delete(&t, currRing->algring);
     543      napDelete(&t);
    544544    }
    545545    else
  • Singular/longalg.h

    r2639fd r856b11  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: longalg.h,v 1.19 2000-12-07 16:25:18 Singular Exp $ */
     6/* $Id: longalg.h,v 1.20 2000-12-08 13:42:07 Singular Exp $ */
    77/*
    88* ABSTRACT:   algebraic numbers
     
    3939
    4040void naSetChar(int p, BOOLEAN complete, ring r);
    41 #define napAddExp(p,i,e)  ((p)->e[i-1]+=(e))
     41#define napAddExp(P,I,E)  ((P)->e[I-1]+=(E))
    4242#define napLength(p)      (pLength((poly)p))
    4343#ifdef LDEBUG
Note: See TracChangeset for help on using the changeset viewer.