Changeset 0654a8b in git


Ignore:
Timestamp:
Jan 29, 2007, 7:08:21 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
58ac7d25b1f5752408c2e146213207f2b68a8be9
Parents:
1616fde9aae1fd31241ff2e5303290708fda07d6
Message:
*hannes: ipconv.cc ipconv.h removed


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

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    r1616fd r0654a8b  
    151151HEADERS=hutil.h stairc.h ideals.h \
    152152        longalg.h structs.h intvec.h int64vec.h longrat.h \
    153         numbers.h stype.h clapconv.h ipconv.h maps.h \
     153        numbers.h stype.h clapconv.h maps.h \
    154154        clapsing.h matpol.h polys.h p_polys.h syz.h \
    155155        ring.h timer.h dError.h fast_maps.h \
  • kernel/ring.cc

    r1616fd r0654a8b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.54 2007-01-29 17:00:54 Singular Exp $ */
     4/* $Id: ring.cc,v 1.55 2007-01-29 18:08:21 Singular Exp $ */
    55
    66/*
     
    1616#include "numbers.h"
    1717#include "febase.h"
    18 #include "ipconv.h"
    1918#include "intvec.h"
    2019#include "longalg.h"
Note: See TracChangeset for help on using the changeset viewer.