Changeset 00845b in git for Singular


Ignore:
Timestamp:
May 3, 2005, 6:12:03 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
18eb05804bfc4b9f19878fa204323b1e0408b478
Parents:
762bfd45c4210aff6f5f912140dfdf36131213c9
Message:
*hannes: fixed error checks


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

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    r762bfd r00845b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipassign.cc,v 1.73 2005-05-03 15:41:50 Singular Exp $ */
     4/* $Id: ipassign.cc,v 1.74 2005-05-03 16:12:03 Singular Exp $ */
    55
    66/*
     
    15421542  {
    15431543    //check for existence
    1544     if (IDPACKAGE(h)==basePack)
    1545     {
    1546       PrintS("source and destination packages are identical");
     1544    if (((package)(u->Data()))==basePack)
     1545    {
     1546      WarnS("source and destination packages are identical");
    15471547      return FALSE;
    15481548    }
Note: See TracChangeset for help on using the changeset viewer.