Searched refs:gotLimits (Results 1 – 1 of 1) sorted by relevance
99 double *gotLimits=0; in TestSimpleExample() local101 gotLimits=(double*)form->getLimits(count); in TestSimpleExample()106 if(gotLimits[ix] != limits[ix]){ in TestSimpleExample()107 …ng)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]); in TestSimpleExample()