- Timestamp:
- Aug 16, 2023, 10:31:04 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psphot/src/psphotOutput.c
r37590 r42507 1 1 # include "psphotInternal.h" 2 3 pmConfig *staticConfig = NULL; 4 5 void psphotSaveConfig (pmConfig *config) { 6 staticConfig = config; 7 } 8 9 pmConfig *psphotGetConfig () { 10 return staticConfig; 11 } 2 12 3 13 // convert filerule to filerule.NUM and look up in the config->arguments metadata
Note:
See TracChangeset
for help on using the changeset viewer.
