Changeset 21409 for trunk/psastro/src/psastroConvert.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r16800 r21409 1 /** @file psastroConvert.c 2 * 3 * @brief 4 * 5 * @ingroup libpsastro 6 * 7 * @author IfA 8 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-07 02:03:34 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "psastroInternal.h" 2 14 // leak free 2006.04.27 … … 157 169 } 158 170 159 // sort by Mag (ascending) 171 /** 172 * sort by Mag (ascending) 173 */ 160 174 int psastroSortByMag (const void *a, const void *b) 161 175 {
Note:
See TracChangeset
for help on using the changeset viewer.
