/* Copyright 1995 Jonathan C. Hardwick */ void inplace_sort (double asrc[], double atmp[], int neltHere, int oddeven); void setup_sort (int seed, double asrc[], int nelt); void verify_sorted (double asrc[], int nelt);