Changeset 21323 for trunk/pswarp/src/pswarpThreads.c
- Timestamp:
- Feb 5, 2009, 10:44:04 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpThreads.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpThreads.c
r18839 r21323 1 /** @file pswarpThreads.c 2 * 3 * @brief 4 * 5 * @ingroup pswarp 6 * 7 * @author IfA 8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-05 20:44:04 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "pswarp.h" 2 14 … … 39 51 } 40 52 41 // create a pool of Nthreads 53 /** 54 * create a pool of Nthreads 55 */ 42 56 bool pswarpThreadsCreate (int nThreads) { 43 57
Note:
See TracChangeset
for help on using the changeset viewer.
