From f260c35938d22f8dfe7f8f1177af2274fec2a428 Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Sun, 22 Jun 2025 19:09:23 +0200 Subject: [PATCH] Fixed dimensions in defauls block size --- src/YM/YMio.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/YM/YMio.jl b/src/YM/YMio.jl index 5fb75dc..48098fc 100644 --- a/src/YM/YMio.jl +++ b/src/YM/YMio.jl @@ -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")