Changeset def568 in git
- Timestamp:
- May 5, 2009, 12:09:24 PM (14 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 3b45cf97026d92e08c3dcb9ea85e5cdd88aa0fab
- Parents:
- 2dbaba417a5adc322a3e679319b2ded708f31ea6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/walk_ip.cc
r2dbaba4 rdef568 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: walk_ip.cc,v 1. 2 2008-09-22 11:43:59Singular Exp $ */4 /* $Id: walk_ip.cc,v 1.3 2009-05-05 10:09:24 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: frwalk: interpreter link … … 307 307 /////////////////////////////////////////////////////////////////// 308 308 309 int64 getint64(lists l) 310 { 311 return (int64)(l->m[1].data); 312 } 313 314 /////////////////////////////////////////////////////////////////// 309 // not used, bad impl. 310 //int64 getint64(lists l) 311 //{ 312 // return (int64)(long)(l->m[1].data); 313 //} 314 315 /////////////////////////////////////////////////////////////////// -
kernel/walkSupport.h
r2dbaba4 rdef568 22 22 void getTaun64(ideal G,intvec* targm,int pertdeg, int64vec** v64, int64 & i64); 23 23 int64vec* getiv64(lists l); 24 int64 getint64(lists l); 24 //int64 getint64(lists l);// not used 25 25 26 26
Note: See TracChangeset
for help on using the changeset viewer.