Changeset fc681b in git


Ignore:
Timestamp:
Feb 13, 2009, 12:40:12 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
d499d16596daf2413557e9454d6d76712a4cc5e8
Parents:
1ceb92cc4c33613e61931b01678e057b2cbb92f2
Message:
*hannes: better err. mesg.


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r1ceb92 rfc681b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.495 2009-02-13 10:01:26 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.496 2009-02-13 11:40:12 Singular Exp $ */
    55
    66/*
     
    30363036    if (!idTestHomModule(u_id,currQuotient,w))
    30373037    {
    3038       WarnS("wrong weights");
     3038      WarnS("wrong weights:");w->show();PrintLn();
    30393039      w=NULL;
    30403040    }
Note: See TracChangeset for help on using the changeset viewer.