IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21388


Ignore:
Timestamp:
Feb 6, 2009, 1:33:06 PM (17 years ago)
Author:
eugene
Message:

wrong size of static array diag_sum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psEarthOrientation.c

    r13950 r21388  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-06-22 02:28:48 $
     10 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2009-02-06 23:33:06 $
    1212 *
    1313 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    692692
    693693    //Convert rotation matrix to quaternions.  Formula directly from ADD.
    694     double diag_sum[3];
     694    double diag_sum[4];
    695695    int maxi;
    696696    double recip;
Note: See TracChangeset for help on using the changeset viewer.