Ignore:
Timestamp:
Feb 22, 2012, 9:32:50 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
NC-subsystem preparations

fix: gnc_GB properly
add: gb_hack.h to help handling the circular dependency (GB&NC)
chg: moved stuff around and misc changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/templates/p_Procs_Set.h

    r1adae39 r80ca3c  
    1616#include <coeffs/modulop.h>
    1717
    18 #ifdef HAVE_PLURAL
    19 // for nc_p_ProcsSet:
    20 // #include <polys/nc/....h>
    21 #endif
    22 
    2318#include <reporter/reporter.h>
    2419
     
    140135}                                                           \
    141136while (0);
     137
     138void nc_p_ProcsSet(ring rGR, p_Procs_s* p_Procs);
    142139
    143140// Choose a set of p_Procs
     
    192189  if (rIsPluralRing(r))
    193190  {
    194      dReportError("Setting pProcs in p_ProcsSet (rDebugPrint!?)!!!");
    195      nc_p_ProcsSet(r, _p_procs); // Setup non-commutative p_Procs table!
     191    dReportError("Setting pProcs in p_ProcsSet (rDebugPrint!?)!!!");
     192    nc_p_ProcsSet(r, _p_procs); // Setup non-commutative p_Procs table!
    196193  }
    197194#endif
Note: See TracChangeset for help on using the changeset viewer.