Changeset 838d37 in git


Ignore:
Timestamp:
Jan 9, 2001, 2:28:11 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
89e6a9292db41db37de86e06684c7ff35e48ea7c
Parents:
d12f0799db6af411d51477671ed20928b1370601
Message:
*hannes: testPrimary is not static


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    rd12f079 r838d37  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: primdec.lib,v 1.86 2001-01-09 13:22:57 pfister Exp $";
     2version="$Id: primdec.lib,v 1.87 2001-01-09 13:28:11 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    46014601}
    46024602
    4603 static proc testPrimary(list pr, ideal k)
     4603proc testPrimary(list pr, ideal k)
    46044604"USAGE:   testPrimary(pr,k); pr a list, result of primdecGTZ(k) or primdecSY(k)
    46054605RETURN:  int, 1 if intersection of the primary ideals in pr is k, 0 if not
Note: See TracChangeset for help on using the changeset viewer.