Changeset ac4b53 in git
- Timestamp:
- Jan 31, 2008, 2:23:25 PM (15 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 73c6d21631d8e2c06ed5fa2c6e5dd9c80ce49f14
- Parents:
- 1bcfc5cd117a7eadf64863613f89995808bd287e
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ratgring.cc
r1bcfc5 rac4b53 7 7 * Author: levandov (Viktor Levandovsky) 8 8 * Created: 8/00 - 11/00 9 * Version: $Id: ratgring.cc,v 1. 8 2008-01-31 13:22:24Singular Exp $9 * Version: $Id: ratgring.cc,v 1.9 2008-01-31 13:23:25 Singular Exp $ 10 10 *******************************************************************/ 11 11 #include "mod2.h" 12 #include "ratgring.h" 12 13 #ifdef HAVE_RATGRING 13 14 #include "gring.h" 14 #include "ratgring.h"15 15 #include "febase.h" 16 16 #include "ring.h" -
kernel/ratgring.h
r1bcfc5 rac4b53 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ratgring.h,v 1. 4 2007-03-10 15:41:49 levandovExp $ */6 /* $Id: ratgring.h,v 1.5 2008-01-31 13:23:25 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT additional defines etc for --with-plural 9 9 */ 10 // #define HAVE_RATGRING to activate 10 11 11 #ifdef HAVE_ PLURAL12 #ifdef HAVE_RATGRING 12 13 #include "structs.h" 13 14
Note: See TracChangeset
for help on using the changeset viewer.