00001 ////////////////////////////////////////////////////////////////////////////////////////////////// 00002 /*! \file OrbitFrameECEF.cpp 00003 * \brief Implementation of the ECEF Satellite Coordinate System Class. 00004 * \author $Author: jayhawk_hokie $ 00005 * \version $Revision: 1.2 $ 00006 * \date $Date: 2007/08/02 21:22:26 $ 00007 *////////////////////////////////////////////////////////////////////////////////////////////////// 00008 /* 00009 * 00010 */ 00011 ////////////////////////////////////////////////////////////////////////////////////////////////// 00012 00013 #include "OrbitFrameECEF.h" 00014 00015 OrbitFrameECEF::OrbitFrameECEF() 00016 { 00017 } 00018 00019 // Do not change the comments below - they will be added automatically by CVS 00020 /***************************************************************************** 00021 * $Log: OrbitFrameECEF.cpp,v $ 00022 * Revision 1.2 2007/08/02 21:22:26 jayhawk_hokie 00023 * Fixed Warning. 00024 * 00025 * Revision 1.1.1.1 2005/04/26 17:40:59 cakinli 00026 * Adding OpenSESSAME to DSACSS distrib to capture fixed version. 00027 * 00028 * Revision 1.1 2003/04/25 13:38:03 nilspace 00029 * Initial Submission. 00030 * 00031 * 00032 ******************************************************************************/ 00033