Changeset bb354a in git for Singular/clapsing.cc


Ignore:
Timestamp:
Mar 15, 1999, 5:18:53 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
e406de2ee90b6acebc0ab0171fa7c1172a3d3e09
Parents:
15bd3be9826f115fa6289fdf5315b869528518f5
Message:
* hannes: minor fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/clapsing.cc

    r15bd3be rbb354a  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.47 1999-03-15 13:58:30 Singular Exp $
     5// $Id: clapsing.cc,v 1.48 1999-03-15 16:18:51 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    271271    return NULL;
    272272  }
     273  if ((f==NULL) || (g==NULL))
     274    return NULL;
    273275  // for now there is only the possibility to handle polynomials over
    274276  // Q and Fp ...
Note: See TracChangeset for help on using the changeset viewer.