Changeset f0320b in git


Ignore:
Timestamp:
Oct 19, 1999, 7:19:38 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
63dc4933572fe43fee7f41255188cfb1899ad0db
Parents:
908c369497f8e3273e587732ec0e7d2c08fdf455
Message:
* small things


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

Legend:

Unmodified
Added
Removed
  • Singular/pProcs.cc

    r908c36 rf0320b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: pProcs.cc,v 1.8 1999-10-15 16:07:09 obachman Exp $ */
     4/* $Id: pProcs.cc,v 1.9 1999-10-19 17:19:38 obachman Exp $ */
    55/*
    66*  ABSTRACT -  Routines for primitive poly arithmetic
     
    5555}
    5656
    57 #if 1
    58 #undef _pMonCmp
    59 #define _pMonCmp(p1, p2, ae, ag, as)            \
    60 do                                              \
    61 {                                               \
    62   int __j = pComp0(p1, p2);                     \
    63   if (__j == 0) ae;                             \
    64   if (__j > 0) ag;                              \
    65   as;                                           \
    66 }                                               \
    67 while (0)
    68 #endif
    6957
    7058/***************************************************************
  • Singular/syz2.cc

    r908c36 rf0320b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz2.cc,v 1.4 1999-10-19 14:55:41 obachman Exp $ */
     4/* $Id: syz2.cc,v 1.5 1999-10-19 17:19:38 obachman Exp $ */
    55/*
    66* ABSTRACT: resolutions
     
    3737//#define SHOW_RESULT
    3838//#define INVERT_PAIRS
    39 #define SHOW_CRIT
     39//#define SHOW_CRIT
    4040//#define SHOW_SPRFL
    4141#define USE_CHAINCRIT
Note: See TracChangeset for help on using the changeset viewer.