Changeset 9761b8 in git for Singular/LIB/modstd.lib


Ignore:
Timestamp:
Aug 31, 2015, 10:43:55 AM (9 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cd38fbd954495900afc188a0e871f8586db00535
Parents:
ef573fff51417c61e82c8176e0679f71fb732c40
Message:
chg: use alias in Modstd::pTest_std()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    ref573f r9761b8  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="version modstd.lib 4.0.0.0 May_2014 "; // $Id$
     2version="version modstd.lib 4.0.2.0 Aug_2015 "; // $Id$
    33category="Commutative Algebra";
    44info="
     
    219219/* test if 'command' applied to 'args' in characteristic p is the same as
    220220   'result' mapped to characteristic p */
    221 static proc pTest_std(string command, list args, ideal result, int p)
     221static proc pTest_std(string command, alias list args, alias ideal result,
     222    int p)
    222223{
    223224    /* change to characteristic p */
Note: See TracChangeset for help on using the changeset viewer.