summaryrefslogtreecommitdiff
path: root/grapher/Models/Options
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Models/Options')
-rw-r--r--grapher/Models/Options/AccelTypeOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/Options/AccelTypeOptions.cs b/grapher/Models/Options/AccelTypeOptions.cs
index ce5ec54..1302387 100644
--- a/grapher/Models/Options/AccelTypeOptions.cs
+++ b/grapher/Models/Options/AccelTypeOptions.cs
@@ -21,7 +21,7 @@ namespace grapher
new LogarithmLayout(),
new NaturalGainLayout(),
new SigmoidGainLayout(),
- new ExperimentOneLayout(),
+ new MotivityLayout(),
new OffLayout()
}.ToDictionary(k => k.Name);