summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2011-11-05 18:17:06 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2011-11-05 18:17:06 (GMT)
commit273672c418e4ff2400a9cbc1dacb510a2452b734 (patch)
tree68d4cba8d98064482c1cdf68b514351468864b34 /src/mainwin.cc
parent88b8080f30d6ca1a9a74b8005a7408d4066f481b (diff)
parentd14a24a2b63d7d3815e02a79ef9dacd76cd01f4d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index 9944f67..a6f5be6 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -143,22 +143,7 @@ MainWindow::MainWindow(const QString &filename)
{
setupUi(this);
- root_ctx.functions_p = &builtin_functions;
- root_ctx.modules_p = &builtin_modules;
- root_ctx.set_variable("$fn", Value(0.0));
- root_ctx.set_variable("$fs", Value(1.0));
- root_ctx.set_variable("$fa", Value(12.0));
- root_ctx.set_variable("$t", Value(0.0));
-
- root_ctx.set_constant("PI",Value(M_PI));
-
- Value zero3;
- zero3.type = Value::VECTOR;
- zero3.append(new Value(0.0));
- zero3.append(new Value(0.0));
- zero3.append(new Value(0.0));
- root_ctx.set_variable("$vpt", zero3);
- root_ctx.set_variable("$vpr", zero3);
+ register_builtin(root_ctx);
root_module = NULL;
absolute_root_node = NULL;
contact: Jan Huwald // Impressum