Changeset 50831b in git
- Timestamp:
- Nov 9, 2011, 8:14:22 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 2cba98d996d3093dcc04573bc6024bb750518d4f
- Parents:
- b2929e71ee342c64f5189c222795ac906cb21ee9
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-09 20:14:22+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-09 20:23:16+01:00
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
rb2929e7 r50831b 103 103 MinorProcessor.h \ 104 104 attrib.h \ 105 bbcone.h \106 105 bigintm.h \ 107 106 blackbox.h \ -
Singular/bbfan.cc
rb2929e7 r50831b 9 9 #include <Singular/subexpr.h> 10 10 #include <kernel/bbfan.h> 11 #include < Singular/bbcone.h>11 #include <kernel/bbcone.h> 12 12 #include <ipshell.h> 13 13 #include <misc/intvec.h> -
Singular/test.cc
rb2929e7 r50831b 190 190 // headers in Singular/ 191 191 #include "attrib.h" 192 #include "bbcone.h"193 192 #include "bigintm.h" 194 193 #include "blackbox.h" -
Singular/tesths.cc
rb2929e7 r50831b 40 40 #include "ssiLink.h" 41 41 #include "bigintm.h" 42 #include "bbcone.h"43 42 #include "mmalloc.h" 44 43 #include "tok.h" -
kernel/Makefile.am
rb2929e7 r50831b 67 67 fegetopt.h \ 68 68 ratgring.h shiftgb.h nc.h \ 69 gfan.h preimage.h longrat.h timer.h kInline.h modulop.h fast_mult.h \ 69 gfan.h bbcone.h bbfan.h \ 70 preimage.h longrat.h timer.h kInline.h modulop.h fast_mult.h \ 70 71 digitech.h tgb.h ringgb.h tgbgauss.h tgb_internal.h \ 71 72 linearAlgebra.h page.h
Note: See TracChangeset
for help on using the changeset viewer.