Changeset 1aa55bf in git for Singular/extra.cc


Ignore:
Timestamp:
Oct 16, 2000, 2:06:41 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dc078459b7830eda29e3e82e01acd64423bbddc0
Parents:
b559f83182d4517c4869319c1caa185e21439112
Message:
* sparsemat.cc : faster smSelectCopy and relatives
* ring: VarL_* stuff
* divisiblity tests based on longs


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rb559f8 r1aa55bf  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.146 2000-09-25 12:26:30 obachman Exp $ */
     4/* $Id: extra.cc,v 1.147 2000-10-16 12:06:34 obachman Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    741741#endif
    742742/*==================== pDivStat =============================*/
    743 #ifdef PDEBUG
     743#if defined(PDEBUG) || defined(PDIV_DEBUG)
    744744    if(strcmp(sys_cmd,"pDivStat")==0)
    745745    {
Note: See TracChangeset for help on using the changeset viewer.