Ignore:
Timestamp:
Oct 9, 2001, 6:36:27 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7497ef3773fc1afff892546445b1d82b1cf0fb05
Parents:
e58c4abd91b68d128331a23f3f9dd76dff924048
Message:
*hannes: namespaces ->ns


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

Legend:

Unmodified
Added
Removed
  • Singular/p_ShallowCopyDelete__T.cc

    re58c4a ra3bc95e  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_ShallowCopyDelete__T.cc,v 1.2 2001-08-27 14:47:29 Singular Exp $
     9 *  Version: $Id: p_ShallowCopyDelete__T.cc,v 1.3 2001-10-09 16:36:17 Singular Exp $
    1010 *******************************************************************/
    1111
     
    1313 *
    1414 * Destroys: p
    15  * Assumes:  Monoms of p are from 
    16  * Returns: 
     15 * Assumes:  Monoms of p are from
     16 * Returns:
    1717 ***************************************************************/
    1818LINKAGE poly p_ShallowCopyDelete(poly s_p, const ring r, omBin d_bin)
     
    2222  unsigned long* s_e;
    2323  poly h;
    24  
     24
    2525  DECLARE_LENGTH(const unsigned long length = r->ExpL_Size);
    2626
Note: See TracChangeset for help on using the changeset viewer.