Changeset 20406
- Timestamp:
- Oct 26, 2008, 5:13:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081026/psphot/src/psphotReadout.c
r20399 r20406 1 1 # include "psphotInternal.h" 2 3 // this should be called by every program that links against libpsphot 4 bool psphotInit () { 5 6 psphotErrorRegister(); // register our error codes/messages 7 psphotModelClassInit (); // load implementation-specific models 8 psphotSetThreads (); 9 return true; 10 } 2 11 3 12 bool psphotReadout(pmConfig *config, const pmFPAview *view) {
Note:
See TracChangeset
for help on using the changeset viewer.
