Changeset 34fcf8 in git
- Timestamp:
- Feb 12, 2009, 9:35:05 AM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d7d5f6ec23c1062b8e3dbc3905eed0672ce62cbc
- Parents:
- 87beab79ada79bca10d045490906c1eb82902d37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r87beab7 r34fcf8 1 1 /* 2 2 Compute the Groebner fan of an ideal 3 Author: $Author: monerjan$4 Date: $Date: 2009-02-1 1 14:57:55 $5 Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.1 0 2009-02-11 14:57:55 monerjanExp $6 Id: $Id: gfan.cc,v 1.1 0 2009-02-11 14:57:55 monerjanExp $3 Author: $Author: Singular $ 4 Date: $Date: 2009-02-12 08:35:05 $ 5 Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.11 2009-02-12 08:35:05 Singular Exp $ 6 Id: $Id: gfan.cc,v 1.11 2009-02-12 08:35:05 Singular Exp $ 7 7 */ 8 8 9 9 #include "mod2.h" 10 11 #ifdef HAVE_GFAN 12 10 13 #include "kstd1.h" 11 14 #include "intvec.h" … … 156 159 return res; 157 160 } 161 #endif
Note: See TracChangeset
for help on using the changeset viewer.