Commit f8c5573f authored by ale's avatar ale

bug in flag_strange apply_rw

parent ce9cff6a
......@@ -56,7 +56,7 @@ function apply_rw(data::Vector{<:Array{Float64}}, W::Vector{Matrix{Float64}}, vc
rw_s[2][flag_s["H105r002"]] .= -1.0
elseif id == "H105r005"
rw_s[1][flag_s["H105r005"]] .= -1.0
elseif id == "J303" || "J303r003"
elseif id == "J303" || id == "J303r003"
rw_s[1][flag_s["J303r003"]] .= -1.0
end
rw = [rw1[k] .* rw2[k] .* rw_s[k] for k =1:length(W)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment