IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42652


Ignore:
Timestamp:
Apr 12, 2024, 2:48:24 PM (2 years ago)
Author:
eugene
Message:

code readbility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psModules.20240412/src/concepts/pmConcepts.c

    r42233 r42652  
    408408        {
    409409            psList *biassecs = psListAlloc(NULL); // Blank biassecs
    410             psMetadataItem *cellBiassec = psMetadataItemAllocPtr("CELL.BIASSEC", PS_DATA_LIST,
    411                                           "Bias sections", biassecs);
     410            psMetadataItem *cellBiassec = psMetadataItemAllocPtr("CELL.BIASSEC", PS_DATA_LIST, "Bias sections", biassecs);
    412411            psFree(biassecs);
    413412            pmConceptRegister(cellBiassec, p_pmConceptParse_CELL_BIASSEC, p_pmConceptFormat_CELL_BIASSEC, NULL, true, PM_FPA_LEVEL_CELL);
Note: See TracChangeset for help on using the changeset viewer.