Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Sep 12, 2017
1 parent 245361d commit 415c61e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/cumulant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ Array{Float64,N}[
function accesscum{T <: AbstractFloat}(mulind::Tuple,
part::IndexPart,
cum::SymmetricTensor{T}...)
#blocks = Array(Array{T}, part.npart)
blocks = Array{Array{T}}(part.npart)
sq = cum[1].sqr || !(cum[1].bln in mulind)
for k in 1:part.npart
Expand Down
1 change: 0 additions & 1 deletion src/mom2cum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ c_{ijkl} = m_{ijkl} - m_{ijk} m_{l} [4] - m_{ij} m_{kl} [3] + 2 m_{ij} m_{k} m_{

function cumulants_from_moments{T <: AbstractFloat}(raw::Vector{Array{T}})
k = length(raw)
#cumarr = Array(Array{Float64}, k)
cumarr = Array{Array{Float64}}(k)
for j in 1:k
dimr = size(raw[j])
Expand Down

0 comments on commit 415c61e

Please sign in to comment.