FUNCTION: LieTools/WgtOrder
USAGE: WgtOrder(w1,w2);
SYNOPSIS: WgtOrder(w1,w2) defines a total ordering of weights and 
  returns 1 if w1 is ordered before w2, 
  returns -1 if w2 is ordered before w1,
  returns 0 if w1 = w2 . 
EXAMPLE: 

SEE ALSO: 
