Skip to content

Commit caf336c

Browse files
committed
Changed boundaries for Rust code in Verlet integration
1 parent b988523 commit caf336c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/verlet_integration/verlet_integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Unfortunately, this has not yet been implemented in LabVIEW, so here's Julia cod
101101
{% sample lang="javascript" %}
102102
[import:18-35, lang:"javascript"](code/javascript/verlet.js)
103103
{% sample lang="rs" %}
104-
[import:15-27, lang:"rust"](code/rust/verlet.rs)
104+
[import:15-32, lang:"rust"](code/rust/verlet.rs)
105105
{% endmethod %}
106106

107107

@@ -158,7 +158,7 @@ Unfortunately, this has not yet been implemented in LabVIEW, so here's Julia cod
158158
{% sample lang="javascript" %}
159159
[import:37-50, lang:"javascript"](code/javascript/verlet.js)
160160
{% sample lang="rs" %}
161-
[import:29-40, lang:"rust"](code/rust/verlet.rs)
161+
[import:34-45, lang:"rust"](code/rust/verlet.rs)
162162
{% endmethod %}
163163

164164

0 commit comments

Comments
 (0)