Skip to content

Commit 32d7507

Browse files
committed
fixup! FindSequenceReverseWrapper: Add it
1 parent 6b311f2 commit 32d7507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/MIES/MIES_Utilities_Algorithm.ipf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ End
12611261
Function FindSequenceReverseWrapper(WAVE sequence, WAVE source)
12621262

12631263
variable foundIndex = -1
1264-
variable start = 0
1264+
variable start = 0
12651265

12661266
for(;;)
12671267
FindSequence/V=sequence/S=(start) source

0 commit comments

Comments
 (0)