Changeset 80ca3c in git for libpolys/polys/templates/p_Procs_Set.h
- Timestamp:
- Feb 22, 2012, 9:32:50 PM (11 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 64f0ca8d7049bea31d0e107cf5c613e0b6ffa5d3
- Parents:
- 1adae39f1ae788b310c426226af46794834f1fac
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 21:32:50+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:08+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/templates/p_Procs_Set.h
r1adae39 r80ca3c 16 16 #include <coeffs/modulop.h> 17 17 18 #ifdef HAVE_PLURAL19 // for nc_p_ProcsSet:20 // #include <polys/nc/....h>21 #endif22 23 18 #include <reporter/reporter.h> 24 19 … … 140 135 } \ 141 136 while (0); 137 138 void nc_p_ProcsSet(ring rGR, p_Procs_s* p_Procs); 142 139 143 140 // Choose a set of p_Procs … … 192 189 if (rIsPluralRing(r)) 193 190 { 194 195 191 dReportError("Setting pProcs in p_ProcsSet (rDebugPrint!?)!!!"); 192 nc_p_ProcsSet(r, _p_procs); // Setup non-commutative p_Procs table! 196 193 } 197 194 #endif
Note: See TracChangeset
for help on using the changeset viewer.