/* * @file sortAlgorithms.h * * $Author: hkmoffa $ * $Revision: 1.1 $ * $Date: 2007/02/28 03:00:53 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * retains certain rights in this software. * See file License.txt for licensing information. */ #ifndef SORTALGORITHMS_H #define SORTALGORITHMS_H void sort_dbl_1(double * const x, const int n); #endif