Changeset 1577276 in git for kernel/tgb_internal.h


Ignore:
Timestamp:
May 12, 2005, 10:25:08 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
b75d130fe3a3fa15bb7ced2d706c3684eb6ebc2c
Parents:
6d760524ba873f5c3e70a9354a4a6b6996c0f442
Message:
*bricken: moved code to tgb_obsolete.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r6d7605 r1577276  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.8 2005-05-12 08:12:30 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.9 2005-05-12 08:25:08 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    157157static void shorten_tails(calc_dat* c, poly monom);
    158158static void replace_pair(int & i, int & j, calc_dat* c);
    159 static sorted_pair_node** add_to_basis(poly h, int i, int j,calc_dat* c, int* ip=NULL);
     159//static sorted_pair_node** add_to_basis(poly h, int i, int j,calc_dat* c, int* ip=NULL);
    160160static void do_this_spoly_stuff(int i,int j,calc_dat* c);
    161161//ideal t_rep_gb(ring r,ideal arg_I);
Note: See TracChangeset for help on using the changeset viewer.