Skip to content

Commit

Permalink
Update get_tj.m
Browse files Browse the repository at this point in the history
  • Loading branch information
baskooijman committed May 9, 2024
1 parent 2318166 commit 249d004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animal/get_tj.m
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
de = (f - e) * g/ l; % d/d tau e
rho = g * (e * s_M/ l - 1 - s_M * l_T/ l)/ (e + g); % -, spec growth rate
dl = l * rho/ 3; % -, d/d tau l
dv_H = e * l^3 * (s_M/ l - rho/ g) - k * v_H; % -, d/d tau v_H
dv_H = (v_H <v_Hp) * (e * l^3 * (s_M/ l - rho/ g) - k * v_H); % -, d/d tau v_H
dvel = [dv_H; de; dl]; % pack to output

end

0 comments on commit 249d004

Please sign in to comment.