Changeset 2166ad3 in git for Singular/subexpr.h


Ignore:
Timestamp:
Sep 17, 1999, 1:42:26 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
866f787ec4e9cce18392fc3b7bd65c1be9cd7573
Parents:
4cb4e3869a9b24db2cb32abb7bfcb3c35a53f2c6
Message:
* hannes: CopyD inlined
          CopyD calls optimized
	   (if the type is know, use CopyD(t) instead of CopyD())
	  subst(....) cleanup error fixed


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    r4cb4e3 r2166ad3  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.20 1999-08-03 16:33:44 obachman Exp $ */
     6/* $Id: subexpr.h,v 1.21 1999-09-17 11:42:26 Singular Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    6262    char * String(void *d=NULL, BOOLEAN typed = FALSE, int dim = 1);
    6363    void Copy(leftv e);
    64     void * CopyD();
    6564    attr CopyA();
    6665    void * CopyD(int t);
     66    void * CopyD() { return CopyD(Typ()); }
    6767    inline const char * Name()
    6868    {
Note: See TracChangeset for help on using the changeset viewer.