IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23486 for trunk/psastro/src


Ignore:
Timestamp:
Mar 23, 2009, 9:25:43 AM (17 years ago)
Author:
Paul Price
Message:

Functions declared as 'type function()' caused errors with the Intel compiler ('error #310: old-style parameter list (anachronism)'), which wants 'type function()'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.h

    r23412 r23486  
    5858bool              psastroMaskUpdates (pmConfig *config);
    5959
    60 psPlaneDistort   *psPlaneDistortIdentity ();
     60psPlaneDistort   *psPlaneDistortIdentity (void);
    6161bool              psPlaneDistortIsIdentity (psPlaneDistort *distort);
    6262
Note: See TracChangeset for help on using the changeset viewer.