Home
last modified time | relevance | path

Searched refs:fMax1 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java346 double fMax1, fMax2; in testAxis() local
349 fMax1 = AnyConverter.toDouble( oMax ); in testAxis()
350 System.out.println( "Maximum retrieved: " + fMax1 ); in testAxis()
358 assertTrue( "maxima differ", fMax1 == fMax2 ); in testAxis()