Changeset 18953 for trunk/psLib/src/sys/psConfigure.c
- Timestamp:
- Aug 8, 2008, 8:05:09 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r18827 r18953 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $16 * @date $Date: 2008-0 7-31 23:56:29$15 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2008-08-08 18:05:08 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 34 34 #include "psEarthOrientation.h" 35 35 #include "psError.h" 36 #include "psFFT.h" 36 37 #include "psConfigure.h" 37 38 #include "psMemory.h" … … 125 126 psTimerStop(); 126 127 128 // Clean up FFTW threads 129 psFFTThreads(0); 130 131 // Clean up threads 127 132 psThreadPoolFinalize(); 128 133
Note:
See TracChangeset
for help on using the changeset viewer.
