Home
last modified time | relevance | path

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

/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DBOSampleStepper.cpp773 double ehart, ehart_m; in step() local
901 ehart_m = ehart; in step()
903 delta_ehart = fabs(ehart - ehart_m); in step()
909 ehart_m = ehart; in step()
911 delta_ehart = min(delta_ehart,fabs(ehart - ehart_m)); in step()