Changeset 02da1e in git
- Timestamp:
- Jan 20, 2004, 4:17:46 PM (19 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 034eec92d28f18a84ac72f96cca542cbef3a1608
- Parents:
- 8dde756285e55045579c2ed35f7a6458514192ac
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mpr_inout.cc
r8dde75 r02da1e 3 3 ****************************************/ 4 4 5 /* $Id: mpr_inout.cc,v 1. 1.1.1 2003-10-06 12:15:56 SingularExp $ */5 /* $Id: mpr_inout.cc,v 1.2 2004-01-20 15:17:45 bricken Exp $ */ 6 6 7 7 /* … … 97 97 const char * name, 98 98 uResultant::resMatType mtype, 99 BOOLEAN rmatrix = false)99 BOOLEAN rmatrix ) 100 100 { 101 101 mprState state = mprOk; -
kernel/syz1.cc
r8dde75 r02da1e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: syz1.cc,v 1. 1.1.1 2003-10-06 12:15:55 SingularExp $ */4 /* $Id: syz1.cc,v 1.2 2004-01-20 15:17:46 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: resolutions … … 2026 2026 */ 2027 2027 resolvente syReorder(resolvente res,int length, 2028 syStrategy syzstr,BOOLEAN toCopy =TRUE,resolvente totake=NULL)2028 syStrategy syzstr,BOOLEAN toCopy,resolvente totake) 2029 2029 { 2030 2030 int i,j,l;
Note: See TracChangeset
for help on using the changeset viewer.