summaryrefslogtreecommitdiffstats
path: root/tests/galaxy/star.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/galaxy/star.h')
-rw-r--r--tests/galaxy/star.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/galaxy/star.h b/tests/galaxy/star.h
index 4b18a405..d285c041 100644
--- a/tests/galaxy/star.h
+++ b/tests/galaxy/star.h
@@ -29,14 +29,14 @@ public:
const void calcXY();
qreal m_theta; // position auf der ellipse
- qreal m_velTheta; // angular velocity
+// qreal m_velTheta; // angular velocity
qreal m_angle; // Schräglage der Ellipse
qreal m_a; // kleine halbachse
qreal m_b; // große halbachse
- qreal m_temp; // star temperature
- qreal m_mag; // brightness;
+// qreal m_temp; // star temperature
+// qreal m_mag; // brightness;
QVector2D m_center; // center of the elliptical orbit
- QVector2D m_vel; // Current velocity (calculated)
+// QVector2D m_vel; // Current velocity (calculated)
QVector2D m_pos; // current position in kartesion koordinates
};