From b9845226ab3c54807aceea3d7da2433af3d11d11 Mon Sep 17 00:00:00 2001 From: tomsmierz Date: Fri, 13 Oct 2023 10:10:46 +0200 Subject: [PATCH] corrected the function names --- src/lattice.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lattice.jl b/src/lattice.jl index 55b7e1d..298e160 100644 --- a/src/lattice.jl +++ b/src/lattice.jl @@ -87,7 +87,7 @@ function pegasus_lattice(size::NTuple{3, Int}) end # TODO masoud / tomek should be removed from function names -function pegasus_lattice_masoud(size::NTuple{3, Int}) +function pegasus_lattice_alternative(size::NTuple{3, Int}) m, n, t = size old = LinearIndices((1:8*t, 1:n, 1:m)) map = Dict( @@ -99,7 +99,7 @@ function pegasus_lattice_masoud(size::NTuple{3, Int}) map end -function pegasus_lattice_tomek(size::NTuple{3, Int}) +function pegasus_lattice_old_numering(size::NTuple{3, Int}) m, n, t = size old = LinearIndices((1:8*t, 1:n, 1:m)) map = Dict(