Changeset 4143 for trunk/psLib/test/astronomy
- Timestamp:
- Jun 7, 2005, 2:26:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r3993 r4143 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 5-20 00:44:12$7 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-06-08 00:26:01 $ 9 9 * 10 10 * XXX: Must test … … 381 381 382 382 printf("grom->latitude is %.2f\n", grom->latitude); 383 printf("grom-> sinLat is %.2f\n", grom->sinLat);384 printf("grom-> cosLat is %.2f\n", grom->cosLat);383 printf("grom->longitude is %.2f\n", grom->longitude); 384 printf("grom->height is %.2f\n", grom->height); 385 385 printf("grom->abberationMag is %.2f\n", grom->abberationMag); 386 printf("grom->height is %.2f\n", grom->height);387 386 printf("grom->temperature is %.2f\n", grom->temperature); 388 387 printf("grom->pressure is %.2f\n", grom->pressure); … … 392 391 printf("grom->refractA is %.2f\n", grom->refractA); 393 392 printf("grom->refractB is %.2f\n", grom->refractB); 394 printf("grom->longitudeOffset is %.2f\n", grom->longitudeOffset); 393 395 394 // printf("grom->siderealTime is %.2f\n", grom->siderealTime); 396 395
Note:
See TracChangeset
for help on using the changeset viewer.
