Skip to content

Commit

Permalink
Merge pull request #331 from dpabon/dpabon-patch-1
Browse files Browse the repository at this point in the history
Update DAT.jl
  • Loading branch information
lazarusA authored Sep 18, 2023
2 parents 80278a8 + 47cf8f3 commit 90d9ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DAT/DAT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ struct AllLoopAxes{S,V} <: AxValCreator
loopsyms::S
loopaxvals::V
end
AllLoopAxes(a) = AllLoopAxes(map(DD.dim2key, a), map(i -> i.values, a))
AllLoopAxes(a) = AllLoopAxes(map(DD.dim2key, a), map(i -> i.val, a))
getlaxvals(::NoLoopAxes, cI, offscur) = ()
getlaxvals(a::AllLoopAxes, cI, offscur) = (
NamedTuple{a.loopsyms}(
Expand Down

0 comments on commit 90d9ad0

Please sign in to comment.