IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2010, 12:58:00 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Documentation / PS1_DV is now #define'd

File:
1 edited

Legend:

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

    r29565 r29567  
    5252    //New field in header that tells about the CMF version
    5353    char cmfVersion[8];
    54     sprintf(cmfVersion, "PS1_DV%d", args->version);
     54    sprintf(cmfVersion, PS1_DV_FORMAT, args->version);
    5555    psMetadataAddStr(header, PS_LIST_TAIL, "CMFVERSION", 0, "CMF version", cmfVersion);
    5656
Note: See TracChangeset for help on using the changeset viewer.