Changeset 093f30e in git for kernel/rmodulon.cc


Ignore:
Timestamp:
Feb 8, 2008, 11:11:30 AM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
60544db1dc67a36a012f9f3809c0e8d260f9bad0
Parents:
ecededc1c7ef7a762ce55b72be0707700967ceab
Message:
kstd1.cc, kstd2.cc:
redRing2toM --> redRing

kutil.*:
extendedspoly unit case

p_Mult_q.cc:
assume domain for bucket mult

pp_Mult_mm__T.cc:
free tmp memory

rmodulo2m.cc
rmodulon.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/rmodulon.cc

    recededc r093f30e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: rmodulon.cc,v 1.21 2008-02-07 13:48:05 wienand Exp $ */
     4/* $Id: rmodulon.cc,v 1.22 2008-02-08 10:11:30 wienand Exp $ */
    55/*
    66* ABSTRACT: numbers modulo n
     
    369369{
    370370  nrnSetExp(m, r);
     371
    371372  if (mpz_cmp_ui(nrnModul,2) <= 0)
    372373  {
    373     WarnS("nInitExp failed");
     374    WarnS("nrnInitExp failed");
    374375  }
    375376}
Note: See TracChangeset for help on using the changeset viewer.