Changeset dc25e4 in git
- Timestamp:
- Sep 21, 2006, 7:00:39 PM (17 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- c5e5e7f40eec6f0e7c583b5db4f44ecc883ffa2f
- Parents:
- 935f5256ab4becd2ce3f8d4ea2eab05f93b60691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
r935f52 rdc25e4 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1.10 7 2006-07-19 13:10:14Singular Exp $ */4 /* $Id: tesths.cc,v 1.108 2006-09-21 17:00:39 Singular Exp $ */ 5 5 6 6 /* … … 71 71 /* initialize components */ 72 72 siRandomStart=inits(); 73 feOptSpec[FE_OPT_RANDOM].value = (void*) siRandomStart;73 feOptSpec[FE_OPT_RANDOM].value = (void*) ((long)siRandomStart); 74 74 int optc, option_index; 75 75 char* errormsg;
Note: See TracChangeset
for help on using the changeset viewer.