FACT++  1.0
bool SortByThreshold ( const Source i,
const Source j 
)

Definition at line 242 of file makeschedule.cc.

References Source::threshold.

Referenced by main().

242 { return i.threshold<j.threshold; }
double threshold

+ Here is the caller graph for this function: