Changeset 0a4a704 in git


Ignore:
Timestamp:
Jul 8, 2010, 2:57:03 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cb980abf90e795cc89811ac3591161d6cb3be628
Parents:
75af6518fb874419841a06192df4e1352e9596fb
Message:
size(resolution)

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

Legend:

Unmodified
Added
Removed
  • kernel/syz.h

    r75af65 r0a4a704  
    107107BOOLEAN syBetti1(leftv res, leftv u);
    108108BOOLEAN syBetti2(leftv res, leftv u, leftv w);
    109 int syLength(syStrategy syzstr);
    110109int sySize(syStrategy syzstr);
    111110int syDim(syStrategy syzstr);
  • kernel/syz1.cc

    r75af65 r0a4a704  
    18941894
    18951895/*3
    1896 * computes the allocated length of the resolution
    1897 */
    1898 int syLength(syStrategy syzstr)
    1899 {
    1900   return syzstr->length;
    1901 }
    1902 
    1903 /*3
    19041896* computes the real length of the resolution
    19051897*/
Note: See TracChangeset for help on using the changeset viewer.