Changeset 905
- Timestamp:
- Apr 16, 2013 10:06:25 AM (9 years ago)
- Location:
- sans/Dev/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_Igor_Procedures/NCNR_Package_Loader.ipf
r903 r905 30 30 StrVarOrDefault("root:Packages:NCNRItemStr2c","Load ILL SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2c","Load ILL SANS Reduction Macros")) 31 31 StrVarOrDefault("root:Packages:NCNRItemStr2d","Load HFIR SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2d","Load HFIR SANS Reduction Macros")) 32 StrVarOrDefault("root:Packages:NCNRItemStr2e","Load HANARO SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2e","Load HANARO SANS Reduction Macros"))32 // StrVarOrDefault("root:Packages:NCNRItemStr2e","Load HANARO SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2e","Load HANARO SANS Reduction Macros")) 33 33 // StrVarOrDefault("root:Packages:NCNRItemStr2b","-"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2b","-")) 34 34 End … … 179 179 180 180 case "Load QUOKKA SANS Reduction Macros": 181 Print"QUOKKA macros not in SVN yet - NCNR macros loaded instead"181 DoAlert 0, "QUOKKA macros not in SVN yet - NCNR macros loaded instead" 182 182 Execute/P "INSERTINCLUDE \"Includes_v520\"" 183 183 // Execute/P "INSERTINCLUDE \"QKK_Includes_ANSTO\"" -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MC_SimulationScripting.ipf
r903 r905 105 105 // -- scattering from an empty cell is NOT provided in 2D 106 106 107 Menu "Macros"107 xMenu "Macros" 108 108 Submenu "Simulation Scripting - Beta" 109 109 "Save Configuration",Sim_saveConfProc()
Note: See TracChangeset
for help on using the changeset viewer.