IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21026


Ignore:
Timestamp:
Dec 17, 2008, 9:49:59 AM (17 years ago)
Author:
Paul Price
Message:

Fixing compiler error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryWCS.c

    r21025 r21026  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-12-17 19:12:34 $
     9 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-12-17 19:49:59 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    597597    PS_ASSERT_PTR_NON_NULL(fpa, NULL);
    598598    PS_ASSERT_PTR_NON_NULL(chip, NULL);
    599     PS_ASSERT_PTR_NON_NULL(fpa->toFPA, NULL);
     599    PS_ASSERT_PTR_NON_NULL(chip->toFPA, NULL);
    600600    PS_ASSERT_PTR_NON_NULL(fpa->toTPA, NULL);
    601601
Note: See TracChangeset for help on using the changeset viewer.