IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2011, 4:11:29 PM (15 years ago)
Author:
Serge CHASTEL
Message:

Implicit conversion fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMonet.c

    r25925 r30656  
    146146            psU32 flags = psMetadataLookupU32(NULL, row, "FLAGS");
    147147
    148             float width = 0.5 * (major + minor);
     148            float width = (float) (0.5 * (major + minor));
    149149
    150150            gzprintf(gz, "%s , %.2f , %.2f , %.8lf , %.8lf , %.3f , %.3f , %.2f , %#08x\n",
Note: See TracChangeset for help on using the changeset viewer.