Changeset 54 for sans/SASCalc
- Timestamp:
- Mar 12, 2007 4:35:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/SASCalc/trunk/SASCALC.ipf
r52 r54 100 100 Variable/G root:SAS:gCalculate=0 101 101 //for plotting 102 Variable/G root:SAS:gFreezeCount= 0102 Variable/G root:SAS:gFreezeCount=1 //start the count at 1 to keep Jeff happy 103 103 End 104 104 … … 648 648 if(WinType("Saved_Configurations")==0) 649 649 NewNotebook/F=1/N=Saved_Configurations /W=(480,400,880,725) 650 DoWindow/F SASCALC //return focus to SASCALC window 650 651 endif 651 652 //append the text … … 665 666 Variable ii 666 667 Setdatafolder root:SAS 667 for(ii=ct-1;ii>= 0;ii-=1)668 for(ii=ct-1;ii>=1;ii-=1) 668 669 //remove all traces, replace aveint 669 670 // kill all waves _ct … … 671 672 Killwaves/Z $("aveint_"+num2str(ii)),$("qval_"+num2str(ii)) 672 673 endfor 673 ct= 0674 ct=1 674 675 setdatafolder root: 675 676
Note: See TracChangeset
for help on using the changeset viewer.