hi what is this line means in sortActivities
--------------------------------------------------------
for(int i=0; i<gt.rules.nInternalActivities; i++)
permutation=i;
--------------------------------------------------------
i can not understand where the sort is?
This is the initialization of permutation with the identical permutation. Sorting is below (qStableSort).