From af8973770e9265f6b8f997edde1873b97c1a48da Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 7 Jun 2024 14:39:34 +0200 Subject: [PATCH] Typo in mmap --- src/utils/mmap.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/mmap.f90 b/src/utils/mmap.f90 index af3fe6ed..e342b422 100644 --- a/src/utils/mmap.f90 +++ b/src/utils/mmap.f90 @@ -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)