cantera/test_problems/cathermo/stoichSubSSTP/sortAlgorithms.h
Harry Moffat 4f8d4268bf Doxygen update for StoichSubstanceSSTP
Added test problem for  StoichSubstanceSSTP.
2007-02-28 03:00:53 +00:00

21 lines
446 B
C

/*
* @file sortAlgorithms.h
*
* $Author$
* $Revision$
* $Date$
*/
/*
* 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