Starlink / starlink

Starlink Software Collection
162 stars 53 forks source link

incorrect flag test in smf_rebinmap1.c #15

Closed gmarsden closed 10 years ago

gmarsden commented 10 years ago

Line 638 of smf_rebin1map.c:

   } else if( pdata->operation == 1 ) {

should be

   } else if( pdata->operation == 2 ) {

as can be seen by comparison with line 431.