Changeset 476 for sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/GlobalFit/SimpleGlobalFit_NCNR_v40.ipf
- Timestamp:
- Feb 17, 2009 4:37:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/GlobalFit/SimpleGlobalFit_NCNR_v40.ipf
r475 r476 471 471 End 472 472 473 static Function UnloadSimpleGlobalFit() 474 if (WinType("NewGlobalFitPanel") == 7) 473 // clean up after itself, don't kill any data folder 474 Function UnloadSimpleGlobalFit() 475 if (WinType("SimpGFPanel") == 7) 475 476 DoWindow/K SimpGFPanel 476 477 endif … … 483 484 Execute/P "DELETEINCLUDE \""+fname+fileVerExt+"\"" 484 485 Execute/P "COMPILEPROCEDURES " 485 KillDataFolder/Z root:Packages:NewGlobalFit 486 KillWaves/Z root:Packages:NewGlobalFit:listW 487 KillWaves/Z root:Packages:NewGlobalFit:selW 488 KillWaves/Z root:Packages:NewGlobalFit:titles 489 490 // KillDataFolder/Z root:Packages:NewGlobalFit 491 492 486 493 end
Note: See TracChangeset
for help on using the changeset viewer.