Browse Source

Updated "velocity" to "speed" in the train template for SCCD

Yentl Van Tendeloo 8 years ago
parent
commit
0da7597e5c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      users/(default)/Models/SCCD/train.model

+ 2 - 2
users/(default)/Models/SCCD/train.model

@@ -1030,7 +1030,7 @@
 								}
 							],
 							"returntype": "",
-							"body": "self.root, self.acceleration, self.velocity = root, 0.0, 0.0/*newline*/self.root.trainIs(self)"
+							"body": "self.root, self.acceleration, self.speed = root, 0.0, 0.0/*newline*/self.root.trainIs(self)"
 						},
 						{
 							"name": "updateState",
@@ -1152,4 +1152,4 @@
 			"/Formalisms/SCCD/SCCD"
 		]
 	}
-}
+}