Changeset 56f59b in git
- Timestamp:
- Dec 13, 2012, 10:36:04 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- Children:
- f51a5bd5a84a0bdc21e8b4b7357a3d1f43bae4e6
- Parents:
- a915285944d0864527f779e94d2e76ff98d09384
- git-author:
- Martin Lee <martinlee84@web.de>2012-12-13 10:36:04+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-12-13 11:35:10+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
ra915285 r56f59b 5144 5144 assume( float_len <= float_len2 ); 5145 5145 5146 if( !complex_flag && (float_len2 <= (short)SHORT_REAL_LENGTH) ) 5146 if (!complex_flag) 5147 complex_flag= pn->next != NULL; 5148 if( !complex_flag && (float_len2 <= (short)SHORT_REAL_LENGTH)) 5147 5149 cf=nInitChar(n_R, NULL); 5148 5150 else // longR or longC?
Note: See TracChangeset
for help on using the changeset viewer.