Ignore:
Timestamp:
Jan 31, 2013 12:15:12 PM (10 years ago)
Author:
ajj
Message:
  • Added variable declarations to EventModeProcessing?.ipf to let it compile without the XOP
  • Turning off file checking for me!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/EventModeProcessing.ipf

    r893 r896  
    14801480        SetDataFolder root:Packages:NIST:Event 
    14811481 
     1482 
     1483 
    14821484        Variable fileref 
    14831485        String buffer 
     
    14931495        numLines = 0 
    14941496 
     1497        //Have to declare local variables for Loadwave so that this compiles without XOP. 
     1498        String S_waveNames 
     1499        //  and those for the XOP 
     1500        Variable V_nXYevents,V_num1,V_num2,V_num3,V_num0,V_totBytes,V_numPP,V_numT0,V_numDL,V_numFF,V_numZero 
     1501        Variable V_numBad,V_numRemoved 
    14951502         
    14961503        // what I really need is the number of XY events 
Note: See TracChangeset for help on using the changeset viewer.