Skip to content

Commit

Permalink
Add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohansson committed Oct 22, 2024
1 parent 99298ce commit 1fb2bca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function [OCP, dUdT] = computeOCP_LFP_Gerver2011(c, T, cmax)

OCP = 3.41285712e+00 - 1.49721852e-02 * c/cmax + 3.54866018e+14 * exp(-3.95729493e+02 * c/cmax) - 1.45998465e+00 * exp(-1.10108622e+02 * (1 - c/cmax))
dUdT = 0
end
OCP = 3.41285712e+00 - 1.49721852e-02 * c/cmax + 3.54866018e+14 * exp(-3.95729493e+02 * c/cmax) - 1.45998465e+00 * exp(-1.10108622e+02 * (1 - c/cmax));
dUdT = 0;
end

0 comments on commit 1fb2bca

Please sign in to comment.