Changeset f60485d in git


Ignore:
Timestamp:
Aug 6, 2009, 9:21:58 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
02a069eea3ed0dad2b0c7a70915381c5a9f356e1
Parents:
3d6c38c30089200c989a79851a19bf43b565678e
Message:
*hannes: fix


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

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    r3d6c38 rf60485d  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.38 2009-08-05 17:29:12 Singular Exp $
     5// $Id: clapsing.cc,v 1.39 2009-08-06 07:21:58 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    196196
    197197
    198 poly singclap_gcd ( poly f, poly g, const ring r )
     198poly singclap_gcd ( poly f, poly g )
    199199{
    200200  poly res=NULL;
Note: See TracChangeset for help on using the changeset viewer.