Changeset 99019d6 in git


Ignore:
Timestamp:
Jan 8, 2008, 1:10:40 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
0fb33365c938bc91c1860b13dbd981c5869f942d
Parents:
046f44a75d1bdbdcc9a3b28e5162539ba4af5bb2
Message:
*hannes; WerrorS


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r046f44 r99019d6  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.462 2007-12-13 10:00:33 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.463 2008-01-08 12:10:40 Singular Exp $ */
    55
    66/*
     
    43354335  if ((currQuotient!=NULL) && !bIsSCA)
    43364336  {
    4337     Werror("qring not supported by slimgb at the moment");
     4337    WerrorS("qring not supported by slimgb at the moment");
    43384338    return TRUE;
    43394339  }
    43404340  if (pOrdSgn!=1)
    43414341  {
    4342     Werror("ordering must be global for slimgb");
     4342    WerrorS("ordering must be global for slimgb");
    43434343    return TRUE;
    43444344  }
Note: See TracChangeset for help on using the changeset viewer.