Changeset 6918d65 in git for factory/cf_algorithm.h


Ignore:
Timestamp:
May 16, 2008, 3:10:43 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ef20c7f187d2cee703db198bb13baadf2e349296
Parents:
f0aec5f202b35e6e5b438f20d75f4b4259253ecd
Message:
*hannes: format


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

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    rf0aec5 r6918d65  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.h,v 1.18 2008-03-17 17:44:04 Singular Exp $ */
     2/* $Id: cf_algorithm.h,v 1.19 2008-05-16 13:10:43 Singular Exp $ */
    33
    44#ifndef INCL_CF_ALGORITHM_H
     
    114114    // direct comparison `f < 0', it is faster, too
    115115    if ( sign( f ) < 0 )
    116         return -f;
     116        return -f;
    117117    else
    118         return f;
     118        return f;
    119119}
    120120//}}}
Note: See TracChangeset for help on using the changeset viewer.