- Timestamp:
- Apr 8, 2022, 5:04:42 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316
- Property svn:mergeinfo changed
/trunk (added) merged: 42122,42124-42136,42142,42146,42149-42152,42154-42155
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/ippTests
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ippTests merged eligible /branches/czw_branch/20160809/ippTests merged eligible /branches/czw_branch/20170908/ippTests merged eligible /branches/eam_branches/ipp-20191011/ippTests merged eligible /branches/eam_branches/ipp-20211108/ippTests merged eligible /branches/eam_branches/ipp-dev-20210817/ippTests merged eligible /tags/ipp-ops-20220303-rc/ippTests merged eligible /tags/ipp-ps1-20210510/ippTests merged eligible /tags/ipp-ps1-20210708/ippTests merged eligible /trunk/ippTests merged eligible /branches/ipp-259_genericise_backups/ippTests 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/eam_branches/ipp-20220316/ippTests/ippCheck/ippCheck
r42058 r42166 59 59 getargs -no-warp BOOL -var SKIP_WARP 60 60 getargs -no-diff BOOL -var SKIP_DIFF 61 getargs - do-plots BOOL -var DO_PLOTS;61 getargs -no-plots BOOL -var SKIP_PLOTS; 62 62 getargs -use-refs BOOL -var USE_REFSOURCE 63 63 getargs -camera VALUE -var CAMERA; … … 97 97 end 98 98 99 if ( $DO_PLOTS) plot.exposure.real $expname99 if (not($SKIP_PLOTS)) plot.exposure.real $expname 100 100 end 101 101
Note:
See TracChangeset
for help on using the changeset viewer.
