|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
01 Dec 2021, Lars Martin, Bug Report, Off-by-one in sequencer documentation
|
02 Dec 2021, Stefan Ritt, Bug Report, Off-by-one in sequencer documentation
|
26 Jan 2022, Konstantin Olchanski, Bug Report, Off-by-one in sequencer documentation
|
26 Jan 2022, Stefan Ritt, Bug Report, Off-by-one in sequencer documentation
|
26 Jan 2022, Konstantin Olchanski, Bug Report, Off-by-one in sequencer documentation
|
|
Message ID: 2319
Entry time: 26 Jan 2022
In reply to: 2315
Reply to this: 2321
|
Author: |
Stefan Ritt |
Topic: |
Bug Report |
Subject: |
Off-by-one in sequencer documentation |
|
|
> Shades/ghosts of FORTRAN. c/c++/perl/python loops loop from 0 to n-1.
for (i=1 ; i<=10 ; i++); ;-) |