Changeset a76e11 in git for kernel/p_Minus_mm_Mult_qq__T.cc
- Timestamp:
- Feb 7, 2008, 9:41:00 AM (16 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 1e36c5c49e03ef1a34a6fa933337372c1c97d6f1
- Parents:
- bdd99204592e417c7486a7f8d51895e883e6197e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/p_Minus_mm_Mult_qq__T.cc
rbdd992 ra76e11 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: p_Minus_mm_Mult_qq__T.cc,v 1. 7 2008-01-30 18:49:43wienand Exp $9 * Version: $Id: p_Minus_mm_Mult_qq__T.cc,v 1.8 2008-02-07 08:41:00 wienand Exp $ 10 10 *******************************************************************/ 11 11 … … 88 88 #ifdef HAVE_ZERODIVISORS 89 89 } 90 else 91 { // coeff itself is zero 92 shorter += 1; 93 } 90 94 #endif 91 95 n_Delete(&tb, r); … … 145 149 } 146 150 else 151 { 147 152 pNext(a) = r->p_Procs->pp_Mult_mm(q, m, r, last); 153 #ifdef HAVE_RINGS 154 if (! rField_is_Domain(r)) 155 { 156 shorter += pLength(q) - pLength(pNext(a)); 157 } 158 #endif 159 } 148 160 pSetCoeff0(m, tm); 149 161 }
Note: See TracChangeset
for help on using the changeset viewer.