Changeset a3771a in git for kernel


Ignore:
Timestamp:
Jan 28, 2009, 6:21:07 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
3e96095dad02d2d1f61bd9131040fd9b3d136d9b
Parents:
67ea5aeceb2405850d4c2590c076081c5fd47e16
Message:
*hannes: lists -> f5lists


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

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.cc

    r67ea5a ra3771a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.cc,v 1.17 2009-01-25 17:13:05 ederc Exp $ */
     4/* $Id: f5gb.cc,v 1.18 2009-01-28 17:20:49 Singular Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    2323#include "f5gb.h"
    2424#include "lpolynomial.h"
    25 #include "lists.h"
     25#include "f5lists.h"
    2626
    2727
  • kernel/f5gb.h

    r67ea5a ra3771a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.16 2009-01-25 17:13:06 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.17 2009-01-28 17:20:53 Singular Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    1111#ifdef HAVE_F5
    1212#include "lpolynomial.h"
    13 #include "lists.h"
     13#include "f5lists.h"
    1414
    1515
  • kernel/lpolynomial.cc

    r67ea5a ra3771a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: lpolynomial.cc,v 1.6 2009-01-25 17:13:06 ederc Exp $ */
     4/* $Id: lpolynomial.cc,v 1.7 2009-01-28 17:21:07 Singular Exp $ */
    55/*
    66* ABSTRACT: lpolynomial definition
     
    2424#include "f5gb.h"
    2525#include "lpolynomial.h"
    26 #include "lists.h"
     26#include "f5lists.h"
    2727/*
    2828================================================================
Note: See TracChangeset for help on using the changeset viewer.