Ignore:
Timestamp:
Jun 10, 2011 2:53:09 PM (12 years ago)
Author:
srkline
Message:

Adding KIST_USANS_Reduction.pxt template for use.

Fixed missing function definition in KIST_DataReadWrite.ipf

File:
1 edited

Legend:

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

    r807 r810  
    12131213// not really necessary 
    12141214// 
    1215 Function Write_RawData_File(type,fullpath,dialog) 
    1216         String type 
     1215Function/S Write_RawData_File(type,fullpath,dialog) 
     1216        String type,fullpath 
     1217        Variable dialog         //=1 will present dialog for name 
    12171218         
    12181219        // Your file writing function here. Don't try to duplicate the VAX binary format... 
    12191220        Print "Write_RawData_File stub" 
    12201221         
    1221         return(0) 
    1222 End 
     1222        return("") 
     1223End 
Note: See TracChangeset for help on using the changeset viewer.