Changeset 567abae in git
- Timestamp:
- Aug 3, 2011, 4:10:46 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8fa9eac11b7255f081ef96ac76bf845c0fc38c59
- Parents:
- f9591af2831fa1de12e466051a60fd165adecaee
- git-author:
- Martin Lee <martinlee84@web.de>2011-08-03 16:10:46+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:17+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/walk.cc
rf9591a r567abae 55 55 #include <Singular/ipshell.h> 56 56 #include <Singular/ipconv.h> 57 #include < kernel/longalg.h>58 #include < kernel/ffields.h>57 #include <polys/ext_fields/longalg.h> 58 #include <coeffs/ffields.h> 59 59 #include <Singular/subexpr.h> 60 #include < kernel/p_Procs.h>60 #include <polys/templates/p_Procs.h> 61 61 62 62 #include <polys/monomials/maps.h> … … 86 86 #include <polys/prCopy.h> 87 87 #include <polys/monomials/ring.h> 88 #include <kernel/longalg.h>88 //#include <polys/ext_fields/longalg.h> 89 89 #ifdef HAVE_FACTORY 90 90 #include <polys/clapsing.h> 91 91 #endif 92 92 93 #include < kernel/mpr_complex.h>93 #include <coeffs/mpr_complex.h> 94 94 95 95 int nstep;
Note: See TracChangeset
for help on using the changeset viewer.