Changeset b5cf9a in git
- Timestamp:
- Aug 31, 2016, 5:21:18 PM (7 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- c2d5950c29eb7ea5d90b0883de5d2f6211883761
- Parents:
- 9927a9a13109208ae95af976af08e08f4b779fd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/subexpr.cc
r9927a9a rb5cf9a 492 492 #ifdef SINGULAR_4_1 493 493 case CRING_CMD: 494 nKillChar((coeffs)d); 495 break; 494 { 495 coeffs cf=(coeffs)d; 496 if ((cf->ref<=1)&& 497 ((cf->type <=n_long_R) 498 ||((cf->type >=n_long_C)&&(cf->type <=n_CF)))) 499 { 500 Werror("cannot kill %s",n_CoeffName(cf)); 501 } 502 else 503 nKillChar((coeffs)d); 504 break; 505 } 496 506 case CNUMBER_CMD: 497 507 {
Note: See TracChangeset
for help on using the changeset viewer.