Changeset 52e2f6 in git for kernel/ring.h


Ignore:
Timestamp:
Jun 10, 2008, 12:17:33 PM (16 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
28325ab307b0d45f178c4ce869547de7d3f3faa7
Parents:
f2b58394b7c0b28984794adfcef85f56f72e35bf
Message:
*motsak: major redesign of NC Subsystem, maybe something more...


git-svn-id: file:///usr/local/Singular/svn/trunk@10739 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ring.h

    rf2b5839 r52e2f6  
    77* ABSTRACT - the interpreter related ring operations
    88*/
    9 /* $Id: ring.h,v 1.28 2008-04-21 11:23:12 Singular Exp $ */
     9/* $Id: ring.h,v 1.29 2008-06-10 10:17:33 motsak Exp $ */
    1010
    1111/* includes */
     
    3737{
    3838#ifdef HAVE_PLURAL
    39   return (r != NULL) && (r->nc != NULL) && (r->nc->type != nc_error);
     39  return (r != NULL) && (r->GetNC() != NULL) && (r->GetNC()->type != nc_error);
    4040#else
    4141  return false;
     
    247247// use this to free fields created by rComplete
    248248
    249 BOOLEAN nc_rComplete(ring src, ring dest);
    250 
    251 void rUnComplete(ring r);
    252249inline int rBlocks(ring r)
    253250{
     
    379376void rDebugPrint(ring r);
    380377void pDebugPrint(poly p);
     378void pDebugPrintR(poly p, const ring r);
    381379
    382380int64 * rGetWeightVec(ring r);
Note: See TracChangeset for help on using the changeset viewer.