Changeset 0654a8b in git
- Timestamp:
- Jan 29, 2007, 7:08:21 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 58ac7d25b1f5752408c2e146213207f2b68a8be9
- Parents:
- 1616fde9aae1fd31241ff2e5303290708fda07d6
- Location:
- kernel
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.in
r1616fd r0654a8b 151 151 HEADERS=hutil.h stairc.h ideals.h \ 152 152 longalg.h structs.h intvec.h int64vec.h longrat.h \ 153 numbers.h stype.h clapconv.h ipconv.hmaps.h \153 numbers.h stype.h clapconv.h maps.h \ 154 154 clapsing.h matpol.h polys.h p_polys.h syz.h \ 155 155 ring.h timer.h dError.h fast_maps.h \ -
kernel/ring.cc
r1616fd r0654a8b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ring.cc,v 1.5 4 2007-01-29 17:00:54Singular Exp $ */4 /* $Id: ring.cc,v 1.55 2007-01-29 18:08:21 Singular Exp $ */ 5 5 6 6 /* … … 16 16 #include "numbers.h" 17 17 #include "febase.h" 18 #include "ipconv.h"19 18 #include "intvec.h" 20 19 #include "longalg.h"
Note: See TracChangeset
for help on using the changeset viewer.