Changeset 1060


Ignore:
Timestamp:
Aug 2, 2017 11:10:14 AM (6 years ago)
Author:
srkline
Message:

renaming of event mode utilities to appear in the list next to the main event mode file.

Location:
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VSANS_Includes.ipf

    r1056 r1060  
    9595 
    9696#include "V_MultipleReduce" 
    97 #include "V_VSANS_Event_Testing" 
     97#include "V_EventMode_Utils" 
    9898#include "V_EventModeProcessing" 
    9999 
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_EventModeProcessing.ipf

    r1056 r1060  
    278278                case 2: // mouse up 
    279279                        // click code here 
    280                         Execute "VSANS_EventPanels()" 
     280                        DoWindow/F VSANS_EventPanels 
     281                        if(V_flag == 0) 
     282                                Execute "VSANS_EventPanels()" 
     283                        endif 
    281284                        // 
    282285                        break 
Note: See TracChangeset for help on using the changeset viewer.