summaryrefslogtreecommitdiffhomepage
path: root/qfunctionconfigurator
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-08-11 06:56:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-08-11 06:56:00 +0200
commit96a8c6776ce4451b0b725cf3f2086f65d1ed9824 (patch)
tree835c09a3566c29995630da88997b4dbc1f254534 /qfunctionconfigurator
parent33286a3e74b03d1942a2ad61d69320a9434fd75a (diff)
qfc: add comment
Diffstat (limited to 'qfunctionconfigurator')
-rwxr-xr-xqfunctionconfigurator/functionconfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qfunctionconfigurator/functionconfig.cpp b/qfunctionconfigurator/functionconfig.cpp
index c97aec16..08fef64c 100755
--- a/qfunctionconfigurator/functionconfig.cpp
+++ b/qfunctionconfigurator/functionconfig.cpp
@@ -120,6 +120,7 @@ void Map::reload() {
const n t2 = t*t;
const n t3 = t*t*t;
+ // XXX we could solve for t instead -sh 20150811
const int x = .5 * ((2. * p1_x) +
(-p0_x + p2_x) * t +
(2. * p0_x - 5. * p1_x + 4. * p2_x - p3_x) * t2 +