Changeset 8492bd5 in git


Ignore:
Timestamp:
Sep 22, 2008, 6:26:42 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
ad82f6123c76f7cdcd70c89effe3d87c54e04410
Parents:
1573a30c98b9820f9b70927326b94880c0738e27
Message:
*hannes: format


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r1573a3 r8492bd5  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_gcd.cc,v 1.67 2008-09-12 15:47:02 Singular Exp $ */
     2/* $Id: cf_gcd.cc,v 1.68 2008-09-22 16:26:42 Singular Exp $ */
    33
    44#include <config.h>
     
    375375    else
    376376        bi = -1;
    377     while ( degree( pi1, v ) > 0 ) {
     377    while ( degree( pi1, v ) > 0 )
     378    {
    378379        pi2 = psr( pi, pi1, v );
    379380        pi2 = pi2 / bi;
    380381        pi = pi1; pi1 = pi2;
    381         if ( degree( pi1, v ) > 0 ) {
     382        if ( degree( pi1, v ) > 0 )
     383        {
    382384            delta = degree( pi, v ) - degree( pi1, v );
    383385            if ( (delta+1) % 2 )
Note: See TracChangeset for help on using the changeset viewer.