Changeset a3771a in git
- Timestamp:
- Jan 28, 2009, 6:21:07 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 3e96095dad02d2d1f61bd9131040fd9b3d136d9b
- Parents:
- 67ea5aeceb2405850d4c2590c076081c5fd47e16
- Location:
- kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.cc
r67ea5a ra3771a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.cc,v 1.1 7 2009-01-25 17:13:05 edercExp $ */4 /* $Id: f5gb.cc,v 1.18 2009-01-28 17:20:49 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 23 23 #include "f5gb.h" 24 24 #include "lpolynomial.h" 25 #include " lists.h"25 #include "f5lists.h" 26 26 27 27 -
kernel/f5gb.h
r67ea5a ra3771a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.1 6 2009-01-25 17:13:06 edercExp $ */4 /* $Id: f5gb.h,v 1.17 2009-01-28 17:20:53 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 11 11 #ifdef HAVE_F5 12 12 #include "lpolynomial.h" 13 #include " lists.h"13 #include "f5lists.h" 14 14 15 15 -
kernel/lpolynomial.cc
r67ea5a ra3771a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: lpolynomial.cc,v 1. 6 2009-01-25 17:13:06 edercExp $ */4 /* $Id: lpolynomial.cc,v 1.7 2009-01-28 17:21:07 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: lpolynomial definition … … 24 24 #include "f5gb.h" 25 25 #include "lpolynomial.h" 26 #include " lists.h"26 #include "f5lists.h" 27 27 /* 28 28 ================================================================
Note: See TracChangeset
for help on using the changeset viewer.