Changeset 587cc5 in git for kernel/mpr_complex.cc
- Timestamp:
- Jun 22, 2009, 7:16:57 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 13bb32cb413d6ce85098f26c34acf917ce0c005c
- Parents:
- d5042e24b7e01b5dc02ef718e5a3e8ec3f3187e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mpr_complex.cc
rd5042e r587cc5 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mpr_complex.cc,v 1. 8 2009-06-04 08:32:59Singular Exp $ */4 /* $Id: mpr_complex.cc,v 1.9 2009-06-22 17:16:57 Singular Exp $ */ 5 5 6 6 /* … … 84 84 if (*in == '-') { in++; neg=TRUE; } 85 85 char *s; 86 if ((s=strchr( in,'E')) !=NULL)86 if ((s=strchr((char *)in,'E')) !=NULL) 87 87 { 88 88 *s='e';
Note: See TracChangeset
for help on using the changeset viewer.