Changeset 2958

Show
Ignore:
Timestamp:
05/20/08 07:37:06 (7 months ago)
Author:
dumas
Message:

PARENTHESES FOR G++-4.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/linbox/solutions/det.h

    r2803 r2958  
    22/* linbox/solutions/det.h 
    33 * Copyright (C) 2001, 2002 LinBox 
    4  * Time-stamp: <06 Jun 07 15:35:18 Jean-Guillaume.Dumas@imag.fr>  
     4 * Time-stamp: <20 May 08 13:36:45 Jean-Guillaume.Dumas@imag.fr>  
    55 * 
    66 * 
     
    301301                        F.div (d, phi[0], pi); 
    302302                     
    303                         if (deg & 1 == 1) 
     303                        if ( (deg & 1) == 1) 
    304304                                F.negin (d); 
    305305