IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30661


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

Merging type conversion fixes into production branch

Location:
tags/ipp-20101215/ppTranslate
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20101215/ppTranslate

  • tags/ipp-20101215/ppTranslate/src/ppMopsDetections.c

    r29556 r30661  
    183183    det->apMagRadius = psVectorRealloc(det->apMagRadius, num);
    184184    det->apMagRaw = psVectorRealloc(det->apMagRadius, num);
    185     det->apFlux = psVectorRealloc(det->apMagRadius, num);
    186     det->apFluxSig = psVectorRealloc(det->apMagRadius, num);
     185    det->apFlux = psVectorRealloc(det->apFlux, num);
     186    det->apFluxSig = psVectorRealloc(det->apFluxSig, num);
    187187    det->peakFluxAsMag = psVectorRealloc(det->peakFluxAsMag, num);
    188188    det->calPsfMag = psVectorRealloc(det->calPsfMag, num);
  • tags/ipp-20101215/ppTranslate/src/ppMopsMerge.c

    • Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset for help on using the changeset viewer.