Changeset 21163 for trunk/psModules/src/objects/pmSourceFitSet.h
- Timestamp:
- Jan 24, 2009, 10:52:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceFitSet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceFitSet.h
r15562 r21163 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $6 * @date $Date: 200 7-11-10 01:09:20$5 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2009-01-24 20:52:26 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 19 19 psArray *derivSet; 20 20 int nParamSet; 21 pthread_t thread; 21 22 } pmSourceFitSetData; 23 24 // use this function to init the fit sets based on the number of threads 25 bool pmSourceFitSetInit (int nThreads); 26 void pmSourceFitSetDone (); 22 27 23 28 // initialize data for a group of object models 24 29 pmSourceFitSetData *pmSourceFitSetDataAlloc (psArray *modelSet); 25 30 bool psMemCheckSourceFitSetData(psPtr ptr); 31 32 // functions for selecting the FitSet corresponding to the current thread 33 pmSourceFitSetData *pmSourceFitSetDataSet (psArray *modelSet); 34 pmSourceFitSetData *pmSourceFitSetDataGet (); 35 void pmSourceFitSetDataClear (); 26 36 27 37 // function used to set limits for a group of models
Note:
See TracChangeset
for help on using the changeset viewer.
