IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 26, 2007, 4:07:16 PM (18 years ago)
Author:
eugene
Message:

added const to pmFPAfileCopyStructureView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.h

    r15629 r15930  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-11-16 01:00:13 $
     6 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-12-27 02:07:16 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    121121bool pmFPAfileCopyView (pmFPA *out, pmFPA *in, const pmFPAview *view);
    122122
    123 bool pmFPAfileCopyStructureView (pmFPA *out, pmFPA *in, int xBin, int yBin, const pmFPAview *view);
     123bool pmFPAfileCopyStructureView (pmFPA *out, const pmFPA *in, int xBin, int yBin, const pmFPAview *view);
    124124
    125125// Return the file type enum from a string
Note: See TracChangeset for help on using the changeset viewer.