Changeset 94a5cd in git
- Timestamp:
- Oct 10, 2006, 3:21:03 PM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8fc1b4d51d3b74816a22e5b09d2875ca81a5c44d
- Parents:
- 6cd020c1098b7e0e7d2a0705aac19f57b4037207
- Location:
- MP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/MP/MP.h
r6cd020 r94a5cd 986 986 MP_Status_t the_err)); 987 987 988 #define MP_ClearError(link) ((MP_Status_t) ( link)->MP_errno = MP_Success)988 #define MP_ClearError(link) ((MP_Status_t) ((link)->MP_errno = (int)MP_Success)) 989 989 990 990 EXTERN void MP_PrintError _ANSI_ARGS_((MP_Link_pt link)); -
MP/MP/h/MP_Util.h
r6cd020 r94a5cd 44 44 MP_Status_t the_err)); 45 45 46 #define MP_ClearError(link) ((MP_Status_t) ( link)->MP_errno = MP_Success)46 #define MP_ClearError(link) ((MP_Status_t) ((link)->MP_errno = (int)MP_Success)) 47 47 48 48 EXTERN void MP_PrintError _ANSI_ARGS_((MP_Link_pt link)); -
MP/MPT/MPT_GP.cc
r6cd020 r94a5cd 490 490 MPT_GP_DistMvPoly_t(tnode, coeffs, nvars, 491 491 MPT_GetGP_Ordering( 492 MPT_AnnotValue(tnode,492 (MPT_Node_t*)MPT_AnnotValue(tnode, 493 493 MP_PolyDict, 494 494 MP_AnnotPolyOrdering), 495 495 nvars), 496 496 MPT_GetGP_Ordering( 497 MPT_AnnotValue(tnode,497 (MPT_Node_t*)MPT_AnnotValue(tnode, 498 498 MP_PolyDict, 499 499 MP_AnnotShouldHavePolyOrdering),
Note: See TracChangeset
for help on using the changeset viewer.