mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
fix: add campaign 4 to func get_campaign_id_from_run_id
This commit is contained in:
parent
f28b2be611
commit
0fc8e517ba
1 changed files with 3 additions and 1 deletions
|
@ -195,8 +195,10 @@ function get_campaign_id_from_run_id(runid::Integer)
|
|||
1
|
||||
elseif runid < 98
|
||||
2
|
||||
elseif runid < 169
|
||||
elseif runid < 188
|
||||
3
|
||||
elseif runid < 242
|
||||
4
|
||||
else
|
||||
@error "Fix this function"
|
||||
DomainError("runid $(runid) is not registered to the software")
|
||||
|
|
Loading…
Add table
Reference in a new issue