- Timestamp:
- Nov 14, 2008 12:03:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/NCNR_Package_Loader.ipf
r433 r448 124 124 strswitch(itemStr) // string switch 125 125 case "Load NCNR SANS Reduction Macros": 126 Execute/P "INSERTINCLUDE \"Includes_v5 10\""126 Execute/P "INSERTINCLUDE \"Includes_v520\"" 127 127 Execute/P "COMPILEPROCEDURES " 128 128 Execute/P ("Initialize()") … … 136 136 case "Unload NCNR SANS Reduction Macros": 137 137 // very dangerous - don't really want to implement this because it will surely crash 138 Execute/P "DELETEINCLUDE \"Includes_v5 10\""138 Execute/P "DELETEINCLUDE \"Includes_v520\"" 139 139 Execute/P "COMPILEPROCEDURES " 140 140 DoWindow Main_Panel
Note: See TracChangeset
for help on using the changeset viewer.