Skip to content

Commit ca8e0e1

Browse files
committed
Infrastructure: Update NetLogo version (7.0.4)
1 parent f8a940a commit ca8e0e1

666 files changed

Lines changed: 666 additions & 666 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3D/Code Examples/Airplane Landing Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code><![CDATA[globals [ speed ]
44
55
to setup

3D/Code Examples/Bouncing Balls Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code><![CDATA[breed [ balls ball ]
44
55
balls-own [ z-vel x-vel y-vel ]

3D/Code Examples/Hill Climbing Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code><![CDATA[breed[ stayers stayer ] ;; the actual points of the landscape
44
breed[ walkers walker ] ;; turtles that move around the landscape
55

3D/Code Examples/Neighborhoods Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code>;; This procedure creates 8 turtles in puts them in a circle
44
to setup
55
clear-all

3D/Code Examples/Network Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code><![CDATA[to setup
44
clear-all
55
;; These shapes were drawn using the Shapes Editor, on

3D/Code Examples/Shapes Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code><![CDATA[to setup
44
clear-all
55
let threedshapes [ "default" "square" "circle" "triangle" "cylinder" "line" ]

3D/Code Examples/Spherical Path Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code>globals [ radius ]
44

55
to setup

3D/Code Examples/Three Loops Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code>to setup
44
clear-all
55
create-turtles 3 [

3D/Code Examples/Trails Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code>to setup
44
clear-all
55
create-turtles number-of-drawers

3D/Code Examples/Turtle Dance Example 3D.nlogox3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<model version="NetLogo 3D 7.0.4-beta1" snapToGrid="false">
2+
<model version="NetLogo 3D 7.0.4" snapToGrid="false">
33
<code>to setup
44
clear-all
55
create-turtles number-of-turtles [

0 commit comments

Comments
 (0)