Changeset 01c1d0 in git for libpolys/polys/templates/p_Procs_Set.h
- Timestamp:
- Apr 21, 2011, 1:34:10 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 59a62bd935a023662ba918abaefcc861c4adbe81
- Parents:
- 0b7bf7ebce7bb8127ebbb274e87efef8dce670c7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-21 13:34:10+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:24+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/templates/p_Procs_Set.h
r0b7bf7 r01c1d0 155 155 extern poly p_Mult_nn_pthread(poly p, const number n, const ring r); 156 156 #ifdef NV_OPS 157 if ((field==FieldZp) && (r->c h>NV_MAX_PRIME))157 if ((field==FieldZp) && (r->cf->ch>NV_MAX_PRIME)) 158 158 { 159 159 // set all (mult/div.) routines to FieldGeneral-variants
Note: See TracChangeset
for help on using the changeset viewer.