diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:37:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:37:14 +0900 |
commit | cbf7b6312c414996e5e16b291f7ab20f6995c2c7 (patch) | |
tree | 926c6db9470ea90a33678f80c939b017a56c6e0a | |
parent | 65b12dc9b59f7e72e324d8e774e46adf9fed56a6 (diff) | |
download | tdeedu-cbf7b6312c414996e5e16b291f7ab20f6995c2c7.tar.gz tdeedu-cbf7b6312c414996e5e16b291f7ab20f6995c2c7.zip |
Minor correction in consequence of the drop of QT2's obsolete QVector class.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kstars/README.planetmath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/README.planetmath b/kstars/README.planetmath index 5fd8f6f7..3bfc57c9 100644 --- a/kstars/README.planetmath +++ b/kstars/README.planetmath @@ -64,7 +64,7 @@ The A/B/C constants are stored hierarchically: + The A,B,C values for a single term in an s(N) sum are stored in an OrbitData object. + The list of OrbitData objects that compose a single s(N) sum is - stored in a QVector (recall, this can have up to hundreds of elements). + stored in a QPtrVector (recall, this can have up to hundreds of elements). + The six s(N) sums (s(0) through s(5)) are collected as an array of these QVectors ( typedef QVector<OrbitData> OBArray[6] ). + The OBArrays for the Longitude, Latitude, and Distance are collected |