Changeset 259 for sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/ProtocolAsPanel.ipf
- Timestamp:
- Feb 13, 2008 12:09:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/ProtocolAsPanel.ipf
r247 r259 1509 1509 //if not "ask" AND not "none" then try to parse the filenames 1510 1510 If((cmpstr(samStr,"none") != 0) && (cmpstr(samStr,"ask") != 0)) 1511 filesOK = AreFilesThere(activeType,samStr) //return 1 if correct files are already there 1511 //filesOK = AreFilesThere(activeType,samStr) //return 1 if correct files are already there 1512 filesOK = 0 // Feb 2008, always force a reload of files. Maybe slow, but always correct 1512 1513 if(!filesOK) 1513 1514 //add the correct file(s) to SAM … … 1564 1565 //if not "ask" AND not "none" then try to parse the filenames 1565 1566 If((cmpstr(prot[0],"none") != 0) && (cmpstr(prot[0],"ask") != 0)) 1566 filesOK = AreFilesThere(activeType,prot[0]) 1567 //filesOK = AreFilesThere(activeType,prot[0]) 1568 filesOK = 0 // Feb 2008, always force a reload of files. Maybe slow, but always correct 1567 1569 if(!filesOK) 1568 1570 //add the correct file(s) to BGD … … 1617 1619 //if not "ask" AND not "none" then try to parse the filenames 1618 1620 If((cmpstr(prot[1],"none") != 0) && (cmpstr(prot[1],"ask") != 0)) 1619 filesOK = AreFilesThere(activeType,prot[1]) 1621 //filesOK = AreFilesThere(activeType,prot[1]) 1622 filesOK = 0 // Feb 2008, always force a reload of files. Maybe slow, but always correct 1620 1623 if(!filesOK) 1621 1624 //add the correct file(s) to BGD
Note: See TracChangeset
for help on using the changeset viewer.