Fixed dimensions in defauls block size

This commit is contained in:
Alberto Ramos 2025-06-22 19:09:23 +02:00
parent 7bd49312fa
commit f260c35938

View file

@ -14,7 +14,7 @@
Reads configuration from file `fname` using the native (BDIO) format.
"""
function read_cnfg(fname::String, blk::Tuple{N,Int64}=(4,4,4,4))
function read_cnfg(fname::String, blk::Tuple{4,Int64}=(4,4,4,4))
UID_HDR = 14
fb = BDIO_open(fname, "r")