Changeset 99cfa5e in git for kernel/kInline.h
- Timestamp:
- Jul 19, 2011, 5:52:03 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8bb03bacde5949b6f6bcb5b42dd04074a1b4c000
- Parents:
- f0a8c590c5ba49e8fbdeae1fedd1d5686c1ac135
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 17:52:03+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:42+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.h
rf0a8c59 r99cfa5e 9 9 * Version: $Id$ 10 10 *******************************************************************/ 11 #ifndef KINLINE_ CC12 #define KINLINE_ CC11 #ifndef KINLINE_H 12 #define KINLINE_H 13 13 14 14 #if !defined(NO_KINLINE) || defined(KUTIL_CC) … … 689 689 else if (lmBin != NULL && lmBin != currRing->PolyBin) 690 690 { 691 p = p_LmShallowCopyDelete(p, currRing , lmBin);691 p = p_LmShallowCopyDelete(p, currRing); 692 692 FDeg = pFDeg(); 693 693 } … … 1168 1168 1169 1169 #endif // defined(KINLINE) || defined(KUTIL_CC) 1170 #endif // KINLINE_ CC1170 #endif // KINLINE_H
Note: See TracChangeset
for help on using the changeset viewer.