10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-27 23:52:24 +02:00

Typo in mmap

This commit is contained in:
Anthony Scemama 2024-06-07 14:39:34 +02:00
parent 6ae162b6c9
commit af8973770e

View File

@ -52,8 +52,8 @@ module mmap_module
read_only_ = 0
single_node_ = 0
if (read_only_) read_only_ = 1
if (single_node_) single_node_ = 1
if (read_only) read_only_ = 1
if (single_node) single_node_ = 1
length = int(bytes,8)
do i=1,size(shape)