Skip to content

Commit

Permalink
Fixed typo in positive electrode
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioSlaifsteinSk committed Sep 9, 2024
1 parent 2b78dc5 commit 618d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Functions/Simulate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function Simulate(Cell, Input, Def, Tk, SList, SOC, A₀, B₀, C₀, D₀, t)
nothing

Results.Cseₚ[i + 1, :] = (SOCₚ .* Cell.Pos.cs_max .+
Results.y[i + 1, CsePosInd]) .>
Results.y[i + 1, CsePosInd]) >
ones(size(Results.Cseₚ, 2)) * Cell.Pos.cs_max ?
ones(size(Results.Cseₚ, 2)) * Cell.Pos.cs_max :
(SOCₚ .* Cell.Pos.cs_max .+
Expand Down

0 comments on commit 618d143

Please sign in to comment.