[Gpredict-svn] SF.net SVN: gpredict:[639] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2010-07-12 12:49:58
|
Revision: 639
http://gpredict.svn.sourceforge.net/gpredict/?rev=639&view=rev
Author: csete
Date: 2010-07-12 12:49:51 +0000 (Mon, 12 Jul 2010)
Log Message:
-----------
Include TCA when creating a copy of a pass.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/predict-tools.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-07-12 09:34:16 UTC (rev 638)
+++ trunk/ChangeLog 2010-07-12 12:49:51 UTC (rev 639)
@@ -6,7 +6,10 @@
* src/configure-ac:
Require GooCanvas 0.15. Updated dependencies to match Ubuntu 9.10 Karmic.
+ * src/predict-tools.c:
+ Include TCA when creating copy of a pass.
+
2010-07-11 Alexandru Csete <oz9aec at gmail.com>
* data/satdata:
Modified: trunk/src/predict-tools.c
===================================================================
--- trunk/src/predict-tools.c 2010-07-12 09:34:16 UTC (rev 638)
+++ trunk/src/predict-tools.c 2010-07-12 12:49:51 UTC (rev 639)
@@ -661,6 +661,7 @@
if (new != NULL) {
new->aos = pass->aos;
new->los = pass->los;
+ new->tca = pass->tca;
new->max_el = pass->max_el;
new->aos_az = pass->aos_az;
new->los_az = pass->los_az;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|