Changeset 42842 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- May 9, 2025, 11:21:40 AM (14 months ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20230313/psphot (added) merged: 42435,42439,42507-42510,42529,42582,42612,42707,42711
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotOutput.c
r37590 r42842 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.
