Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Aug 15, 2024
1 parent 331ab9c commit 1000069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/COREMOD_arith/scripts/milk-stream-crop
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ cropmask ..procinfo 1
cropmask ..loopcntMax -1
cropmask ..triggermode 3
cropmask ..triggersname ${streamin}
cropmask ${streamin} null ${x0} ${dx} ${y0} ${dy} ${streamout}
cropmask ${streamin} null ${streamout} ${x0} ${dx} ${y0} ${dy}
exitCLI
EOF

0 comments on commit 1000069

Please sign in to comment.