Changeset 9b107f9 in git for Singular


Ignore:
Timestamp:
Feb 6, 2008, 9:22:41 PM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
bdd99204592e417c7486a7f8d51895e883e6197e
Parents:
07b6ac817bf9b45f3a1072c271c5acf9ae3edbd3
Message:
warning message for rings


git-svn-id: file:///usr/local/Singular/svn/trunk@10565 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r07b6ac r9b107f9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.176 2008-02-01 13:47:10 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.177 2008-02-06 20:22:41 wienand Exp $ */
    55/*
    66* ABSTRACT:
     
    44294429    ch = 0;
    44304430    ringtype = 4;
    4431     WarnS("integers not yet fully tested");
    44324431  }
    44334432#endif
     
    44514450    ringflaga = module;
    44524451    ringflagb = 1;
    4453     WarnS("Z/n not yet fully tested");
    44544452  }
    44554453#endif
     
    44934491      ringflaga = base;
    44944492      ringflagb = exp;
    4495       WarnS("Z/p^n not yet fully tested");
    44964493    }
    44974494  }
     
    45034500  }
    45044501  pn=pn->next;
     4502
     4503#ifdef HAVE_RINGS
     4504  if (ringtype > 0)
     4505  {
     4506    WarnS("You are using a preview implementation of coefficients rings.");
     4507    WarnS("Please note that only the following commands are meant to work:");
     4508    WarnS("- basic polynomial arithmetic");
     4509    WarnS("- std");
     4510    WarnS("- reduce");
     4511  }
     4512#endif
    45054513
    45064514  int l, last;
  • Singular/mod2.h.in

    r07b6ac r9b107f9  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.124 2007-12-18 09:56:57 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.125 2008-02-06 20:22:41 wienand Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
    1111#define MOD2_H
     12#define HAVE_RINGS
     13#define HAVE_RING2TOM
     14#define HAVE_RINGMODN
     15#define HAVE_RINGZ
    1216
    1317/*******************************************************************
Note: See TracChangeset for help on using the changeset viewer.