Skip to content

Commit 58d2932

Browse files
committed
0.2
1 parent f94920c commit 58d2932

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LatticeMatrices"
22
uuid = "dd6a91e4-736f-4540-ac85-13822ca7b545"
3-
version = "0.1.15"
3+
version = "0.2.0"
44
authors = ["Yuki Nagai <cometscome@gmail.com>"]
55

66
[deps]

src/LatticeMatrices_core.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ function LatticeMatrix_standard(NC1, NC2, dim, gsize, PEs; nw=1, elementtype=Com
108108

109109
PN = ntuple(i -> gsize[i] ÷ dims[i], D)
110110
#println("LatticeMatrix: $dims, $gsize, $PN, $nw")
111-
indexer = DIndexer(gsize)
111+
#indexer = DIndexer(gsize)
112+
indexer = DIndexer(PN)
112113
DI = typeof(indexer)
113114

114115
#return LatticeMatrix{D,T,typeof(A),NC1,NC2,nw}(nw, phases, NC1, NC2, gsize,

0 commit comments

Comments
 (0)