Changeset 1b2d84 in git


Ignore:
Timestamp:
Feb 26, 2007, 4:14:47 PM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b66eebb6e0a7103993fe517afda97ee69c1a82a1
Parents:
08932b1c52841085c67412beca95f77ba46d4014
Message:
*bricken: si_max ->std::max


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r08932b r1b2d84  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.65 2007-02-26 12:52:45 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.66 2007-02-26 15:14:47 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    10671067      double act_density=(double) red.ref->row->len;
    10681068      act_density/=(double) cache->nIrreducibleMonomials;
    1069       max_density=si_max(act_density,max_density);
     1069      max_density=std::max(act_density,max_density);
    10701070    }
    10711071    mon[i]=red;
Note: See TracChangeset for help on using the changeset viewer.