Changeset 6909cfb in git for libpolys/polys/templates/p_Procs_Set.h
- Timestamp:
- Feb 20, 2013, 3:48:32 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 2e4ec146a83f4d025c2cb4229c4b171a375173c1
- Parents:
- 367df95c40f03bb94a871481eb198951b3a42c85
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2013-02-20 15:48:32+01:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:58+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/templates/p_Procs_Set.h
r367df9 r6909cfb 198 198 void p_Debug_GetSpecNames(const ring r, const char* &field, const char* &length, const char* &ord) 199 199 { 200 p_Field e_field =p_FieldIs(r);201 p_Length e_length =p_LengthIs(r);202 p_Ord e_ord =p_OrdIs(r);200 /*p_Field e_field =*/ (void) p_FieldIs(r); 201 /*p_Length e_length =*/ (void) p_LengthIs(r); 202 /*p_Ord e_ord =*/ (void) p_OrdIs(r); 203 203 204 204 field = p_FieldEnum_2_String(p_FieldIs(r));
Note: See TracChangeset
for help on using the changeset viewer.