Changeset ea0601 in git


Ignore:
Timestamp:
Jul 29, 2009, 4:49:38 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e803ecb3bbc8e2988009424827f7f73eba758026
Parents:
83d85d086aa675e45d0926a7b03e4103ce472a6c
Message:
*hannes: code cleanup


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

Legend:

Unmodified
Added
Removed
  • Singular/lists.cc

    r83d85d0 rea0601  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: lists.cc,v 1.30 2005-07-27 15:47:57 Singular Exp $ */
     4/* $Id: lists.cc,v 1.31 2009-07-29 14:49:38 Singular Exp $ */
    55/*
    66* ABSTRACT: handling of the list type
    77*/
    8 #ifndef LISTS_CC
     8// to produce a non-inline version from lists.h
    99#define LISTS_CC
    1010
     
    406406  return s;
    407407}
    408 
    409 #endif /* LISTS_CC */
  • Singular/splist.cc

    r83d85d0 rea0601  
    55//  23.7.99
    66// ----------------------------------------------------------------------------
    7 
    8 #define SPLIST_CC
    97
    108#include "mod2.h"
  • Singular/wrapper.cc

    r83d85d0 rea0601  
    88#include "ring.h"
    99#include "janet.h"
    10 
    11 #define pow_(x) pTotaldegree((x))
    1210
    1311//extern int (*ListGreatMove)(jList *,jList *,poly);
     
    9189      if ((flag==1) && dpO)
    9290      {
    93         //if (pow_(iT->info->lead) == pow_(iT->info->history))
     91        //if (pTotaldegree(iT->info->lead) == pTotaldegree(iT->info->history))
    9492        if (pDeg(iT->info->lead) == pDeg(iT->info->history))
    9593        {
Note: See TracChangeset for help on using the changeset viewer.