Changeset 1577276 in git for kernel/tgb_internal.h
- Timestamp:
- May 12, 2005, 10:25:08 AM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b75d130fe3a3fa15bb7ced2d706c3684eb6ebc2c
- Parents:
- 6d760524ba873f5c3e70a9354a4a6b6996c0f442
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb_internal.h
r6d7605 r1577276 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb_internal.h,v 1. 8 2005-05-12 08:12:30bricken Exp $ */7 /* $Id: tgb_internal.h,v 1.9 2005-05-12 08:25:08 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: tgb internal .h file … … 157 157 static void shorten_tails(calc_dat* c, poly monom); 158 158 static 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); 160 160 static void do_this_spoly_stuff(int i,int j,calc_dat* c); 161 161 //ideal t_rep_gb(ring r,ideal arg_I);
Note: See TracChangeset
for help on using the changeset viewer.