Home > p2plib > resetc.m

resetc

PURPOSE ^

reset counters in p and clear p.branch, p.bifvals

SYNOPSIS ^

function p=resetc(p)

DESCRIPTION ^

 reset counters in p and clear p.branch, p.bifvals

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function p=resetc(p)
0002 % reset counters in p and clear p.branch, p.bifvals
0003 p.branch=[];p.bifvals=[];p.bcount=1; p.count=1;

Generated on Wed 15-Aug-2012 10:09:15 by m2html © 2005