the var parameter in deepcopy is for the destination, not the source, yes? 
    
    
    proc c0copy(x: Concept0):Concept0 = deepcopy(result,x);
    
    
    Run

Reply via email to