Changeset cd6ff49 in git


Ignore:
Timestamp:
Jun 9, 2005, 10:30:02 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
f6202187ee8c7e5f4a1be04fd61af7b6987429bc
Parents:
a8bb72dd226250b4276aefb627165cae6b4f0ffb
Message:
*hannes: fixed typo


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

Legend:

Unmodified
Added
Removed
  • kernel/hutil.cc

    ra8bb72d rcd6ff49  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: hutil.cc,v 1.7 2005-06-08 13:51:13 Singular Exp $ */
     4/* $Id: hutil.cc,v 1.8 2005-06-09 08:30:02 Singular Exp $ */
    55/*
    66* ABSTRACT: Utilities for staircase operations
     
    6161    ql = 0;
    6262  }
    63   if ((sl + ql) > 0)
     63  if ((sl + ql) == 0)
    6464  {
    6565    *Nexist = 0;
Note: See TracChangeset for help on using the changeset viewer.