Changeset 5812c69 in git for Singular/hutil.cc


Ignore:
Timestamp:
Sep 24, 1998, 11:59:51 AM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
56c52a7879fbc6de62cefba1da86b2edf2aadd4c
Parents:
073d2edeb03013a5c6ed0913687b024305a1427d
Message:
cosmetic changes


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

Legend:

Unmodified
Added
Removed
  • Singular/hutil.cc

    r073d2e r5812c69  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: hutil.cc,v 1.7 1998-04-27 10:19:04 pohl Exp $ */
     4/* $Id: hutil.cc,v 1.8 1998-09-24 09:59:43 Singular Exp $ */
    55/*
    66* ABSTRACT: Utilities for staircase operations
     
    117117}
    118118
    119  
     119
    120120void hComp(scfmon exist, int Nexist, Exponent_t ak, scfmon stc, int *Nstc)
    121121{
     
    224224         g -= o;
    225225       else
    226         g = o - g;
     226        g = o - g;
    227227       if (g > h)
    228228         h = g;
Note: See TracChangeset for help on using the changeset viewer.