Skip to content

Commit

Permalink
toolbars
Browse files Browse the repository at this point in the history
  • Loading branch information
baskooijman committed Dec 27, 2024
1 parent bd0cd7e commit 3e38e49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions animal/get_tj.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@

% juvenile & adult
options = odeset('Events',@event_jp, 'AbsTol',1e-12, 'RelTol',1e-12);
%options = odeset('Events',@event_jp);
[t, vel, tau_jp, vel_jp] = ode45(@dget_lj, [-1e-10; tau], vel_b, options, info_tau, f, l_b, g, k, l_T, v_Hj, v_Hp);
tvel = [t, vel]; tvel(1,:) = []; if (length(tau)==1); tvel = tvel(end,:); end
if isempty(vel_jp)
Expand Down
2 changes: 1 addition & 1 deletion docs/sys/toolbar_DEBtool_IUEM.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<a href="https://debtheory.fr/add_my_pet/pie_pSGJRi.html">Energy Budgets</a>
<a href="https://debtheory.fr/add_my_pet/ecoCodes.html">EcoCodes</a>
<a href="https://debtheory.fr/add_my_pet/links.html">Links</a>
<a href="https://debtheory.fr/add_my_pet/AmPdata/AmPdata.zip"><table><tr> <td rowspan="2"><IMG SRC="https://debtheory.fr/add_my_pet/img/zipicon.png" WIDTH="30px" BORDER="0"></td><td>AmPdata</td></tr><tr><td>20241226</td></tr></table></a>
<a href="https://debtheory.fr/add_my_pet/AmPdata/AmPdata.zip"><table><tr> <td rowspan="2"><IMG SRC="https://debtheory.fr/add_my_pet/img/zipicon.png" WIDTH="30px" BORDER="0"></td><td>AmPdata</td></tr><tr><td>20241227</td></tr></table></a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/sys/toolbar_DEBtool_VU.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<a href="https://www.bio.vu.nl/thb/deb/deblab/add_my_pet/pie_pSGJRi.html">Energy Budgets</a>
<a href="https://www.bio.vu.nl/thb/deb/deblab/add_my_pet/ecoCodes.html">EcoCodes</a>
<a href="https://www.bio.vu.nl/thb/deb/deblab/add_my_pet/links.html">Links</a>
<a href="https://www.bio.vu.nl/thb/deb/deblab/add_my_pet/AmPdata/AmPdata.zip"><table><tr> <td rowspan="2"><IMG SRC="https://www.bio.vu.nl/thb/deb/deblab/add_my_pet/img/zipicon.png" WIDTH="30px" BORDER="0"></td><td>AmPdata</td></tr><tr><td>20241226</td></tr></table></a>
<a href="https://www.bio.vu.nl/thb/deb/deblab/add_my_pet/AmPdata/AmPdata.zip"><table><tr> <td rowspan="2"><IMG SRC="https://www.bio.vu.nl/thb/deb/deblab/add_my_pet/img/zipicon.png" WIDTH="30px" BORDER="0"></td><td>AmPdata</td></tr><tr><td>20241227</td></tr></table></a>
</div>
</div>

Expand Down

0 comments on commit 3e38e49

Please sign in to comment.