We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83683c0 commit 87d429aCopy full SHA for 87d429a
1 file changed
procedures/CodeBrowser.ipf
@@ -816,8 +816,7 @@ static Function saveLoad(procedure)
816
817
WAVE/T load0 = SaveWavesWave[procedure.row][0]
818
WAVE/I load1 = SaveWavesWave[procedure.row][1]
819
- declWave[][0] = load0[p][0]
820
- declWave[][1] = load0[p][1]
+ declWave[][0, 1] = load0[p][q]
821
lineWave[] = load1[p]
822
823
debugPrint("save state loaded successfully")
0 commit comments