Changeset 714312 in git for Singular/attrib.cc


Ignore:
Timestamp:
Sep 19, 2008, 4:06:00 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d3a49c9895028faa79301533c6ebb36538ad2d02
Parents:
c21608da74a7ca2f7c79bd4e75836f62b8ef460d
Message:
*hannes: typo in debug


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

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    rc21608 r714312  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: attrib.cc,v 1.29 2008-08-13 15:16:23 Singular Exp $ */
     4/* $Id: attrib.cc,v 1.30 2008-09-19 14:06:00 Singular Exp $ */
    55
    66/*
     
    8181#ifdef TEST
    8282    default:
    83       ::Print("at-set: unknown type\n",atyp);  /* DEBUG */
     83      ::Print("at-set: unknown type(%d)\n",atyp);  /* DEBUG */
    8484#endif
    8585    } /* end switch: (atyp) */
     
    219219#ifdef TEST
    220220  default:
    221     ::Print("atKill: unknown type\n",atyp);  /* DEBUG */
     221    ::Print("atKill: unknown type(%d)\n",atyp);  /* DEBUG */
    222222#endif
    223223  } /* end switch: (atyp) */
Note: See TracChangeset for help on using the changeset viewer.