mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-06-29 13:29:27 +02:00
Fixed dimensions in defauls block size
This commit is contained in:
parent
7bd49312fa
commit
f260c35938
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
Reads configuration from file `fname` using the native (BDIO) format.
|
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
|
UID_HDR = 14
|
||||||
fb = BDIO_open(fname, "r")
|
fb = BDIO_open(fname, "r")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue