Home | Info | Community | Development | myReactOS | Contact Us
[protected, virtual]
Reimplemented from Sorter.
Definition at line 74 of file flistsorter.cc.
{ REAL *f0 = (REAL *)i; REAL *f1 = (REAL *)j; REAL *f2 = (REAL *)k; REAL tmp = *f0; *f0 = *f2; *f2 = *f1; *f1 = tmp; }