Searched refs:retLimits (Results 1 – 1 of 1) sorted by relevance
234 const double* retLimits = fileform->getLimits( retCount ); in TestComplexExample() local235 if ((retCount == 4) && (retLimits) in TestComplexExample()236 && (retLimits[0] == -1.0) in TestComplexExample()237 && (retLimits[1] == 0.0) in TestComplexExample()238 && (retLimits[2] == 1.0) in TestComplexExample()239 && (retLimits[3] == 2.0)) { in TestComplexExample()