Show
Ignore:
Timestamp:
07/07/07 23:25:19 (17 months ago)
Author:
krobillard
Message:

Components can now be copied. Added component test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/component.c

    r425 r428  
    2020 
    2121#include "internal.h" 
     22#include "component.h" 
    2223#include "urlan_atoms.h" 
    23  
    24  
    25 // Component Count Accessors 
    26 #define ur_ccIn(cell)   (cell)->coord.elem[0] 
    27 #define ur_ccOut(cell)  (cell)->coord.elem[1] 
    28 #define ur_ccLoc(cell)  (cell)->coord.elem[2] 
    29 #define ur_ccMask(cell) (cell)->coord.elem[3] 
    3024 
    3125 
     
    124118    return 0; //sigN; 
    125119} 
    126  
    127  
    128 /** 
    129 void ur_cloneComponent( UThread* ut, UCell* result, UCell* proto ) 
    130 { 
    131     (void) ut; 
    132     (void) result; 
    133     (void) proto; 
    134 } 
    135 */ 
    136120 
    137121