Changeset bbf49b8 in git for Singular/LIB/JMBTest.lib


Ignore:
Timestamp:
Jan 15, 2014, 4:49:05 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
538c8cd688adf1bd3fa4ae496c26a69ae0abe8b1
Parents:
112fd151f309f96d3629bc82576ad75cef64eb2c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-15 16:49:05+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-15 16:49:20+01:00
Message:
add data types to procedures, p3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/JMBTest.lib

    r112fd15 rbbf49b8  
    533533}
    534534////////////////////////////////////////////////////////////////////
    535 proc FinalVm(list V1 , list G1 , r)
     535proc FinalVm(list V1 , list G1 ,def r)
    536536"USAGE:     FinalVm(V1, G1, r);  V1 list,  G1 list , r
    537537RETURN:   intvec: u
     
    663663}
    664664////////////////////////////////////////////////////////////////////
    665 proc ConstructorMain(list G, int c,r)
     665proc ConstructorMain(list G, int c,def r)
    666666"USAGE:    Costruttore(G,c); G list, c int
    667667RETURN:   list: R
     
    855855}
    856856////////////////////////////////////////////////////////////////////
    857 proc TestJMark(list G1,r)
     857proc TestJMark(list G1,def r)
    858858"USAGE:    TestJMark(G);  G list
    859859RETURN:    int: i
Note: See TracChangeset for help on using the changeset viewer.