summaryrefslogtreecommitdiff
path: root/src/graphyx/Graphyx.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2009-12-20 17:53:45 +0000
committerJakob Odersky <jodersky@gmail.com>2009-12-20 17:53:45 +0000
commite87fcc40f9a2e8624d3260abf8180596de79b152 (patch)
treea3052eb7b657099e2bd616ce74b903f6250527e5 /src/graphyx/Graphyx.scala
parent66d338aec5d632927fa561a68310c8931938e9e0 (diff)
downloadsims-e87fcc40f9a2e8624d3260abf8180596de79b152.tar.gz
sims-e87fcc40f9a2e8624d3260abf8180596de79b152.tar.bz2
sims-e87fcc40f9a2e8624d3260abf8180596de79b152.zip
Made code fully compatible with scala 2.8.
Diffstat (limited to 'src/graphyx/Graphyx.scala')
-rw-r--r--src/graphyx/Graphyx.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphyx/Graphyx.scala b/src/graphyx/Graphyx.scala
index 192b897..5720566 100644
--- a/src/graphyx/Graphyx.scala
+++ b/src/graphyx/Graphyx.scala
@@ -13,7 +13,6 @@ import sims.geometry._
import sims.dynamics._
object Graphyx{
-
val tests: List[graphyx.tests.Test] = List(
CompositeShape,
Joints1,