Changeset da6156 in git
- Timestamp:
- Dec 9, 2011, 4:23:36 PM (11 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- c360967d0dc4ef57f8ba249d247ddcd773bbba4d
- Parents:
- ce21bd8d333faf7c8f2fcdbd11fa57c0b6ec7776
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-09 16:23:36+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-12 18:01:22+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.h
rce21bd8 rda6156 10 10 #include <polys/simpleideals.h> 11 11 #include <kernel/polys.h> 12 // #include <kernel/structs.h> 12 13 #include <kernel/structs.h> // for tHomog 13 14 14 15 //typedef struct sip_sideal * ideal; … … 134 135 135 136 136 137 138 137 ideal idSect (ideal h1,ideal h2); 139 138 ideal idMultSect(resolvente arg, int length); -
kernel/structs.h
rce21bd8 rda6156 38 38 class CFormulaPowerMultiplier; 39 39 #endif 40 41 42 enum tHomog 43 { 44 isNotHomog = FALSE, 45 isHomog = TRUE, 46 testHomog 47 }; 48 40 49 41 50 struct sip_package; -
libpolys/polys/monomials/ring.h
rce21bd8 rda6156 319 319 public: 320 320 operator coeffs() const { return cf; } 321 };322 323 enum tHomog324 {325 isNotHomog = FALSE,326 isHomog = TRUE,327 testHomog328 321 }; 329 322
Note: See TracChangeset
for help on using the changeset viewer.