Changeset 28013 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- May 18, 2010, 4:11:53 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotOutput.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/psphot.20100506 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psphot/src/psphotOutput.c
r26894 r28013 126 126 } 127 127 128 bool psphotAddPhotcode (pmConfig *config, const pmFPAview *view ) {128 bool psphotAddPhotcode (pmConfig *config, const pmFPAview *view, const char *filerule) { 129 129 130 130 bool status = false; … … 135 135 // loop over the available readouts 136 136 for (int i = 0; i < num; i++) { 137 if (!psphotAddPhotcodeReadout (config, view, "PSPHOT.INPUT", i)) {137 if (!psphotAddPhotcodeReadout (config, view, filerule, i)) { 138 138 psError (PSPHOT_ERR_CONFIG, false, "failed to add photcode to PSPHOT.INPUT entry %d", i); 139 139 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
