Definition at line 1481 of file WorkDistrib.C.
int nodesort::operator< |
( |
const nodesort & |
o | ) |
const |
|
inline |
Definition at line 1497 of file WorkDistrib.C.
References a_total, b_total, c_total, and npatches.
1500 float b1 = ((float)
b_total)/((float)npatches);
1502 float c1 = ((float)
c_total)/((float)npatches);
1504 return ( (a1 < a2) || ((a1 == a2) && (b1 < b2)) ||
1505 ((a1 == a2) && (b1 == b2) && (c1 < c2)) );
int nodesort::operator== |
( |
const nodesort & |
o | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: