diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-11 06:56:00 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-11 06:56:00 +0200 | 
| commit | 96a8c6776ce4451b0b725cf3f2086f65d1ed9824 (patch) | |
| tree | 835c09a3566c29995630da88997b4dbc1f254534 /qfunctionconfigurator | |
| parent | 33286a3e74b03d1942a2ad61d69320a9434fd75a (diff) | |
qfc: add comment
Diffstat (limited to 'qfunctionconfigurator')
| -rwxr-xr-x | qfunctionconfigurator/functionconfig.cpp | 1 | 
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 + | 
